UNCLASSIFIED

Commit f69bbc56 authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch 'renovate/docker-hadolint-hadolint-2.x' into 'development'

Update hadolint/hadolint Docker tag to v2.4.1

See merge request !20
parents 94571651 3e903c53
Pipeline #277155 passed with stages
in 4 minutes and 53 seconds
...@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ...@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8-minimal ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8-minimal
ARG BASE_TAG=8.4 ARG BASE_TAG=8.4
FROM hadolint/hadolint:v2.4.0 AS base FROM hadolint/hadolint:2.4.1 AS base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......
...@@ -5,7 +5,7 @@ apiVersion: v1 ...@@ -5,7 +5,7 @@ apiVersion: v1
name: "opensource/hadolint/hadolint" name: "opensource/hadolint/hadolint"
tags: tags:
- "v2.4.0" - "2.4.1"
- "latest" - "latest"
args: args:
...@@ -22,7 +22,7 @@ labels: ...@@ -22,7 +22,7 @@ labels:
org.opencontainers.image.url: "https://github.com/hadolint/hadolint" org.opencontainers.image.url: "https://github.com/hadolint/hadolint"
## Name of the distributing entity, organization or individual ## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "opensource" org.opencontainers.image.vendor: "opensource"
org.opencontainers.image.version: "v2.4.0" org.opencontainers.image.version: "2.4.1"
## Keywords to help with search (ex. "cicd,gitops,golang") ## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "docker,linter,cicd" mil.dso.ironbank.image.keywords: "docker,linter,cicd"
## This value can be "opensource" or "commercial" ## This value can be "opensource" or "commercial"
...@@ -31,8 +31,8 @@ labels: ...@@ -31,8 +31,8 @@ labels:
mil.dso.ironbank.product.name: "hadolint" mil.dso.ironbank.product.name: "hadolint"
resources: resources:
- tag: hadolint/hadolint:v2.4.0 - tag: hadolint/hadolint:2.4.1
url: docker://docker.io/hadolint/hadolint@sha256:ed22c9de9b884383094edb8930696a256c4450335945c68153d8fc8fbb27bf03 url: docker://docker.io/hadolint/hadolint@sha256:ed5add4b737489d99c598a8169cbc20700387596ae7284c7c6f19cae2c158859
maintainers: maintainers:
- email: "joshua.t.carnes@lmco.com" - email: "joshua.t.carnes@lmco.com"
......
...@@ -22,5 +22,17 @@ ...@@ -22,5 +22,17 @@
"depNameTemplate": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal", "depNameTemplate": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal",
"datasourceTemplate": "docker" "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