UNCLASSIFIED

Commit 59159352 authored by sean.melissari's avatar sean.melissari
Browse files

Merge branch 'renovate/docker-istio-mixer-1.6.x' into 'development'

Update istio/mixer Docker tag to v1.6.13

See merge request !23
parents 551ff42c 70741a5f
Pipeline #64583 passed with stages
in 15 minutes and 24 seconds
...@@ -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.12 AS base FROM istio/mixer:1.6.13 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.12" \ org.opencontainers.image.version="1.6.13" \
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.12") dccscrPipeline(version: "1.6.13")
--- ---
resources: resources:
- url: "docker://docker.io/istio/mixer@sha256:03b54f46e7c5d628b1adf46e1c4c521ec9e1977bec1dc97a8637ea5ceb7d6274" - url: "docker://docker.io/istio/mixer@sha256:fe2e1ec5807d1cb0171681b8dea303a282f18bce2caca892653f70ec14bb9823"
tag: "istio/mixer:1.6.12" tag: "istio/mixer:1.6.13"
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