1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00

5 Commits

Author SHA1 Message Date
ckyrouac
44ce2cf2c2 install: Deprecate skip-fetch-check, replace with run-fetch-check
This deprecates skip-fetch-check in favor of the inverse,
run-fetch-check. Updates docs and tests to reflect the change.

Signed-off-by: ckyrouac <ckyrouac@redhat.com>
2025-04-08 14:51:58 -04:00
Colin Walters
32612035d5 tests: Drop more bind mount instances
These should be unnecessary.

Signed-off-by: Colin Walters <walters@verbum.org>
2024-12-02 18:11:52 -05:00
Colin Walters
99ef63508d Drop test references to /dev and /var/lib/containers mounts
Keep the bind mounts in the docs though for now because many
people will be using the current docs with older bootc.

Signed-off-by: Colin Walters <walters@verbum.org>
2024-12-02 18:11:52 -05:00
Colin Walters
527151969a tree: Add missing -v /dev:/dev in a few places
We're really going to need to switch over to having the container
do dynamic mounts; cc https://github.com/containers/bootc/issues/380#issuecomment-1983721453

Just noticed this missing in one place, and found others with
a grep.

Right now we do operate without, but it can be racier.

Signed-off-by: Colin Walters <walters@verbum.org>
2024-06-22 09:21:25 -04:00
Chris Kyrouac
7ec44f6a0b hack: Add remote lldb utilities to hack dir
This is useful for remote debugging bootc running in a VM.

Until podman-bootc has support for forwarding arbitrary ports,
this custom solution is needed.

Signed-off-by: Chris Kyrouac <ckyrouac@redhat.com>
2024-06-11 10:21:59 -04:00