UNCLASSIFIED

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

add renovate

parent 31840b6b
Pipeline #23129 failed with stage
###############################################################
# Default registry variables
ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io
ARG BASE_IMAGE=redhat/ubi/ubi8
ARG BASE_TAG=8.2
###############################################################
# Copy Pilot contents to base image
FROM opensource/istio/pilot/pilot:1.5.4 AS base
FROM istio/pilot:1.5.4 AS base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
LABEL name="istio-pilot" \
maintainer="gavin.scallon@parsons.com" \
vendor="Open Source" \
version="1.5.4" \
release="1" \
summary="Istio Pilot provides traffic management capabilities in the Istio Service mesh" \
description="provides service discovery for the Envoy sidecars, traffic management capabilities for intelligent routing, and resiliency."
LABEL org.opencontainers.image.title="pilot" \
org.opencontainers.image.description="Istio Pilot provides traffic management capabilities in the Istio Service mesh." \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.url="https://istio.io" \
org.opencontainers.image.version="1.5.4" \
maintainer="cht@dsop.io"
COPY --from=base /usr/local/bin/ /usr/local/bin/
COPY --from=base /cacert.pem /cacert.pem
RUN dnf update -y && \
dnf clean all && \
rm -rf /var/cache/dnf/
rm -rf /var/cache/dnf
EXPOSE 80 443
USER 1001
###############################################################
ENTRYPOINT [ "/usr/local/bin/pilot-discovery" ]
@Library('DCCSCR@master') _
dccscrPipeline( version: "1.5.4")
dccscrPipeline(version: "1.5.4")
# pilot-1.5
Version 1.5.4
# To Build/Run
```bash
# Download the tar of the image from the Iron Bank and
......
---
resources:
- url: "docker://docker.io/istio/pilot@sha256:21f2b95e53bff9c6b5466825c0c2155c73c18f3aaaf32557195a36fad8b1544b"
tag: "opensource/istio/pilot/pilot:1.5.4"
tag: "istio/pilot:1.5.4"
{
"assignees": ["@gavin.scallon"],
"baseBranches": ["development"],
"minor": {
"enabled": false
},
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"version=\"(?<currentValue>.*?)\""
],
"depNameTemplate": "istio/pilot",
"datasourceTemplate": "docker"
},
{
"fileMatch": ["^Jenkinsfile$"],
"matchStrings": [
"version:\\s+\"(?<currentValue>.*?)\""
],
"depNameTemplate": "istio/pilot",
"datasourceTemplate": "docker"
}
]
}
  • Pipeline Status: FAILURE
    FAILURE Stage: Build
    Branch: add-renovate

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

    Error Log:

    + buildah bud --tls-verify=false --format=docker --loglevel=3 --storage-driver=vfs --build-arg BASE_REGISTRY=**** --build-arg BASE_IMAGE=redhat/ubi/ubi8 --build-arg BASE_TAG=8.2 -t ****/opensource/istio-1.5/pilot-1.5:1.5.4-testing --label dccscr.git.commit.id=b34c8d85014e9a04c8e81107f4e9575d6c7fed1c --label dccscr.git.commit.url=https://dccscr.dsop.io/dsop/opensource/istio-1.5/pilot-1.5/tree/b34c8d85014e9a04c8e81107f4e9575d6c7fed1c --label dccscr.git.url=https://repo1.dsop.io/dsop/opensource/istio-1.5/pilot-1.5.git --label dccscr.git.branch=add-renovate --label dccscr.image.version=1.5.4 --label 'dccscr.image.build.date=Wed Jun 17 20:41:17 UTC 2020
    ' --label dccscr.image.build.id=1 --label dccscr.image.name=pilot-1.5 --label dccscr.ironbank.approval.status=approved --label dccscr.ironbank.approval.url=TBD --label dccscr.ironbank.url=TBD --label dcar_status=approved .
    cannot find Containerfile or Dockerfile in context directory: stat /tmp/workspace/istio-1.5_pilot-1.5_add-renovate/Dockerfile: no such file or directory
    script returned exit code 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