Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Feb 9, 2024
1 parent 672608b commit cb9eab9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bootc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
branches: [main]
workflow_dispatch: {}

env:
CONTAINER_FIXTURE: registry.gitlab.com/bootc-org/tests/container-fixtures/var-hardlinked

jobs:
build-c9s:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -62,4 +65,9 @@ jobs:
sudo podman run --rm -ti --privileged -v /:/target -v /var/lib/containers:/var/lib/containers -v ./usr/bin/bootc:/usr/bin/bootc --pid=host --security-opt label=disable \
quay.io/centos-bootc/centos-bootc-dev:stream9 bootc install to-filesystem \
--karg=foo=bar --disable-selinux --replace=alongside /target
sudo chattr -i / /ostree/deploy/default/deploy/*
sudo rm /ostree/deploy/default -rf
sudo podman run --rm -ti --privileged -v /:/target -v /var/lib/containers:/var/lib/containers -v ./usr/bin/bootc:/usr/bin/bootc --pid=host --security-opt label=disable \
${{ env.CONTAINER_FIXTURE }} bootc install to-filesystem \
--disable-selinux --replace=alongside /target

0 comments on commit cb9eab9

Please sign in to comment.