particle-os-cli/integration-tests/test-repo
Gerald Pinder d0e1b7c8d1
fix: Copy bins and keys with mounts for ostree commit (#132)
I've been investigating more into how ostree works and how it relates to
running `ostree container commit` for each layer. I've decided to move
our pre-installed bins and public keys into their own stages and then
bind mount them into a `RUN` instruction so that we can just use `cp` to
get the files into the image and then call `ostree container commit`.
Now all of our layers in the image (after the base image) will be in the
ostree commit tree.
2024-03-24 06:27:54 +00:00
..
config fix: Copy bins and keys with mounts for ostree commit (#132) 2024-03-24 06:27:54 +00:00
modules chore: Create base integration test setup (#55) 2024-02-09 11:47:59 -05:00
.gitignore chore: Fix integration-tests for forks 2024-02-19 20:52:20 -05:00
cosign.pub fix: Remove check for specific branches for signing (#114) 2024-03-05 09:18:43 -05:00