UNCLASSIFIED

Commit 1e03bb1c authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch 'development' into 'master'

master: bump v2.7.0

See merge request !28
parents 3e9879c5 fc796dd1
Pipeline #469338 passed with stages
in 19 minutes and 57 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.5.0 AS base FROM hadolint/hadolint:v2.7.0 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.5.0" - "v2.7.0"
- "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.5.0" org.opencontainers.image.version: "v2.7.0"
## 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.5.0 - tag: hadolint/hadolint:v2.7.0
url: docker://docker.io/hadolint/hadolint@sha256:1c7b747d549df30392069dc5ab81748d734876ab91e8f7dfed842ff65a544b13 url: docker://docker.io/hadolint/hadolint@sha256:961273c3f08db906925a52971396a0a5aee1f3fc38db8b7614824c0d8f7e9230
maintainers: maintainers:
- email: "joshua.t.carnes@lmco.com" - email: "joshua.t.carnes@lmco.com"
......
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