Skip to content

Commit 559aa72

Browse files
committed
feat: add GitHub Actions CI workflow for OCI image builds and automated drift testing
1 parent 8381649 commit 559aa72

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/mios-ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@ jobs:
103103
sudo apt-get update -qq
104104
sudo apt-get install -y podman skopeo
105105
106-
- name: Configure Podman to use VFS storage driver
107-
run: |
108-
sudo mkdir -p /etc/containers
109-
echo -e '[storage]\ndriver = "vfs"\nrunroot = "/run/containers/storage"\ngraphroot = "/var/lib/containers/storage"' | sudo tee /etc/containers/storage.conf
110-
sudo rm -rf /var/lib/containers/storage /run/containers/storage
111-
112106
- name: Free disk space on the GHA runner
113107
# GitHub-hosted ubuntu-24.04 runners ship with ~14 GB free on
114108
# /. The MiOS Containerfile bakes 16+ container images into
@@ -300,12 +294,6 @@ jobs:
300294
sudo apt-get update -qq
301295
sudo apt-get install -y podman
302296
303-
- name: Configure Podman to use VFS storage driver
304-
run: |
305-
sudo mkdir -p /etc/containers
306-
echo -e '[storage]\ndriver = "vfs"\nrunroot = "/run/containers/storage"\ngraphroot = "/var/lib/containers/storage"' | sudo tee /etc/containers/storage.conf
307-
sudo rm -rf /var/lib/containers/storage /run/containers/storage
308-
309297
- name: Free disk space on the GHA runner (smoke job)
310298
# Same rationale as the main build job -- runner needs ~30 GB
311299
# extra room for the 16+ bound-image bakes during smoke build.

0 commit comments

Comments
 (0)