From c1914372e9e9a45b505ba6f3c97ab208cd6b20b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 16:23:43 +0000 Subject: [PATCH 1/2] chore(deps): update bitnami/oras docker tag to v1.2.3 --- dockerfiles/ci/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/ci/base/Dockerfile b/dockerfiles/ci/base/Dockerfile index dc766c28..b920f779 100644 --- a/dockerfiles/ci/base/Dockerfile +++ b/dockerfiles/ci/base/Dockerfile @@ -93,7 +93,7 @@ RUN folder=$([ "$(arch)" = "x86_64" ] && echo linux || echo aarch64); \ # oras tool # renovate: datasource=github-tags depName=oras-project/oras -COPY --from=bitnami/oras:1.2.2 /oras /usr/local/bin/oras +COPY --from=bitnami/oras:1.2.3 /oras /usr/local/bin/oras # gh-ost # linux amd64 only From 9eae952e0bd5c2562b6200686286f86e5f1d7e43 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Fri, 16 May 2025 12:02:46 +0800 Subject: [PATCH 2/2] Update dockerfiles/ci/base/Dockerfile Fix the src path, it changed since v1.2.3 --- dockerfiles/ci/base/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dockerfiles/ci/base/Dockerfile b/dockerfiles/ci/base/Dockerfile index b920f779..692b7cc4 100644 --- a/dockerfiles/ci/base/Dockerfile +++ b/dockerfiles/ci/base/Dockerfile @@ -93,7 +93,8 @@ RUN folder=$([ "$(arch)" = "x86_64" ] && echo linux || echo aarch64); \ # oras tool # renovate: datasource=github-tags depName=oras-project/oras -COPY --from=bitnami/oras:1.2.3 /oras /usr/local/bin/oras +COPY --from=bitnami/oras:1.2.3 /opt/bitnami/oras/bin/oras /usr/local/bin/oras + # gh-ost # linux amd64 only