aboutsummaryrefslogtreecommitdiffstats
path: root/docker/build.sh
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-09-04 21:44:06 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-09-05 00:14:46 +0200
commit82cd742ad246c920b43e178ca8ca738132253fe1 (patch)
treec2a9e2032eace2481612d814b441ddbfdde1cfd3 /docker/build.sh
parentbuild: switch to Amazon Corretto (diff)
downloadrefinery-82cd742ad246c920b43e178ca8ca738132253fe1.tar.gz
refinery-82cd742ad246c920b43e178ca8ca738132253fe1.tar.zst
refinery-82cd742ad246c920b43e178ca8ca738132253fe1.zip
build: remove unused Java modules from container
Diffstat (limited to 'docker/build.sh')
-rwxr-xr-xdocker/build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/docker/build.sh b/docker/build.sh
index a8c2aeaa..5c25bb5f 100755
--- a/docker/build.sh
+++ b/docker/build.sh
@@ -34,5 +34,4 @@ docker buildx build . \
34 --output "type=image,name=ghcr.io/graphs4value/refinery:${refinery_version},push=true,annotation-index.org.opencontainers.image.source=https://github.com/graphs4value/refinery,annotation-index.org.opencontainers.image.description=Refinery: an efficient graph solver for generating well-formed models,annotation-index.org.opencontainers.image.licenses=EPL-2.0" \ 34 --output "type=image,name=ghcr.io/graphs4value/refinery:${refinery_version},push=true,annotation-index.org.opencontainers.image.source=https://github.com/graphs4value/refinery,annotation-index.org.opencontainers.image.description=Refinery: an efficient graph solver for generating well-formed models,annotation-index.org.opencontainers.image.licenses=EPL-2.0" \
35 --label 'org.opencontainers.image.source=https://github.com/graphs4value/refinery' \ 35 --label 'org.opencontainers.image.source=https://github.com/graphs4value/refinery' \
36 --label 'org.opencontainers.image.description=Refinery: an efficient graph solver for generating well-formed models' \ 36 --label 'org.opencontainers.image.description=Refinery: an efficient graph solver for generating well-formed models' \
37 --label 'org.opencontainers.image.licenses=EPL-2.0' \ 37 --label 'org.opencontainers.image.licenses=EPL-2.0'
38 --push