UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
Istio-1.5
node-agent-k8s-1.5
Commits
8b74d42b
You need to sign in or sign up before continuing.
Commit
8b74d42b
authored
Jun 18, 2020
by
gavin.scallon
Committed by
sean.melissari
Jun 18, 2020
Browse files
Add renovate
parent
3fd6e57a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
43 additions
and
8 deletions
+43
-8
Dockerfile
Dockerfile
+9
-5
README.md
README.md
+0
-2
download.yaml
download.yaml
+1
-1
renovate.json
renovate.json
+33
-0
No files found.
Dockerfile
View file @
8b74d42b
...
@@ -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
README.md
View file @
8b74d42b
# 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
...
...
download.yaml
View file @
8b74d42b
---
---
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
renovate.json
0 → 100644
View file @
8b74d42b
{
"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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment