From 831890e63fb5dd8bdda6b8adabfd0f2650d0c579 Mon Sep 17 00:00:00 2001 From: andriipanchuk Date: Mon, 30 Aug 2021 09:08:16 -0500 Subject: [PATCH] update to 1.11.1 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0cec2a0..193af05 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 155877d..e093902 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" -- GitLab