From be46983804f38b3a67b3a02a93a60c24ad46418b Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 1 Jul 2020 00:06:56 +0000 Subject: [PATCH] Update istio/sidecar_injector Docker tag to v1.5.7 --- Dockerfile | 4 ++-- Jenkinsfile | 2 +- download.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index e84744a..56859fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io ARG BASE_IMAGE=redhat/ubi/ubi8 ARG BASE_TAG=8.2 -FROM istio/sidecar_injector:1.5.6 AS base +FROM istio/sidecar_injector:1.5.7 AS base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} @@ -12,7 +12,7 @@ LABEL org.opencontainers.image.title="sidecar_injector" \ org.opencontainers.image.description="Istio sidecar_injector is a webhook for automatic Istio sidecar injection." \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.url="https://istio.io" \ - org.opencontainers.image.version="1.5.6" \ + org.opencontainers.image.version="1.5.7" \ maintainer="cht@dsop.io" COPY --from=base /usr/local/bin/sidecar-injector /usr/local/bin/ diff --git a/Jenkinsfile b/Jenkinsfile index aa8658e..338b18e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline( version: "1.5.6") +dccscrPipeline( version: "1.5.7") diff --git a/download.yaml b/download.yaml index 0c95dc9..75171fa 100644 --- a/download.yaml +++ b/download.yaml @@ -1,4 +1,4 @@ --- resources: - - url: "docker://docker.io/istio/sidecar_injector@sha256:1ecba1e8ceb33602ce39659920819296bbaa258c83e729de5cbbc956ebaed27d" - tag: "istio/sidecar_injector:1.5.6" \ No newline at end of file + - url: "docker://docker.io/istio/sidecar_injector@sha256:91675582083c064e723ecc71973aeadaf463e6806f39e073adce70dfbe3b0a09" + tag: "istio/sidecar_injector:1.5.7" \ No newline at end of file -- GitLab