Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Mar 23, 2024
1 parent 81aa4e4 commit e1472ca
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,13 @@ jobs:

- name: Build
run: |
podman build --security-opt=label=disable --cap-add=all --device /dev/fuse \
-t localhost/${{ matrix.os }}-${{ matrix.version }}-bootc-wrapped -f Containerfile.${{ matrix.os }}-${{ matrix.version }}
#podman build --security-opt=label=disable --cap-add=all --device /dev/fuse \
# -t localhost/${{ matrix.os }}-${{ matrix.version }}-bootc-wrapped -f Containerfile.${{ matrix.os }}-${{ matrix.version }}
cat > Containerfile << EOF
FROM quay.io/centos-bootc/centos-bootc:stream9
RUN skopeo copy docker://quay.io/fedora/fedora:39 oci-archive:/nested.ociarchive
EOF
podman build -t localhost/${{ matrix.os }}-${{ matrix.version }}-bootc-wrapped .
- name: Extract wrapped archive
run: |
Expand Down

0 comments on commit e1472ca

Please sign in to comment.