UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 8b74d42b authored by gavin.scallon's avatar gavin.scallon Committed by sean.melissari
Browse files

Add renovate

parent 3fd6e57a
...@@ -3,11 +3,18 @@ ...@@ -3,11 +3,18 @@
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-1.5/node-agent-k8s-1.5/node-agent-k8s:1.5.4 AS base FROM istio/node-agent-k8s:1.5.4 AS base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
LABEL org.opencontainers.image.title="node-agent-k8s" \
org.opencontainers.image.description="Node-Agent-K8S is used as a node agent for Kubernetes" \
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 node_agent_k8s / COPY --from=base node_agent_k8s /
RUN dnf update -y && \ RUN dnf update -y && \
...@@ -15,7 +22,4 @@ RUN dnf update -y && \ ...@@ -15,7 +22,4 @@ RUN dnf update -y && \
rm -rf /var/cache/dnf/ rm -rf /var/cache/dnf/
USER 1001 USER 1001
###############################################################
HEALTHCHECK --interval=1m --start-period=30s CMD version
###############################################################
ENTRYPOINT ["/node_agent_k8s"] ENTRYPOINT ["/node_agent_k8s"]
\ No newline at end of file
# node-agent-k8s # node-agent-k8s
Version 1.5.4
``` ```
# Running the container: # Running the container:
# Navigate to the directory where the tarball for node-agent-k8s was downloaded # Navigate to the directory where the tarball for node-agent-k8s was downloaded
......
--- ---
resources: resources:
- url: "docker://docker.io/istio/node-agent-k8s@sha256:da16218faa92e7ffde0db3514cb11ebd5e3a70d9184b038cd95df3f65d915b1b" - url: "docker://docker.io/istio/node-agent-k8s@sha256:da16218faa92e7ffde0db3514cb11ebd5e3a70d9184b038cd95df3f65d915b1b"
tag: opensource/istio-1.5/node-agent-k8s-1.5/node-agent-k8s:1.5.4 tag: istio/node-agent-k8s:1.5.4
{
"assignees": ["@gavin.scallon"],
"baseBranches": ["development"],
"packageRules": [
{
"datasources": ["docker"],
"packageNames": ["istio/node-agent-k8s"],
"separateMinorPatch": true,
"minor": {
"enabled": false
}
}
],
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"version=\"(?<currentValue>.*?)\""
],
"depNameTemplate": "istio/node-agent-k8s",
"datasourceTemplate": "docker"
},
{
"fileMatch": ["^Jenkinsfile$"],
"matchStrings": [
"version:\\s+\"(?<currentValue>.*?)\""
],
"depNameTemplate": "istio/node-agent-k8s",
"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