UNCLASSIFIED

Commit 0d9f8797 authored by sean.melissari's avatar sean.melissari
Browse files

Merge branch 'renovate/docker-goharbor-notary-signer-photon-2.x' into 'development'

Update goharbor/notary-signer-photon Docker tag to v2.1.0

See merge request !10
parents 411356ff 28f932c6
Pipeline #42582 failed with stage
......@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.2
FROM goharbor/notary-signer-photon:v2.0.2 as base
FROM goharbor/notary-signer-photon:v2.1.0 as base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.title="notary-signer" \
org.opencontainers.image.description="Harbor is an open source cloud native registry that stores, signs, and scans content." \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.url="https://goharbor.io" \
org.opencontainers.image.version="v2.0.2" \
org.opencontainers.image.version="v2.1.0" \
maintainer="cht@dsop.io"
ENV SERVICE_NAME=notary_signer
......
@Library('DCCSCR@master') _
dccscrPipeline(version: "v2.0.2")
dccscrPipeline(version: "v2.1.0")
resources:
- url: "docker://docker.io/goharbor/notary-signer-photon@sha256:141311d3f1609dcbaaeebcb4ba311817e92eb073fba7ba3ee540631f1dfb8321"
tag: "goharbor/notary-signer-photon:v2.0.2"
- url: "docker://docker.io/goharbor/notary-signer-photon@sha256:715647f1839f398c576cea878ac688f7a9598dd98cd2b91e31afa46ef835c30b"
tag: "goharbor/notary-signer-photon:v2.1.0"
  • Pipeline Status: FAILURE
    FAILURE Stage: Twistlock Scan
    Branch: development

    graph LR
      0([setup]):::INTERNAL_SUCCESS --> 3([Import Artifacts]):::SUCCESS --> 4((/)):::INTERNAL_SUCCESS --> 5([Stage Artifacts]):::SUCCESS --> 6((/)):::INTERNAL_SUCCESS --> 7([Build]):::SUCCESS --> 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
    
  • Pipeline Status: SUCCESS
    Branch: development

    graph LR
      0([setup]):::INTERNAL_SUCCESS --> 3([Import Artifacts]):::SUCCESS --> 4((/)):::INTERNAL_SUCCESS --> 5([Stage Artifacts]):::SUCCESS --> 6((/)):::INTERNAL_SUCCESS --> 7([Build]):::SUCCESS --> 8([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