X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=dist%2Fcontainers%2Fargeo2-tp;h=a033ab00ea465b8c4bb283719d93e8d6230df93f;hb=36b4b27fd2682280cb9acad1fd14c546387d2d53;hp=ecf60a0592e6d8bb89e904aaa5084c3973323db5;hpb=e0bf37ff724180bc25f979ae331148cdb8ebe395;p=lgpl%2Fargeo-commons.git diff --git a/dist/containers/argeo2-tp b/dist/containers/argeo2-tp index ecf60a059..a033ab00e 100755 --- a/dist/containers/argeo2-tp +++ b/dist/containers/argeo2-tp @@ -1,7 +1,7 @@ #!/bin/sh source "$(dirname "$0")/buildah-metadata" -container=$(buildah from argeo/argeo2-java:openjdk-v$VERSION_JAVA) +container=$(buildah from argeo/argeo2-java:$ARCH) source "$(dirname "$0")/buildah-common" @@ -24,7 +24,8 @@ buildah config --entrypoint '["java","-Dosgi.bundles=org.argeo.osgi.boot.jar@sta buildah config --workingdir /var/lib/argeo $container buildah config --volume /var/lib/argeo $container -buildah commit --rm --format docker $container argeo/argeo2-tp:$VERSION_ARGEO_TP -buildah tag argeo/argeo2-tp:$VERSION_ARGEO_TP argeo/argeo2-tp:latest -buildah push argeo/argeo2-tp:$VERSION_ARGEO_TP docker://argeo/argeo2-tp:$VERSION_ARGEO_TP -buildah push argeo/argeo2-tp:$VERSION_ARGEO_TP docker://argeo/argeo2-tp:latest +buildah commit --rm --format docker $container argeo/argeo2-tp:$VERSION_ARGEO_TP-$ARCH +buildah tag argeo/argeo2-tp:$VERSION_ARGEO_TP-$ARCH argeo/argeo2-tp:$ARCH + +buildah push argeo/argeo2-tp:$VERSION_ARGEO_TP-$ARCH docker://argeo/argeo2-tp:$VERSION_ARGEO_TP-$ARCH +buildah push argeo/argeo2-tp:$ARCH docker://argeo/argeo2-tp:$ARCH