UNCLASSIFIED

Commit b38e6709 authored by gavin.scallon's avatar gavin.scallon
Browse files

test

parent 0f96a8be
Pipeline #19799 failed with stages
......@@ -5,7 +5,7 @@ ARG BASE_IMAGE=redhat/ubi/ubi8
ARG BASE_TAG=8.2
###############################################################
# Copy mixer contents to base image
FROM opensource/istio/istioctl/istioctl:1.6.0 AS base
FROM opensource/istio-1.6/istioctl-1.6/istioctl:1.6.0 AS base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
###############################################################
......@@ -17,7 +17,6 @@ LABEL name="istio-istioctl" \
release="1" \
summary="Istio configuration command line utility" \
description="Istio configuration command line utility for service operators to debug and diagnose their Istio mesh."
###############################################################
# untar istioctl. Then copy the executable to /usr/local/bin
COPY --from=base /usr/local/bin/istioctl /usr/local/bin/istioctl
......
---
resources:
- url: "docker://docker.io/istio/istioctl@sha256:87f40d192a7f6cc2c0b788cacf97a0186e242df503dae6115a45ee19fda51f4b"
tag: "opensource/istio/istioctl/istioctl:1.6.0"
tag: "opensource/istio-1.6/istioctl-1.6/istioctl:1.6.0"
  • Pipeline Status: SUCCESS
    Branch: development

    graph LR
      0([setup]):::INTERNAL_SUCCESS --> 1([Import Artifacts]):::SUCCESS --> 2((/)):::INTERNAL_SUCCESS --> 3([Stage Artifacts]):::SUCCESS --> 4((/)):::INTERNAL_SUCCESS --> 5([Build]):::SUCCESS --> 6([Publish, Scan & Report]):::INTERNAL_NOT_BUILT
    
    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