basic buildkit output

This commit is contained in:
red binder 2026-04-28 10:31:56 +02:00
commit 678ec565a5

View file

@ -4,6 +4,7 @@ export EDITION=$1
export BA="--network=host --build-arg EDITION=$1 --build-arg DATABASE_URL="$DATABASE_URL""
source /etc/environment
: "${RNEX_CONTAINER_PLATFORM:=podman}"
export BUILDKIT_PROGRESS=plain
# $RNEX_CONTAINER_PLATFORM build $BA -t "$CI_REGISTRY_IMAGE/$EDITION/dev-container:latest" --target=dev-container .
# $RNEX_CONTAINER_PLATFORM push "$CI_REGISTRY_IMAGE/$EDITION/dev-container:latest"