From beaf8863dfe1b5e2a88091788c1cd9411899be22 Mon Sep 17 00:00:00 2001 From: Olga O Date: Mon, 30 Aug 2021 18:02:51 -0500 Subject: [PATCH] update v1.10.4 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 388505a..7f1c3ee 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/install-cni:1.10.3 AS base +FROM istio/install-cni:1.10.4 AS base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 9bc851b..b90cb76 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -7,7 +7,7 @@ name: "opensource/istio/install-cni" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "1.10.3" +- "1.10.4" - "1.10" # Build args passed to Dockerfile ARGs @@ -26,7 +26,7 @@ labels: org.opencontainers.image.url: "https://istio.io/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "istio" - org.opencontainers.image.version: "1.10.3" + org.opencontainers.image.version: "1.10.4" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "istio,servicemesh" ## This value can be "opensource" or "commercial" @@ -36,8 +36,8 @@ labels: # List of resources to make available to the offline build context resources: -- tag: istio/install-cni:1.10.3 - url: docker://docker.io/istio/install-cni@sha256:2232f365aed6542b144c816ea360d72e67dbd91730a99b6278b941e8d3868c35 +- tag: istio/install-cni:1.10.4 + url: docker://docker.io/istio/install-cni@sha256:3ea5add837cb7e160b48b452b74f5954318474313fca18f4dff0f61a80a978f3 - filename: jq-linux64 url: https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 validation: -- GitLab