Skip to content

Commit

Permalink
add debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
rchincha committed Jul 10, 2024
1 parent 3fdf831 commit dd16687
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/publish.bats
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ parent:
EOF
stacker check
stacker build
manifest0=$(cat oci/index.json | jq -r .manifests[0].digest | cut -f2 -d:)
layers0=$(cat oci/blobs/sha256/$manifest0 | jq -r .layers[1].digest | cut -f2 -d:)
bsdtar -tvf oci/blobs/sha256/$layers0
stacker publish --skip-tls --url docker://${REGISTRY_URL} --tag latest
stacker clean

Expand Down

0 comments on commit dd16687

Please sign in to comment.