From 3c3a0be3a60d8bde49085458e41fc72289bf9042 Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Sun, 26 Jan 2025 19:58:02 +0100 Subject: [PATCH] completly silenced the buildah from --- build_container.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_container.sh b/build_container.sh index b8b7214..17457ad 100755 --- a/build_container.sh +++ b/build_container.sh @@ -7,8 +7,8 @@ both() { } source=quay.io/keycloak/keycloak:latest -buildah from -q --name builder --pull=newer $source -buildah from -q --name final $source +buildah from -q --name builder --pull=newer $source >/dev/null +buildah from -q --name final $source >/dev/null buildah config -l - -e - -a - -p - final buildah config \