UNCLASSIFIED

Commit 063482c7 authored by renovate's avatar renovate
Browse files

Merge branch 'renovate/docker-gcr.io-kaniko-project-executor' into 'development'

Update gcr.io/kaniko-project/executor Docker digest to 6ecc43a

See merge request !25
parents 1f6243ec 8dde3aa5
Pipeline #280931 passed with stages
in 6 minutes and 52 seconds
...@@ -33,7 +33,7 @@ labels: ...@@ -33,7 +33,7 @@ labels:
resources: resources:
- tag: gcr.io/kaniko-project/executor:v1.6.0-debug - tag: gcr.io/kaniko-project/executor:v1.6.0-debug
url: docker://gcr.io/kaniko-project/executor@sha256:27f62896190a10c05e84a6cb602392c07176f4c4fa241a72a6ab424a3865ca34 url: docker://gcr.io/kaniko-project/executor@sha256:fcccd2ab9f3892e33fc7f2e950c8e4fc665e7a4c66f6a9d70b300d7a2103592f
maintainers: maintainers:
- email: "joshua.t.carnes@lmco.com" - email: "joshua.t.carnes@lmco.com"
......
...@@ -8,12 +8,39 @@ ...@@ -8,12 +8,39 @@
"fileMatch": ["^hardening_manifest.yaml$"], "fileMatch": ["^hardening_manifest.yaml$"],
"matchStrings": [ "matchStrings": [
"tags:\\s+-\\s+\"(?<currentValue>.+?)\"", "tags:\\s+-\\s+\"(?<currentValue>.+?)\"",
"tag: .*:(?<currentValue>.*?)$",
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"", "org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"",
"url: docker://.*@(?<currentDigest>sha256:[a-f0-9]+)"
], ],
"depNameTemplate": "gcr.io/kaniko-project/executor", "depNameTemplate": "gcr.io/kaniko-project/executor",
"datasourceTemplate": "docker" "datasourceTemplate": "docker"
},
{
"fileMatch": ["^hardening_manifest.yaml$"],
"matchStrings": [
"tag: .*:(?<currentValue>.*?)\\s+\\s+url:.*@(?<currentDigest>sha256:[a-f0-9]+)"
],
"depNameTemplate": "gcr.io/kaniko-project/executor",
"datasourceTemplate": "docker"
},
{
"fileMatch": ["^hardening_manifest.yaml$", "^Dockerfile$"],
"matchStrings": [
"BASE_TAG: \"(?<currentValue>.*?)\"",
"BASE_TAG=(?<currentValue>.*?)$"
],
"depNameTemplate": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal",
"datasourceTemplate": "docker"
}
],
"groupName": "all dependencies",
"separateMajorMinor": false,
"groupSlug": "all",
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"groupName": "all dependencies",
"groupSlug": "all"
} }
] ]
} }
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