-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathContainerfile
More file actions
24 lines (22 loc) · 965 Bytes
/
Containerfile
File metadata and controls
24 lines (22 loc) · 965 Bytes
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:2173487b3b72b1a7b11edc908e9bbf1726f9df46a4f78fd6d19a2bab0a701f38
ARG GIT_ID
ARG TARGETARCH
ARG BUILD_DATE
LABEL name="Conforma Golden Container" \
vendor="Red Hat, Inc." \
maintainer="conforma@redhat.com" \
version="1" \
release="1" \
build-date=$BUILD_DATE \
summary="Trivial image build in compliance with Conforma policy" \
description="Trivial image build in compliance with Conforma policy" \
url="https://github.com/conforma/golden-container" \
distribution-scope="public" \
io.k8s.description="Trivial image build in compliance with Conforma policy" \
io.k8s.display-name="Conforma Golden Container" \
io.openshift.tags="golden" \
vcs-ref=$GIT_ID \
vcs-type=git \
architecture=$TARGETARCH \
com.redhat.component="conforma-golden-container" \
com.redhat.build-host="somewhere.over.the.rainbow"