diff --git a/Dockerfile b/Dockerfile index 0cec2a09026519950e51f17f5d826b3557b69d5e..193af05d5eea1fc2178ca3ae9a06d10063b94f55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.4 -FROM istio/operator:1.11.0 AS base +FROM istio/operator:1.11.1 AS base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 155877de60c9f70b20203384582d6b6e6fb8cf1d..e0939028d36134976731fd3e8afcea23263dce0f 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/istio/operator" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "1.11.0" +- "1.11.1" - "1.11" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://github.com/istio/istio/tree/master/operator/docker" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "istio" - org.opencontainers.image.version: "1.11.0" + org.opencontainers.image.version: "1.11.1" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "istio,servicemesh,operator" ## 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: istio/operator:1.11.0 - url: docker://docker.io/istio/operator@sha256:164d8a06bfd69de52161cf28e6da3dc727cb55f3c27513f89ef3968ee7f23fbc +- tag: istio/operator:1.11.1 + url: docker://docker.io/istio/operator@sha256:303867e219970ddad5a43d66b4cd15145476dd498e72ff79e947c0d9ec83ce60 maintainers: - name: "Andrii Panchuk"