diff --git a/Dockerfile b/Dockerfile index ed538315eab3a52d716da37d28c0d4df14341f74..a5f6e8ee701cb53ed63aa4aca40357db3d569441 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/Dockerfile.arm64 b/Dockerfile.arm64 index 31e97574c9fa8f0633b31391e18a794e5c43ad6f..d3b081dd5d076c9da60a9b25fcecdbe04a7bc1d4 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 18795654807698089db2eccaeb9ca5baa2ec9a1b..8809772f875e88ee7612b5f7dab1d7d9a9a48f2d 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,13 +38,13 @@ 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 -- 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