spiegel_podman/vendor/github.com/containers/buildah/util
Valentin Rothberg 65a618886e new "image" mount type
Add a new "image" mount type to `--mount`.  The source of the mount is
the name or ID of an image.  The destination is the path inside the
container.  Image mounts further support an optional `rw,readwrite`
parameter which if set to "true" will yield the mount writable inside
the container.  Note that no changes are propagated to the image mount
on the host (which in any case is read only).

Mounts are overlay mounts.  To support read-only overlay mounts, vendor
a non-release version of Buildah.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-10-29 15:06:22 +01:00
..
types.go Vendor in latest containers/buildah 2018-09-18 17:20:30 -04:00
util.go Bump to Buildah 1.16.0-dev in upstream 2020-08-03 14:34:24 -04:00
util_linux.go Bump github.com/containers/common from 0.4.2 to 0.5.0 2020-03-13 13:11:17 -04:00
util_not_uint64.go new "image" mount type 2020-10-29 15:06:22 +01:00
util_uint64.go new "image" mount type 2020-10-29 15:06:22 +01:00
util_unix.go Update buildah to current master 2019-08-28 14:28:18 -04:00
util_unsupported.go Bump github.com/containers/common from 0.4.2 to 0.5.0 2020-03-13 13:11:17 -04:00
util_windows.go Update buildah to current master 2019-08-28 14:28:18 -04:00