diff --git a/Dockerfile b/Dockerfile index 90d8c4f13088f82e7c512e05e0546cd582bb051e..1554254d5dcc8afb8ab5383b8857e6b7252bef0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,10 +3,10 @@ ARG BASE_IMAGE=ironbank/chainguard-dev/wolfi/static ARG BASE_TAG=stable ARG REGISTRY=fips-containers.istio.tetratelabs.com ARG IMAGE=proxyv2 -ARG TAG=1.24.3-tetratefips0-distroless +ARG TAG=1.24.4-tetratefips0-distroless # Updated by Renovate -ARG version="1.24.3" +ARG version="1.24.4" FROM ${REGISTRY}/${IMAGE}:${TAG} AS base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 07b260e16cb4becf26e110fb986440c1f36d4ca1..1054ab2c18e385adb61bc39396d5123a56f6f062 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -3,10 +3,10 @@ ARG BASE_IMAGE=ironbank/chainguard-dev/wolfi/static ARG BASE_TAG=stable ARG REGISTRY=fips-containers.istio.tetratelabs.com ARG IMAGE=proxyv2 -ARG TAG=1.24.3-tetratefips0-distroless.arm64 +ARG TAG=1.24.4-tetratefips0-distroless.arm64 # Updated by Renovate -ARG version="1.24.3" +ARG version="1.24.4" FROM ${REGISTRY}/${IMAGE}:${TAG} AS base FROM --platform=linux/arm64 ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 381fbf1fb4f701824d17ac12825c3f97f8f04074..3ca19be3d498c37549bd86125cfd8b61a155424e 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,15 +8,15 @@ name: "tetrate/istio/proxyv2" # 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 args: BASE_IMAGE: "chainguard-dev/wolfi/static" BASE_TAG: "stable" - version: "1.24.3" + version: "1.24.4" # Docker image labels labels: @@ -29,7 +29,7 @@ labels: org.opencontainers.image.url: "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/proxyv2" # 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: "proxy,servicemesh" # This value can be "opensource" or "commercial" @@ -39,13 +39,13 @@ labels: # List of resources to make available to the offline build context resources: -- tag: fips-containers.istio.tetratelabs.com/proxyv2:1.24.3-tetratefips0-distroless - url: docker://fips-containers.istio.tetratelabs.com/proxyv2@sha256:55cf73f392a2f5cb479df356516f4eed8df3e0489685ef8b659b3f04240ecee0 +- tag: fips-containers.istio.tetratelabs.com/proxyv2:1.24.4-tetratefips0-distroless + url: docker://fips-containers.istio.tetratelabs.com/proxyv2@sha256:8a30b12733937e70d755ee4a0d53f7691803fd6b71592f5a83651c4e369a6f71 auth: type: basic id: tetrate_repo -- tag: fips-containers.istio.tetratelabs.com/proxyv2:1.24.3-tetratefips0-distroless.arm64 - url: docker://fips-containers.istio.tetratelabs.com/proxyv2@sha256:25fe6393825ee22d2606407d51a49217435a612cdd150e73046cb8d6009f2beb +- tag: fips-containers.istio.tetratelabs.com/proxyv2:1.24.4-tetratefips0-distroless.arm64 + url: docker://fips-containers.istio.tetratelabs.com/proxyv2@sha256:732dcc8152958290d952e7695099f4390405c6c1e23b86a7377bd5dae5d72ef6 auth: type: basic id: tetrate_repo