From 196eeaec2628d1e30f7da9b5641a1f0a792c1307 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 10:49:43 +0000 Subject: [PATCH] FileSync Updates [skip ci] --- update-digests.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/update-digests.sh b/update-digests.sh index 707ea1525..e0e22cd4e 100644 --- a/update-digests.sh +++ b/update-digests.sh @@ -2,9 +2,6 @@ json=$(cat VERSION.json) upstream_image=$(jq -re '.upstream_image' <<< "${json}") upstream_tag=$(jq -re '.upstream_tag' <<< "${json}") -if [[ ${upstream_image} == *"hotio/base" ]]; then - upstream_tag="${upstream_tag}-$(curl -fsSL "https://raw.githubusercontent.com${upstream_image//ghcr.io/}/${upstream_tag}/VERSION.json" | jq -re '.version')" || exit 1 -fi manifest=$(skopeo inspect --raw "docker://${upstream_image}:${upstream_tag}") || exit 1 upstream_digest_amd64=$(jq -re '.manifests[] | select (.platform.architecture == "amd64" and .platform.os == "linux").digest' <<< "${manifest}") upstream_digest_arm64=$(jq -re '.manifests[] | select (.platform.architecture == "arm64" and .platform.os == "linux").digest' <<< "${manifest}")