Commit ec5435a 1 parent 8627129 commit ec5435a Copy full SHA for ec5435a
File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 2
2
json=$( cat VERSION.json)
3
3
upstream_image=$( jq -re ' .upstream_image' <<< " ${json}" )
4
4
upstream_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
8
5
manifest=$( skopeo inspect --raw " docker://${upstream_image} :${upstream_tag} " ) || exit 1
9
6
upstream_digest_amd64=$( jq -re ' .manifests[] | select (.platform.architecture == "amd64" and .platform.os == "linux").digest' <<< " ${manifest}" )
10
7
upstream_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