UNCLASSIFIED

Commit 24ffd3c5 authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch 'development' into 'master'

Master: Update registry1.dso.mil/ironbank/opensource/nodejs/nodejs14 Docker tag to v14.17.1

See merge request !22
parents 05cb00f8 7bd8ec22
Pipeline #359970 passed with stages
in 29 minutes and 7 seconds
...@@ -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/nodejs14" BASE_IMAGE: "opensource/nodejs/nodejs14"
BASE_TAG: "14.17.0" BASE_TAG: "14.17.1"
# Docker image labels # Docker image labels
labels: labels:
......
...@@ -5,24 +5,16 @@ ...@@ -5,24 +5,16 @@
"baseBranches": [ "baseBranches": [
"development" "development"
], ],
"automerge": true,
"gitLabAutomerge": true,
"regexManagers": [{ "regexManagers": [{
"fileMatch": [
"^Dockerfile$"
],
"matchStrings": [
"version=\"(?<currentValue>.*?)\""
],
"depNameTemplate": "mitre/heimdall2",
"datasourceTemplate": "docker"
},
{
"fileMatch": [ "fileMatch": [
"^hardening_manifest.yaml$" "^hardening_manifest.yaml$"
], ],
"matchStrings": [ "matchStrings": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"" "BASE_TAG:\\s+\"(?<currentValue>.*?)\""
], ],
"depNameTemplate": "mitre/heimdall2", "depNameTemplate": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs14",
"datasourceTemplate": "docker" "datasourceTemplate": "docker"
}, },
{ {
...@@ -30,6 +22,7 @@ ...@@ -30,6 +22,7 @@
"^hardening_manifest.yaml$" "^hardening_manifest.yaml$"
], ],
"matchStrings": [ "matchStrings": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"",
"tags:\\s+-\\s+\"(?<currentValue>.+?)\"" "tags:\\s+-\\s+\"(?<currentValue>.+?)\""
], ],
"depNameTemplate": "mitre/heimdall2", "depNameTemplate": "mitre/heimdall2",
......
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