Improve containers.
[lgpl/argeo-commons.git] / dist / containers / argeo2-node
index fbc4089c253762f1dc97ad4550b527921fef2bff..3e0da2ced98c520c31bd710e6b2ca02fdf53362b 100755 (executable)
@@ -2,11 +2,11 @@
 
 container=$(buildah from argeo2-tp)
 
-buildah config --label release="1" $container
-buildah config --label version="2.1.83,SNAPSHOT" $container
-
 source "$(dirname "$0")/buildah-common"
 
+buildah config --label release="1" $container
+buildah config --label version="$VERSION" $container
+
 # Metadata
 buildah config --label name="argeo2-openjdk11-ubi8" $container
 buildah config --label summary="Argeo 2 Node based on OpenJDK 11 and Red Hat UBI 8" $container