File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "Build and push fedora-coreos container image with customized initrd"
33env :
44 NAME : " fedora-coreos"
55 REGISTRY : " quay.io/trusted-execution-clusters"
6- FCOS_IMG : " quay.io/fedora /fedora-coreos:42.20251012.2.0 "
6+ FCOS_IMG : " quay.io/trusted-execution-clusters /fedora-coreos@sha256:79a0657399e6c67c7c95b8a09193d18e5675b5aa3cfb4d75ea5c8d4d53b2af74 "
77on :
88 push :
99 branches :
Original file line number Diff line number Diff line change 11ARG BASE
22ARG TRUSTEE_ATTESTER=quay.io/trusted-execution-clusters/trustee-attester:fedora-b13fd8a
3+ ARG CLEVIS_PIN_TRUSTEE_IMAGE=quay.io/trusted-execution-clusters/clevis-pin-trustee
4+ ARG IGNITION=ghcr.io/trusted-execution-clusters/ignition:20260112-85608d6
5+
36FROM $TRUSTEE_ATTESTER as kbc
47
5- ARG CLEVIS_PIN_TRUSTEE_IMAGE=quay.io/trusted-execution-clusters/clevis-pin-trustee
68FROM $CLEVIS_PIN_TRUSTEE_IMAGE as clevis
79
8- ARG IGNITION=ghcr.io/trusted-execution-clusters/ignition:20260112-85608d6
910FROM $IGNITION as ignition
1011
1112FROM $BASE
Original file line number Diff line number Diff line change 11os := " fcos"
22
33scos_base_img := " quay.io/okd/scos-content@sha256:3813e6608a999756931d3d621932af9662860e71a552b2670f9fe320bf0d3585"
4- fcos_base_img := " quay.io/fedora /fedora-coreos:42.20251012.2.0 "
4+ fcos_base_img := " quay.io/trusted-execution-clusters /fedora-coreos@sha256:79a0657399e6c67c7c95b8a09193d18e5675b5aa3cfb4d75ea5c8d4d53b2af74 "
55
66scos_img := " quay.io/trusted-execution-clusters/scos"
77fcos_img := " quay.io/trusted-execution-clusters/fcos"
You can’t perform that action at this time.
0 commit comments