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:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "opensource/nodejs/nodejs14"
BASE_TAG: "14.17.0"
BASE_TAG: "14.17.1"
# Docker image labels
labels:
......
......@@ -5,24 +5,16 @@
"baseBranches": [
"development"
],
"automerge": true,
"gitLabAutomerge": true,
"regexManagers": [{
"fileMatch": [
"^Dockerfile$"
],
"matchStrings": [
"version=\"(?<currentValue>.*?)\""
],
"depNameTemplate": "mitre/heimdall2",
"datasourceTemplate": "docker"
},
{
"fileMatch": [
"^hardening_manifest.yaml$"
],
"matchStrings": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\""
"BASE_TAG:\\s+\"(?<currentValue>.*?)\""
],
"depNameTemplate": "mitre/heimdall2",
"depNameTemplate": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs14",
"datasourceTemplate": "docker"
},
{
......@@ -30,6 +22,7 @@
"^hardening_manifest.yaml$"
],
"matchStrings": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"",
"tags:\\s+-\\s+\"(?<currentValue>.+?)\""
],
"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