From: Mathieu Baudier Date: Tue, 17 Dec 2019 17:41:17 +0000 (+0100) Subject: Release v2.1.84 containers. X-Git-Tag: argeo-commons-2.1.85~56 X-Git-Url: http://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=commitdiff_plain;h=02ddee03bc22893905b143cde103756e2eb232e6 Release v2.1.84 containers. --- diff --git a/dist/containers/argeo2-node b/dist/containers/argeo2-node index 1de18d623..839d3cdb5 100755 --- a/dist/containers/argeo2-node +++ b/dist/containers/argeo2-node @@ -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