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
external-secrets
kubernetes-external-secrets
Commits
e6af4972
Commit
e6af4972
authored
Jul 16, 2021
by
Andy Maksymowicz
Browse files
Merge branch 'development' into 'master'
master: bump nodejs 12.22.3 See merge request
!47
parents
0c098486
fdb88ffa
Pipeline
#402396
passed with stages
in 23 minutes and 10 seconds
Changes
3
Pipelines
33
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
Dockerfile
Dockerfile
+1
-1
hardening_manifest.yaml
hardening_manifest.yaml
+1
-1
renovate.json
renovate.json
+12
-0
No files found.
Dockerfile
View file @
e6af4972
ARG
BASE_REGISTRY=registry1.dso.mil
ARG
BASE_REGISTRY=registry1.dso.mil
ARG
BASE_IMAGE=ironbank/opensource/nodejs/nodejs12
ARG
BASE_IMAGE=ironbank/opensource/nodejs/nodejs12
ARG
BASE_TAG=12.22.
1
ARG
BASE_TAG=12.22.
3
FROM
ghcr.io/external-secrets/kubernetes-external-secrets:8.2.2 as builder
FROM
ghcr.io/external-secrets/kubernetes-external-secrets:8.2.2 as builder
...
...
hardening_manifest.yaml
View file @
e6af4972
...
@@ -14,7 +14,7 @@ tags:
...
@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs
# Build args passed to Dockerfile ARGs
args
:
args
:
BASE_IMAGE
:
"
opensource/nodejs/nodejs12"
BASE_IMAGE
:
"
opensource/nodejs/nodejs12"
BASE_TAG
:
"
12.22.
1
"
BASE_TAG
:
"
12.22.
3
"
# Docker image labels
# Docker image labels
labels
:
labels
:
...
...
renovate.json
View file @
e6af4972
...
@@ -40,6 +40,18 @@
...
@@ -40,6 +40,18 @@
],
],
"depNameTemplate"
:
"ghcr.io/external-secrets/kubernetes-external-secrets"
,
"depNameTemplate"
:
"ghcr.io/external-secrets/kubernetes-external-secrets"
,
"datasourceTemplate"
:
"docker"
"datasourceTemplate"
:
"docker"
},
{
"fileMatch"
:
[
"^hardening_manifest.yaml$"
,
"^Dockerfile$"
],
"matchStrings"
:
[
"BASE_TAG:
\\
s+
\"
(?<currentValue>.*?)
\"
"
,
"BASE_TAG=(?<currentValue>.*?)"
],
"depNameTemplate"
:
"registry1.dso.mil/ironbank/opensource/nodejs/nodejs12"
,
"datasourceTemplate"
:
"docker"
}
}
]
]
}
}
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