diff --git a/Dockerfile b/Dockerfile index 56859fb6c1dd77a0a1fe4ffe7336dcda887a21d1..1f20fdd53e8f9cf1176a4ad48d8a0a119cbf2956 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.7 AS base +FROM istio/sidecar_injector:1.5.8 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.7" \ + org.opencontainers.image.version="1.5.8" \ maintainer="cht@dsop.io" COPY --from=base /usr/local/bin/sidecar-injector /usr/local/bin/ diff --git a/Jenkinsfile b/Jenkinsfile index 338b18e4aeb7ffa751f42e4e1b552dbf47b35285..16a0df4458675b41bc47353456fffb6d1bd83a38 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline( version: "1.5.7") +dccscrPipeline( version: "1.5.8") diff --git a/download.yaml b/download.yaml index 75171fa8686f66180209e95776b8ba3af155c324..5d02d60b2b3a16bd941fae05d3df950222eda677 100644 --- a/download.yaml +++ b/download.yaml @@ -1,4 +1,4 @@ --- resources: - - url: "docker://docker.io/istio/sidecar_injector@sha256:91675582083c064e723ecc71973aeadaf463e6806f39e073adce70dfbe3b0a09" - tag: "istio/sidecar_injector:1.5.7" \ No newline at end of file + - url: "docker://docker.io/istio/sidecar_injector@sha256:814b6233ef0bf7d2767ae04c38fbf19157ad40e54c2bcd30fc99edc815a049ad" + tag: "istio/sidecar_injector:1.5.8" \ No newline at end of file