UNCLASSIFIED

Commit 0471fa4d authored by sean.melissari's avatar sean.melissari
Browse files

add renovate

parent 88968a7e
Pipeline #23320 passed 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
###############################################################
FROM opensource/istio/operator/operator:1.6.1 AS base
FROM istio/operator:1.6.1 AS base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
# Provide label information
LABEL name="istio-operator" \
maintainer="cody.hutchins@darkwolf.co" \
vendor="Open Source" \
version="1.6.1" \
release="1" \
summary="Operator for Istio" \
description="The istio-operator allows you to package, deploy, and manage Istio in Kubernetes"
COPY --from=base /usr/local/bin/operator /usr/local/bin/operator
LABEL org.opencontainers.image.title="istio-operator" \
org.opencontainers.image.description="The istio-operator allows you to package, deploy, and manage Istio in Kubernetes." \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.url="https://istio.io" \
org.opencontainers.image.version="1.6.1" \
maintainer="cht@dsop.io"
COPY --from=base /usr/local/bin/operator /usr/local/bin/operator
COPY --from=base /var/lib/istio/manifests/ /var/lib/istio/manifests/
USER 1001
......
@Library('DCCSCR@master') _
dccscrPipeline( version: "1.6.1")
\ No newline at end of file
dccscrPipeline(version: "1.6.1")
---
resources:
- url: "docker://docker.io/istio/operator@sha256:8fba2ac670f38ca768966c6789d044039f30cca4de372d073f7e64e7245e671c"
tag: "opensource/istio/operator/operator:1.6.1"
tag: "istio/operator:1.6.1"
{
"assignees": ["@gavin.scallon"],
"baseBranches": ["development"],
"packageRules": [
{
"datasources": ["docker"],
"packageNames": ["istio/operator"],
"separateMinorPatch": true,
"minor": {
"enabled": false
}
}
],
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"version=\"(?<currentValue>.*?)\""
],
"depNameTemplate": "istio/operator",
"datasourceTemplate": "docker"
},
{
"fileMatch": ["^Jenkinsfile$"],
"matchStrings": [
"version:\\s+\"(?<currentValue>.*?)\""
],
"depNameTemplate": "istio/operator",
"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