From 02567f9e72a37f26fa1d30ed2cf396ba68b8fbd5 Mon Sep 17 00:00:00 2001 From: geonetci Date: Tue, 13 Aug 2024 01:54:05 +0000 Subject: [PATCH] chore: update sync config.yaml images for 2024-08-07-17-04 updates sync config.yaml images for 2024-08-07-17-04 Signed-off-by: geonetci --- .github/workflows/update-image-digests.yml | 6 +----- config.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/update-image-digests.yml b/.github/workflows/update-image-digests.yml index 723ce58..b26dafe 100644 --- a/.github/workflows/update-image-digests.yml +++ b/.github/workflows/update-image-digests.yml @@ -38,10 +38,6 @@ jobs: git add ./config.yaml git branch "${NEW_BRANCH}" git checkout "${NEW_BRANCH}" - git commit -s -m "chore: update sync config.yaml images for ${TIMESTAMP}" -m "updates sync config.yaml images for ${TIMESTAMP}" + git commit -s -m "fix: update sync config.yaml images for ${TIMESTAMP}" -m "updates sync config.yaml images for ${TIMESTAMP} from fedora" git push origin "${NEW_BRANCH}" - if ! gh label list --json name --jq .[].name | grep -Eq '^image-digest-update$'; then - gh label create image-digest-update || true - fi - gh pr --label image-digest-update create --title "Update sync config.yaml images ${TIMESTAMP}" --reviewer GeoNet/platform-team --body "updates sync config.yaml images for ${TIMESTAMP}" diff --git a/config.yaml b/config.yaml index 9aecc33..a541a29 100644 --- a/config.yaml +++ b/config.yaml @@ -73,16 +73,16 @@ sync: - source: quay.io/fedora/fedora:38@sha256:6349d2df6b4322c5690df1bb7743c45c356e20471dda69f27218cd9ba4a6c3c7 # 38 for 2024-01-28 destination: ghcr.io/geonet/base-images/fedora:38 auto-update-mutable-tag-digest: true - - source: quay.io/fedora/fedora:39@sha256:fd40734a9db0d4d8cd8bd067c351e222a9cf0551fed985aaa20691b47645f19f # 39 for 2024-08-06 + - source: quay.io/fedora/fedora:39@sha256:e66732157e0df9c9b17f3478f6b852e5c1b65cded05ecf34326eb422cb979250 # 39 for 2024-08-13 destination: ghcr.io/geonet/base-images/fedora:39 auto-update-mutable-tag-digest: true - - source: quay.io/fedora/fedora:40@sha256:fbee3f8e88d85338db02564d3b4f983595a38c386be8c44e6a3fcefb25b8b12d # 40 for 2024-08-06 + - source: quay.io/fedora/fedora:40@sha256:0096c473ae7faeeb365fda479480d6bf4c1270542b96cd975a1eeb7e03eea1c7 # 40 for 2024-08-13 destination: ghcr.io/geonet/base-images/fedora:40 auto-update-mutable-tag-digest: true - - source: quay.io/fedora/fedora:39-aarch64@sha256:cb46c703a5cf1762c170b0cadef3cf53d55babe3bd74b6c45833ac219af358b9 # 39-aarch64 for 2024-08-06 + - source: quay.io/fedora/fedora:39-aarch64@sha256:20fd6dfbc7455fc8ab9978e5513c5e1eb44ee4910eebf1e2fdd42183ec43c428 # 39-aarch64 for 2024-08-13 destination: ghcr.io/geonet/base-images/fedora:39-aarch64 auto-update-mutable-tag-digest: true - - source: quay.io/fedora/fedora:40-aarch64@sha256:e9f7cc7b99a63dcdca63fa318f3a0c43fee44613771557fda02aa6344de24bcd # 40-aarch64 for 2024-08-06 + - source: quay.io/fedora/fedora:40-aarch64@sha256:64f36dd78097cebf7edd75ada559a019e23a2a427d8b6d1fa9ae8dec0c46ed0d # 40-aarch64 for 2024-08-13 destination: ghcr.io/geonet/base-images/fedora:40-aarch64 auto-update-mutable-tag-digest: true - source: quay.io/fedora/fedora-coreos:stable@sha256:35679392c36e6a164f490199ca31af4c6fb479c7904a9c41e95ac6b17f699bc0 # stable for 2024-08-05