plain progress for docker build
This commit is contained in:
parent
3e87af9da2
commit
f5e559b184
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
|
@ -1,6 +1,6 @@
|
||||||
image OS:
|
image OS:
|
||||||
if echo "{{OS}}" | grep -qi "redhat"; then \
|
if echo "{{OS}}" | grep -qi "redhat"; then \
|
||||||
docker buildx build --build-arg GITHUB_PAT="$GITHUB_PAT" --build-arg RED_HAT_DEV_PW="$RED_HAT_DEV_PW" -f docker/Dockerfile-{{OS}} -t devxygmbh/arm-binaries-r-{{OS}}:latest --push .; \
|
docker buildx build --progress plain --build-arg GITHUB_PAT="$GITHUB_PAT" --build-arg RED_HAT_DEV_PW="$RED_HAT_DEV_PW" -f docker/Dockerfile-{{OS}} -t devxygmbh/arm-binaries-r-{{OS}}:latest --push .; \
|
||||||
else \
|
else \
|
||||||
docker buildx build --build-arg GITHUB_PAT="$GITHUB_PAT" -f docker/Dockerfile-{{OS}} -t devxygmbh/arm-binaries-r-{{OS}}:latest --push .; \
|
docker buildx build --build-arg GITHUB_PAT="$GITHUB_PAT" -f docker/Dockerfile-{{OS}} -t devxygmbh/arm-binaries-r-{{OS}}:latest --push .; \
|
||||||
fi
|
fi
|
||||||
Loading…
Reference in a new issue