diff --git a/Dockerfile b/Dockerfile index 4d0ef14e34ad5b716780ed6e4cd5d684253b10eb..bac7ee31be277a84c724a0b0331608492619d5e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG BASE_IMAGE=redhat/ubi/ubi8 ARG BASE_TAG=8.2 ############################################################### # Copy mixer contents to base image -FROM opensource/istio/mixer/mixer:1.6.0 AS base +FROM opensource/istio/mixer/mixer:1.6.1 AS base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} @@ -15,7 +15,7 @@ COPY --from=base /usr/local/bin/mixs /usr/local/bin/mixs LABEL name="istio-mixer" \ maintainer="gavin.scallon@parsons.com" \ vendor="Open Source" \ - version="1.6.0" \ + version="1.6.1" \ release="1" \ summary="Mixer provides policy controls and telemetry collection" \ description="Provides backend abstraction and intermediation" diff --git a/Jenkinsfile b/Jenkinsfile index f376c5c23c78804b42eb77abc15ada50e8ad1606..c536db007cdd4fe920d2158a2fe1a3866b75d6ba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline( version: "1.6.0") \ No newline at end of file +dccscrPipeline( version: "1.6.1") \ No newline at end of file diff --git a/download.yaml b/download.yaml index 17854699f9a87bc611be9b807dab989bb1dc0c07..49d8d36a4f81c06f0b7ed063a20f7c58bee62266 100644 --- a/download.yaml +++ b/download.yaml @@ -1,4 +1,4 @@ --- resources: - - url: "docker://docker.io/istio/mixer@sha256:a2545ee8c615127179548d85c70c50d9772dc7a2abeffe82dd448bad19446ffa" - tag: "opensource/istio/mixer/mixer:1.6.0" + - url: "docker://docker.io/istio/mixer@sha256:c5c5d32773b3c6f39ca24420528213a3f084e39d013bbeb21fad1d7454aa2af0" + tag: "opensource/istio/mixer/mixer:1.6.1"