UNCLASSIFIED

Commit 74e65d4d authored by renovate's avatar renovate
Browse files

Update istio/mixer Docker tag to v1.6.10

parent df3f4062
...@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io ...@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io
ARG BASE_IMAGE=redhat/ubi/ubi8 ARG BASE_IMAGE=redhat/ubi/ubi8
ARG BASE_TAG=8.2 ARG BASE_TAG=8.2
FROM istio/mixer:1.6.9 AS base FROM istio/mixer:1.6.10 AS base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.title="mixer" \ ...@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.title="mixer" \
org.opencontainers.image.description="Mixer provides policy controls and telemetry collection." \ org.opencontainers.image.description="Mixer provides policy controls and telemetry collection." \
org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.url="https://istio.io" \ org.opencontainers.image.url="https://istio.io" \
org.opencontainers.image.version="1.6.9" \ org.opencontainers.image.version="1.6.10" \
maintainer="cht@dsop.io" maintainer="cht@dsop.io"
COPY --from=base /usr/local/bin/mixs /usr/local/bin/mixs COPY --from=base /usr/local/bin/mixs /usr/local/bin/mixs
......
@Library('DCCSCR@master') _ @Library('DCCSCR@master') _
dccscrPipeline(version: "1.6.9") dccscrPipeline(version: "1.6.10")
--- ---
resources: resources:
- url: "docker://docker.io/istio/mixer@sha256:a552c49b31f5a2728899a722ce3e8ee05f8221199785f491bd875b6148ecfd64" - url: "docker://docker.io/istio/mixer@sha256:daeed7f6de24d54fc05c658ecde6ad43efcd46adc829e1541a41e1ad4fe5aa87"
tag: "istio/mixer:1.6.9" tag: "istio/mixer:1.6.10"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment