From 61e623a6bb03243552cf971e9e2bf5ff66c3a6a9 Mon Sep 17 00:00:00 2001 From: POPs-renovate-tools_29Nov2024 <group_40_bot_d4c52bacfdb4f6db20269ce7bb5f14e8@noreply.repo1.dso.mil> Date: Fri, 20 Dec 2024 08:12:21 +0000 Subject: [PATCH 1/2] Update fips-containers.istio.tetratelabs.com/pilot Docker tag to v1.23.4 --- Dockerfile | 2 +- hardening_manifest.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index ed53831..a5f6e8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG BASE_IMAGE=ironbank/google/distroless/base ARG BASE_TAG=nonroot ARG REGISTRY=fips-containers.istio.tetratelabs.com ARG IMAGE=pilot -ARG TAG=1.23.3-tetratefips-v0-distroless +ARG TAG=1.23.4-tetratefips-v0-distroless FROM ${REGISTRY}/${IMAGE}:${TAG} AS base diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 1879565..26b1412 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,8 +8,8 @@ name: "tetrate/istio/pilot" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "1.23.3-tetratefips-v0" -- "1.23.3" +- "1.23.4-tetratefips-v0" +- "1.23.4" - "1.23" # Build args passed to Dockerfile ARGs @@ -28,7 +28,7 @@ labels: org.opencontainers.image.url: "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/pilot" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "tetrate" - org.opencontainers.image.version: "1.23.3" + org.opencontainers.image.version: "1.23.4" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "container, proxy, routing" ## This value can be "opensource" or "commercial" @@ -38,8 +38,8 @@ labels: # List of resources to make available to the offline build context resources: -- tag: fips-containers.istio.tetratelabs.com/pilot:1.23.3-tetratefips-v0-distroless - url: docker://fips-containers.istio.tetratelabs.com/pilot@sha256:6bf5969a7c7c5ce9d4d65be32ff4e6f2c9e73bb5f0017dbac2edca83a08f58ec +- tag: fips-containers.istio.tetratelabs.com/pilot:1.23.4-tetratefips-v0-distroless + url: docker://fips-containers.istio.tetratelabs.com/pilot@sha256:68ac4eeed3672599b1692521916367c1e88cfd7450e84f4d69a5ce7fdfaad579 auth: type: basic id: tetrate_repo -- GitLab From 2ebc2db60f1c7c77b13b4fa537bfe464ec91b19f Mon Sep 17 00:00:00 2001 From: Stanislav Bondarenko <stas@tetrate.io> Date: Thu, 2 Jan 2025 10:38:34 -0500 Subject: [PATCH 2/2] 1.23.4 fix --- Dockerfile.arm64 | 2 +- hardening_manifest.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 31e9757..d3b081d 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -3,7 +3,7 @@ ARG BASE_IMAGE=ironbank/google/distroless/base ARG BASE_TAG=nonroot ARG REGISTRY=fips-containers.istio.tetratelabs.com ARG IMAGE=pilot -ARG TAG=1.23.3-tetratefips-v0-distroless.arm64 +ARG TAG=1.23.4-tetratefips-v0-distroless.arm64 FROM ${REGISTRY}/${IMAGE}:${TAG} AS base diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 26b1412..8809772 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -43,8 +43,8 @@ resources: auth: type: basic id: tetrate_repo -- tag: fips-containers.istio.tetratelabs.com/pilot:1.23.3-tetratefips-v0-distroless.arm64 - url: docker://fips-containers.istio.tetratelabs.com/pilot@sha256:225fbf9132b944117cfd6e418ba13d3834ba8b8ef83d19b909ed7af9ca37fa5b +- tag: fips-containers.istio.tetratelabs.com/pilot:1.23.4-tetratefips-v0-distroless.arm64 + url: docker://fips-containers.istio.tetratelabs.com/pilot@sha256:6e0bffd3e78e300e5e4c764d2972b13e2524af55d0e377f17c990ce440bcf9b1 auth: type: basic id: tetrate_repo -- GitLab