-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathContainerfile
24 lines (22 loc) · 1.03 KB
/
Containerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
FROM registry.access.redhat.com/ubi9/ubi-micro:latest@sha256:4a2052ef4db4fd1a53b45263b5067eb01d5745fdd300b27986952af27887bc27
ARG GIT_ID
ARG TARGETARCH
ARG BUILD_DATE
LABEL name="Enterprise Contract Golden Container" \
vendor="Red Hat, Inc." \
maintainer="[email protected]" \
version="1" \
release="1" \
build-date=$BUILD_DATE \
summary="Trivial image build in compliance with Enterprise Contract policy" \
description="Trivial image build in compliance with Enterprise Contract policy" \
url="https://github.com/enterprise-contract/golden-container" \
distribution-scope="public" \
io.k8s.description="Trivial image build in compliance with Enterprise Contract policy" \
io.k8s.display-name="Enterprise Contract Contract Golden Container" \
io.openshift.tags="golden" \
vcs-ref=$GIT_ID \
vcs-type=git \
architecture=$TARGETARCH \
com.redhat.component="enterprise-contract-golden-container" \
com.redhat.build-host="somewhere.over.the.rainbow"