From 43fc68ad5da61ee64e4ca4e7dd859b47e42aeb07 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:13 +0000 Subject: [PATCH 1/2] Update fips-containers.istio.tetratelabs.com/operator 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 ad0444e..e10e983 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=operator -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 bebf5b6..77e06fa 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -9,8 +9,8 @@ name: "tetrate/istio/operator" # 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 @@ -29,7 +29,7 @@ labels: org.opencontainers.image.url: "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/operator" ## 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: "istio,servicemesh,operator" ## This value can be "opensource" or "commercial" @@ -39,8 +39,8 @@ labels: # List of resources to make available to the offline build context resources: -- tag: fips-containers.istio.tetratelabs.com/operator:1.23.3-tetratefips-v0-distroless - url: docker://fips-containers.istio.tetratelabs.com/operator@sha256:1632fdb997bc4c032effbe39d3d7503453d37d22c3bd4757949d6d9ed58833cf +- tag: fips-containers.istio.tetratelabs.com/operator:1.23.4-tetratefips-v0-distroless + url: docker://fips-containers.istio.tetratelabs.com/operator@sha256:9ac757fbf51525911d6f4219066d7894bd323efaa989507d5e58672a1e15bf08 auth: type: basic id: tetrate_repo -- GitLab From 90ad422655f88f077580d080c967fbefefa51fc7 Mon Sep 17 00:00:00 2001 From: Stanislav Bondarenko <stas@tetrate.io> Date: Thu, 2 Jan 2025 10:37:14 -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 e926b18..ef14c87 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=operator -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 77e06fa..9bca6aa 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -44,8 +44,8 @@ resources: auth: type: basic id: tetrate_repo -- tag: fips-containers.istio.tetratelabs.com/operator:1.23.3-tetratefips-v0-distroless.arm64 - url: docker://fips-containers.istio.tetratelabs.com/operator@sha256:fadecd66acaba54bd3afaff796bc03db7f9dd2b2abf571c9a72d2250be6152bd +- tag: fips-containers.istio.tetratelabs.com/operator:1.23.4-tetratefips-v0-distroless.arm64 + url: docker://fips-containers.istio.tetratelabs.com/operator@sha256:b50826a4a3b2399bd44e8f20a19772677982cbbbe77ff8822e6c3046891f336b auth: type: basic id: tetrate_repo -- GitLab