debug
This commit is contained in:
parent
9840823633
commit
307b13b2cc
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -ex
|
||||
#!/bin/sh -e
|
||||
|
||||
export DOCKER_CONFIG="$HOME/.docker"
|
||||
mkdir -p "$DOCKER_CONFIG"
|
||||
|
@ -28,6 +28,9 @@ cat <<EOF > "$DOCKER_CONFIG/config.json"
|
|||
EOF
|
||||
|
||||
DIR="$(dirname "$INPUT_DOCKERFILE")"
|
||||
|
||||
set -x
|
||||
find .
|
||||
buildctl-daemonless.sh build --frontend dockerfile.v0 "$@" \
|
||||
-o "type=image,name=$IMAGEAPP,push=true" \
|
||||
--opt filename="$INPUT_DOCKERFILE" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue