File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 22json=$( cat VERSION.json)
33upstream_image=$( jq -re ' .upstream_image' <<< " ${json}" )
44upstream_tag=$( jq -re ' .upstream_tag' <<< " ${json}" )
5- if [[ ${upstream_image} == * " hotio/base" ]]; then
6- upstream_tag=" ${upstream_tag} -$( curl -fsSL " https://raw.githubusercontent.com${upstream_image// ghcr.io/ } /${upstream_tag} /VERSION.json" | jq -re ' .version' ) " || exit 1
7- fi
85manifest=$( skopeo inspect --raw " docker://${upstream_image} :${upstream_tag} " ) || exit 1
96upstream_digest_amd64=$( jq -re ' .manifests[] | select (.platform.architecture == "amd64" and .platform.os == "linux").digest' <<< " ${manifest}" )
107upstream_digest_arm64=$( jq -re ' .manifests[] | select (.platform.architecture == "arm64" and .platform.os == "linux").digest' <<< " ${manifest}" )
You can’t perform that action at this time.
0 commit comments