buildah/internal
Nalin Dahyabhai 3541a3ce2a Accept image names as sources for cache mounts
Allow the "from" option for cache mounts to refer to an image, which, if
we attempt to mount read-write, is mounted using an overlay to avoid
getting errors if the process we're running with the cache mount
attempts to write to it.

Add logic to clean up the bind mount in Builder.getBindMount() that's
triggered if Builder.runSetupVolumeMounts() returns an error.

When creating cache directories for cache mounts, process the
container's ID mappings.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2025-01-23 13:38:02 -05:00
..
config refactor: replace golang.org/x/exp with stdlib 2025-01-24 00:27:55 +08:00
mkcw Add support for --security-opt mask and unmask 2025-01-07 08:46:48 -05:00
open Add an internal/open package 2025-01-17 09:59:55 -05:00
parse
sbom
source
tmpdir
util
volumes Accept image names as sources for cache mounts 2025-01-23 13:38:02 -05:00
types.go