UNCLASSIFIED

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

add renovate

parent 4ea095d1
Pipeline #23306 passed with stage
###############################################################
# Default registry variables
ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io 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 opensource/istio/install-cni/install-cni:1.6.1 AS base FROM istio/install-cni:1.6.1 AS base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
# label information LABEL org.opencontainers.image.title="install-cni" \
LABEL name="istio install-cni" \ org.opencontainers.image.description="Istio Container Network Interface (CNI) plugin allows you to configure and use an Istio mesh." \
maintainer="gavin.scallon@parsons.com" \ org.opencontainers.image.licenses="Apache-2.0" \
vendor="Open Source" \ org.opencontainers.image.url="https://istio.io" \
version="1.6.1" \ org.opencontainers.image.version="1.6.1" \
release="1" \ maintainer="cht@dsop.io"
summary="istio install-cni" \
description="The Istio Container Network Interface (CNI) plugin allows you to configure and use an Istio mesh."
COPY jq-linux64 / COPY jq-linux64 /
COPY --from=base /opt/cni/bin/istio-cni /opt/cni/bin/istio-iptables.sh /opt/cni/bin/istio-cni-repair /opt/cni/bin/ COPY --from=base /opt/cni/bin/istio-cni /opt/cni/bin/istio-iptables.sh /opt/cni/bin/istio-cni-repair /opt/cni/bin/
COPY --from=base /install-cni.sh /filter.jq / COPY --from=base /install-cni.sh /filter.jq /
......
@Library('DCCSCR@master') _ @Library('DCCSCR@master') _
dccscrPipeline( version: "1.6.1") dccscrPipeline(version: "1.6.1")
\ No newline at end of file
# install-cni # install-cni
Version 1.6.1
``` ```
# Download the tarball from the Iron Bank repository and navigate to the # Download the tarball from the Iron Bank repository and navigate to the
# download directory. Run the following commands to run the container # download directory. Run the following commands to run the container
...@@ -23,4 +21,4 @@ that the chart is modified to utilize the install-cni image from the Iron Bank. ...@@ -23,4 +21,4 @@ that the chart is modified to utilize the install-cni image from the Iron Bank.
## Notes ## Notes
The container is configured to run as user 1001. The container is configured to run as user 1001.
\ No newline at end of file
--- ---
resources: resources:
- url: "docker://docker.io/istio/install-cni@sha256:895d484eeb7de4cbb0dcdff754a3581570459af5b2d563d3301740843ae379b2" - url: "docker://docker.io/istio/install-cni@sha256:895d484eeb7de4cbb0dcdff754a3581570459af5b2d563d3301740843ae379b2"
tag: opensource/istio/install-cni/install-cni:1.6.1 tag: "istio/install-cni:1.6.1"
- url: https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 - url: https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
filename: jq-linux64 filename: jq-linux64
validation: validation:
......
{
"assignees": ["@gavin.scallon"],
"baseBranches": ["development"],
"packageRules": [
{
"datasources": ["docker"],
"packageNames": ["istio/install-cni"],
"separateMinorPatch": true,
"minor": {
"enabled": false
}
}
],
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"version=\"(?<currentValue>.*?)\""
],
"depNameTemplate": "istio/install-cni",
"datasourceTemplate": "docker"
},
{
"fileMatch": ["^Jenkinsfile$"],
"matchStrings": [
"version:\\s+\"(?<currentValue>.*?)\""
],
"depNameTemplate": "istio/install-cni",
"datasourceTemplate": "docker"
}
]
}
  • Pipeline Status: SUCCESS
    Branch: add-renovate

    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