From c2799a602810b3ad0512f8c1b943e4cc3bca24bc 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:44 +0000
Subject: [PATCH 1/2] Update fips-containers.istio.tetratelabs.com/istioctl
 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 60e87fb..604c337 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=istioctl
-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 b6561fc..d16ddd8 100644
--- a/hardening_manifest.yaml
+++ b/hardening_manifest.yaml
@@ -7,8 +7,8 @@ name: "tetrate/istio/istioctl"
 # 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
@@ -27,7 +27,7 @@ labels:
   org.opencontainers.image.url: "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/istioctl"
   ## 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"
   ## This value can be "opensource" or "commercial"
@@ -37,8 +37,8 @@ labels:
 
 # List of resources to make available to the offline build context
 resources:
-- tag: fips-containers.istio.tetratelabs.com/istioctl:1.23.3-tetratefips-v0-distroless
-  url: docker://fips-containers.istio.tetratelabs.com/istioctl@sha256:d06d37469cb15ef105f9d4c5b7ba66a52878e3392c5d80073665f206585df58b
+- tag: fips-containers.istio.tetratelabs.com/istioctl:1.23.4-tetratefips-v0-distroless
+  url: docker://fips-containers.istio.tetratelabs.com/istioctl@sha256:4adbdda7ef0452f20fe43a97c878fcc3009a9fb4813d446e6a0d71fa67b41159
   auth:
     type: basic
     id: tetrate_repo
-- 
GitLab


From 09b9a834cbb945c1b08a053c297e66599058a65c Mon Sep 17 00:00:00 2001
From: Stanislav Bondarenko <stas@tetrate.io>
Date: Thu, 2 Jan 2025 10:33:04 -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 865715c..0f815fe 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=istioctl
-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 d16ddd8..433a275 100644
--- a/hardening_manifest.yaml
+++ b/hardening_manifest.yaml
@@ -42,8 +42,8 @@ resources:
   auth:
     type: basic
     id: tetrate_repo
-- tag: fips-containers.istio.tetratelabs.com/istioctl:1.23.3-tetratefips-v0-distroless.arm64
-  url: docker://fips-containers.istio.tetratelabs.com/istioctl@sha256:cbad0063ff1bae1d723fc896568d5d69c1cbc3c82d0a96e8b739348476c1ea9a
+- tag: fips-containers.istio.tetratelabs.com/istioctl:1.23.4-tetratefips-v0-distroless.arm64
+  url: docker://fips-containers.istio.tetratelabs.com/istioctl@sha256:d7297963d3e0003c79bbfc750bb7f5630c4411feea0975e528a6f746cc3aa3fb
   auth:
     type: basic
     id: tetrate_repo
-- 
GitLab