UNCLASSIFIED

Commits (2)
......@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/google/distroless/static
ARG BASE_TAG=latest
FROM gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/webhook:v0.27.2 as build
FROM gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/webhook:v0.27.3 as build
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......
......@@ -8,7 +8,7 @@ name: "opensource/tektoncd/webhook"
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags:
- "v0.27.2"
- "v0.27.3"
- "latest"
# Build args passed to Dockerfile ARGs
......@@ -23,13 +23,13 @@ labels:
org.opencontainers.image.licenses: "Apache v2"
org.opencontainers.image.url: "https://github.com/tektoncd/pipeline/tree/master/cmd/webhook"
org.opencontainers.image.vendor: "Vendor"
org.opencontainers.image.version: "v0.27.2"
org.opencontainers.image.version: "v0.27.3"
mil.dso.ironbank.image.type: "opensource"
# List of resources to make available to the offline build context
resources:
- url: "docker://gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/webhook@sha256:727d6d05dfeb23581268ff7d6f45c19fb3ebae3b44952a50b1ed4126cfd1ed11"
tag: "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/webhook:v0.27.2"
- url: "docker://gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/webhook@sha256:54cb380aaa4f611eef996d982fd6052a793b54cd6092b12a46bb8afd16124aca"
tag: "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/webhook:v0.27.3"
# List of project maintainers
maintainers:
......