Release v2.1.84 containers.
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 17 Dec 2019 17:41:17 +0000 (18:41 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 17 Dec 2019 17:41:17 +0000 (18:41 +0100)
dist/containers/argeo2-node

index 1de18d6230c0f055c9df63e39b2b739dad77938a..839d3cdb5d4d975707697fc6a8507a475435ceeb 100755 (executable)
@@ -4,7 +4,7 @@ source "$(dirname "$0")/buildah-metadata"
 container=$(buildah from argeo/argeo2-tp:$VERSION_ARGEO_TP)
 
 # Override version
-VERSION=2.1.83
+VERSION=2.1.84
 #buildah copy $container argeo2-rpmfactory.repo /etc/yum.repos.d/
 #buildah copy $container /srv/rpmfactory/argeo-osgi-2/el7/ /srv/rpmfactory/argeo-osgi-2/el7/
 
@@ -18,9 +18,6 @@ buildah config --label name="argeo2-node" $container
 buildah config --label description="Argeo 2 Node" $container
 buildah config --label url=https://hub.docker.com/repository/docker/argeo/argeo2-node $container
 
-# Required as long as we declare an 'argeo' user
-buildah run $container -- microdnf install shadow-utils
-
 # Argeo Node
 buildah run $container -- microdnf install osgi-boot argeo-cms-e4-rap argeo-node
 buildah run $container -- microdnf clean all