Improve containers.
[lgpl/argeo-commons.git] / dist / containers / argeo2-tp
index cddfe97d1856063088059e27d9102df776a07d54..c2f77bfaaa1a2dae42221f4db4dd6668075c4828 100755 (executable)
@@ -2,11 +2,11 @@
 
 container=$(buildah from ubi8/ubi-minimal)
 
-buildah config --label release="1" $container
-buildah config --label version="2.1.25" $container
-
 source "$(dirname "$0")/buildah-common"
 
+buildah config --label release="1" $container
+buildah config --label version="$VERSION_ARGEO_TP" $container
+
 # Metadata
 buildah config --label name="argeo2-tp-openjdk11-ubi8" $container
 buildah config --label summary="Argeo 2 OSGi Third Parties based on OpenJDK 11 and Red Hat UBI 8" $container