UNCLASSIFIED

Commit 35a29fe4 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.14

See merge request !25
parents 59159352 483a2260
Pipeline #84664 passed with stages
in 12 minutes and 25 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.13 AS base FROM istio/mixer:1.6.14 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.13" \ org.opencontainers.image.version="1.6.14" \
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.13") dccscrPipeline(version: "1.6.14")
--- ---
resources: resources:
- url: "docker://docker.io/istio/mixer@sha256:fe2e1ec5807d1cb0171681b8dea303a282f18bce2caca892653f70ec14bb9823" - url: "docker://docker.io/istio/mixer@sha256:25eb57bab7374565a31e9df7cb2af05692d3a1157bbcaa351b1c9412ba5a1b7d"
tag: "istio/mixer:1.6.13" tag: "istio/mixer:1.6.14"
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