We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8e09a commit 801300fCopy full SHA for 801300f
hack/Containerfile
@@ -1,7 +1,15 @@
1
FROM quay.io/centos/centos:stream9
2
3
-ENV ANSIBLE_UNSAFE_WRITES=1
+ARG QUAY_EXPIRATION=1w
4
+ARG TARGETARCH=amd64
5
+ARG TARGETPLATFORM=linux-amd64
6
+ARG TARGETOS=linux
7
+LABEL quay.expires-after=${QUAY_EXPIRATION} \
8
+ architecture=$TARGETARCH \
9
+ platform=$TARGETPLATFORM \
10
+ os=$TARGETOS
11
12
+ENV ANSIBLE_UNSAFE_WRITES=1
13
WORKDIR /opt/okd-installer
14
ENV ANSIBLE_HOME=/opt/okd-installer
15
0 commit comments