UNCLASSIFIED

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

Merge branch 'add-renovate' into 'development'

Add renovate to project

See merge request !4
parents 8cf9e29f 6e44009f
Pipeline #23443 passed with stage
......@@ -3,13 +3,8 @@
ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io
ARG BASE_IMAGE=redhat/ubi/ubi8
ARG BASE_TAG=8.2
###############################################################
ARG VENDOR=istio
ARG IMAGE_NAME=proxyv2
ARG IMAGE_VERSION=1.5.4
###############################################################
# Copy proxyv2 contents to base image
FROM opensource/istio/proxyv2/proxyv2:1.5.4 AS base
FROM istio/proxyv2:1.5.4 AS base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......@@ -48,11 +43,7 @@ RUN useradd -u 1337 istio-proxy && \
rm -rf /var/cache/dnf/
EXPOSE 443
###############################################################
# Run as non-root user
USER istio-proxy
###############################################################
HEALTHCHECK --interval=1m --start-period=30s CMD version
###############################################################
ENTRYPOINT ["/usr/local/bin/pilot-agent"]
# proxyv2
Version: 1.5.4
# To Use the Container
```bash
......
---
resources:
- url: "docker://docker.io/istio/proxyv2@sha256:e1b3ac519387f1369c1dfd4cee3ac22cdc1bc3f83313c465bea6797a11fd8b48"
tag: "opensource/istio/proxyv2/proxyv2:1.5.4"
tag: "istio/proxyv2:1.5.4"
{
"assignees": ["@gavin.scallon"],
"baseBranches": ["development"],
"packageRules": [
{
"datasources": ["docker"],
"packageNames": ["istio/proxyv2"],
"separateMinorPatch": true,
"minor": {
"enabled": false
}
}
],
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"version=\"(?<currentValue>.*?)\""
],
"depNameTemplate": "istio/proxyv2",
"datasourceTemplate": "docker"
},
{
"fileMatch": ["^Jenkinsfile$"],
"matchStrings": [
"version:\\s+\"(?<currentValue>.*?)\""
],
"depNameTemplate": "istio/proxyv2",
"datasourceTemplate": "docker"
}
]
}
\ No newline at end of file
  • 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