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
I
istio
1.9
proxyv2
Commits
a5436c26
Commit
a5436c26
authored
Apr 19, 2021
by
Tim Seagren
Browse files
adding regex manager for dockerfile version
parent
83e94b2f
Pipeline
#226289
passed with stages
in 11 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
Dockerfile
Dockerfile
+1
-1
renovate.json
renovate.json
+10
-0
No files found.
Dockerfile
View file @
a5436c26
...
@@ -3,7 +3,7 @@ ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
...
@@ -3,7 +3,7 @@ ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_TAG=8.3
ARG
BASE_TAG=8.3
# Updated by Renovate
# Updated by Renovate
ARG
version=1.9.2
ARG
version=
"
1.9.2
"
FROM
istio/proxyv2:${version} AS base
FROM
istio/proxyv2:${version} AS base
...
...
renovate.json
View file @
a5436c26
...
@@ -16,6 +16,16 @@
...
@@ -16,6 +16,16 @@
}
}
],
],
"regexManagers"
:
[
"regexManagers"
:
[
{
"fileMatch"
:
[
"^Dockerfile$"
],
"matchStrings"
:
[
"version=
\"
(?<currentValue>.*?)
\"
"
],
"depNameTemplate"
:
"istio/proxyv2"
,
"datasourceTemplate"
:
"docker"
},
{
{
"fileMatch"
:
[
"fileMatch"
:
[
"^hardening_manifest.yaml$"
"^hardening_manifest.yaml$"
...
...
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