UNCLASSIFIED
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/controller:v0.27.3 as build
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} COPY --from=build /ko-app /ko-app USER 1001 HEALTHCHECK NONE
ENTRYPOINT ["/ko-app/controller"]