13 lines
268 B
YAML
13 lines
268 B
YAML
|
|
# Yes, we're using FCOS as a buildroot
|
|
image: quay.io/fedora/fedora-coreos:stable
|
|
|
|
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
script:
|
|
- rpm-ostree install distribution-gpg-keys
|
|
- rpm-ostree compose image -i --format=ociarchive fedora.yaml fedora.oci-archive
|
|
|