diff --git a/Dockerfile b/Dockerfile index 920fc72abdabbf302e727b1eada3a391c5153caa..9187f2f2a4edb694d407a791b2bc85db2854e919 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io ARG BASE_IMAGE=redhat/ubi/ubi8 ARG BASE_TAG=8.2 -FROM istio/istioctl:1.6.4 AS base +FROM istio/istioctl:1.6.5 AS base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.title="istioctl" \ org.opencontainers.image.description="Istio configuration command line utility." \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.url="https://istio.io" \ - org.opencontainers.image.version="1.6.4" \ + org.opencontainers.image.version="1.6.5" \ maintainer="cht@dsop.io" COPY --from=base /usr/local/bin/istioctl /usr/local/bin/istioctl diff --git a/Jenkinsfile b/Jenkinsfile index 06b5300e7b929251602238985ecb4095dfc230c0..fc2ee48135174612f86e412512fe8c554a6ca837 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "1.6.4") +dccscrPipeline(version: "1.6.5") diff --git a/download.yaml b/download.yaml index 70e6a23063e2581f0e64e66244af2826e2a69f58..86b538731b072111c3ab57e2dedc5f558c36a02f 100644 --- a/download.yaml +++ b/download.yaml @@ -1,4 +1,4 @@ --- resources: - - url: "docker://docker.io/istio/istioctl@sha256:6ff9e65f1d9d3ccf1923dba82e50dad9f46654303c52b33e5c08770232379f37" - tag: "istio/istioctl:1.6.4" + - url: "docker://docker.io/istio/istioctl@sha256:4d72733d4f403644ac6a86a45b9ffcc0af50603c7c01801401d94ad391ab5678" + tag: "istio/istioctl:1.6.5"