From b76fd6985057d89b0264af90f2c2ac6b3c1ff43d Mon Sep 17 00:00:00 2001 From: POPs-renovate-tools_29Nov2024 <group_40_bot_d4c52bacfdb4f6db20269ce7bb5f14e8@noreply.repo1.dso.mil> Date: Wed, 26 Mar 2025 08:12:32 +0000 Subject: [PATCH 1/2] Update fips-containers.istio.tetratelabs.com/istioctl Docker tag to v1.24.4 --- Dockerfile | 2 +- hardening_manifest.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index a270a9a..a061b40 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.24.3-tetratefips0-distroless +ARG TAG=1.24.4-tetratefips0-distroless FROM ${REGISTRY}/${IMAGE}:${TAG} AS base diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 133b854..cb73a6d 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.24.3-tetratefips0" -- "1.24.3" +- "1.24.4-tetratefips0" +- "1.24.4" - "1.24" # 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.24.3" + org.opencontainers.image.version: "1.24.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.24.3-tetratefips0-distroless - url: docker://fips-containers.istio.tetratelabs.com/istioctl@sha256:cfe87c73813794f0c7b9a9c84ab76c00f3a2549463731935478f117ba6dd4c5f +- tag: fips-containers.istio.tetratelabs.com/istioctl:1.24.4-tetratefips0-distroless + url: docker://fips-containers.istio.tetratelabs.com/istioctl@sha256:5b7ffa9ca9f9dcd50e7c70171393054a6707d553ea2d05de8e8bb04dced92950 auth: type: basic id: tetrate_repo -- GitLab From 00fd0dbf286984dbf4cde464d3b49bf65e407028 Mon Sep 17 00:00:00 2001 From: Stanislav Bondarenko <stas@tetrate.io> Date: Thu, 3 Apr 2025 12:20:25 -0400 Subject: [PATCH 2/2] 1.24.4 arm --- Dockerfile.arm64 | 2 +- hardening_manifest.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index bce9bbd..83d3617 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.24.3-tetratefips0-distroless.arm64 +ARG TAG=1.24.4-tetratefips0-distroless.arm64 FROM ${REGISTRY}/${IMAGE}:${TAG} AS base diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index cb73a6d..26ae4cc 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.24.3-tetratefips0-distroless.arm64 - url: docker://fips-containers.istio.tetratelabs.com/istioctl@sha256:ded022c78385994484015d08de2a12ea9c0fd183abb1ffd694c00c9128343e26 +- tag: fips-containers.istio.tetratelabs.com/istioctl:1.24.4-tetratefips0-distroless.arm64 + url: docker://fips-containers.istio.tetratelabs.com/istioctl@sha256:275ab36e0bcfa601d318489975dc5e14265955e453e0cfb6b951d06e8c0ff8e3 auth: type: basic id: tetrate_repo -- GitLab