Disable buildkit

main
David Boreham 2023-04-20 16:13:41 -06:00
parent 4454d97e94
commit f84bb3ec21
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd ${SCRIPT_DIR}
docker build -t dboreham/test-container:test -f ../container/Dockerfile ../container
DOCKER_BUILDKIT=0 docker build -t dboreham/test-container:test -f ../container/Dockerfile ../container
echo "Images in the registry:"
docker image ls
echo "Running the container I built:"