From fe2e9b0371b7d8470f4a4db717b7ea0c8ebd1710 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Mon, 3 Feb 2020 12:04:56 +0100 Subject: [PATCH] Dev settings for snapshots container. --- dist/containers/argeo2-node-snapshots | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/containers/argeo2-node-snapshots b/dist/containers/argeo2-node-snapshots index 0758f34b3..54422b4a5 100755 --- a/dist/containers/argeo2-node-snapshots +++ b/dist/containers/argeo2-node-snapshots @@ -6,9 +6,6 @@ container=$(buildah from argeo/argeo2-tp:$VERSION_ARGEO_TP-$ARCH) # Override version buildah copy $container argeo2-snapshots.repo /etc/yum.repos.d/ -# Override settings -buildah copy $container dev-settings.sh /etc/argeo/settings.sh - source "$(dirname "$0")/buildah-common" #buildah config --label release="1" $container @@ -23,6 +20,9 @@ buildah config --label url=https://hub.docker.com/repository/docker/argeo/argeo2 buildah run $container -- microdnf install osgi-boot argeo-cms-e4-rap argeo-node buildah run $container -- microdnf clean all +# Override settings +buildah copy $container dev-settings.sh /etc/argeo/settings.sh + # Configuration buildah config --entrypoint '["/usr/sbin/argeoctl","start"]' $container buildah config --port 8080 $container -- 2.30.2