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 f5738f6 commit 907a8ccCopy full SHA for 907a8cc
examples/bootc-bls/Containerfile.cocl
@@ -1,10 +1,11 @@
1
-FROM quay.io/fedora/fedora-coreos:42.20250901.3.0
+ARG BASE
2
+FROM $BASE
3
4
FROM quay.io/afrosi_rh/kbs-client-image:latest as kbc
5
FROM quay.io/confidential-clusters/clevis-pin-trustee as clevis
6
FROM quay.io/confidential-clusters/ignition:clevis-pin-trustee as ignition
7
8
9
COPY . /
10
11
COPY --from=kbc /usr/local/bin/kbs-client /usr/bin/trustee-attester
examples/bootc-bls/build-bootc-bls
@@ -19,6 +19,7 @@ mkdir -p tmp
19
20
podman build \
21
--from "${FROM}" \
22
+ --build-arg BASE="${FROM}" \
23
-t "${TAG}" \
24
-f "${CONTAINERFILE}" \
25
--iidfile=iid \
0 commit comments