Disable buildkit
parent
4454d97e94
commit
f84bb3ec21
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||||
cd ${SCRIPT_DIR}
|
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:"
|
echo "Images in the registry:"
|
||||||
docker image ls
|
docker image ls
|
||||||
echo "Running the container I built:"
|
echo "Running the container I built:"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue