Skip to content

Commit 907a8cc

Browse files
committed
wip
1 parent f5738f6 commit 907a8cc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

examples/bootc-bls/Containerfile.cocl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
FROM quay.io/fedora/fedora-coreos:42.20250901.3.0
1+
ARG BASE
2+
FROM $BASE
23

34
FROM quay.io/afrosi_rh/kbs-client-image:latest as kbc
45
FROM quay.io/confidential-clusters/clevis-pin-trustee as clevis
56
FROM quay.io/confidential-clusters/ignition:clevis-pin-trustee as ignition
67

7-
FROM quay.io/fedora/fedora-coreos:42.20250901.3.0
8+
FROM $BASE
89
COPY . /
910

1011
COPY --from=kbc /usr/local/bin/kbs-client /usr/bin/trustee-attester

examples/bootc-bls/build-bootc-bls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ mkdir -p tmp
1919

2020
podman build \
2121
--from "${FROM}" \
22+
--build-arg BASE="${FROM}" \
2223
-t "${TAG}" \
2324
-f "${CONTAINERFILE}" \
2425
--iidfile=iid \

0 commit comments

Comments
 (0)