UNCLASSIFIED

Commit 6e44009f authored by gavin.scallon's avatar gavin.scallon Committed by sean.melissari
Browse files

Add renovate to project

parent 8cf9e29f
......@@ -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
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