UNCLASSIFIED

Commit d2ea4b87 authored by renovate's avatar renovate
Browse files

Update istio/istioctl Docker tag to v1.6.8

parent d83349c8
Pipeline #34709 failed with stage
......@@ -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.7 AS base
FROM istio/istioctl:1.6.8 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.7" \
org.opencontainers.image.version="1.6.8" \
maintainer="cht@dsop.io"
COPY --from=base /usr/local/bin/istioctl /usr/local/bin/istioctl
......
@Library('DCCSCR@master') _
dccscrPipeline(version: "1.6.7")
dccscrPipeline(version: "1.6.8")
---
resources:
- url: "docker://docker.io/istio/istioctl@sha256:751c6a0dd0ed08f914c14111b2d51c123f671d22c801f2616728560ee07ee01f"
tag: "istio/istioctl:1.6.7"
- url: "docker://docker.io/istio/istioctl@sha256:921e8a164ddfc06b30a40327f60939a7e7236c6871b43da6ab560c523c3c8608"
tag: "istio/istioctl:1.6.8"
  • Pipeline Status: FAILURE
    FAILURE Stage: Whitelist Compare Lint
    Branch: renovate/docker-istio-istioctl-1.6.x

    graph LR
      0([setup]):::INTERNAL_FAILURE --> 3([Import Artifacts]):::NOT_BUILT --> 4((/)):::INTERNAL_NOT_BUILT --> 5([Stage Artifacts]):::NOT_BUILT --> 6((/)):::INTERNAL_NOT_BUILT --> 7([Build]):::NOT_BUILT --> 8([Publish, Scan & Report]):::INTERNAL_FAILURE
    
    classDef SUCCESS font-size:10px
    classDef FAILURE fill:#f44, font-size:10px
    classDef SKIPPED font-size:10px
    classDef ABORTED fill:#889, font-size:10px
    classDef INTERNAL_SUCCESS font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_FAILURE fill:#f44, font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_SKIPPED font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_ABORTED fill:#889, font-size:10px, stroke-dasharray: 2, 1
    
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