mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08:00
rootfs: Add support for rootfs-overlay and bump to buildah v1.22.1-0.202108
Allows users to specify a readonly rootfs with :O, in exchange podman will create a writable overlay. bump builah to v1.22.1-0.20210823173221-da2b428c56ce [NO TESTS NEEDED] Signed-off-by: flouthoc <flouthoc.git@gmail.com>
This commit is contained in:
1
vendor/github.com/containers/buildah/pkg/parse/parse_unix.go
generated
vendored
1
vendor/github.com/containers/buildah/pkg/parse/parse_unix.go
generated
vendored
@@ -27,7 +27,6 @@ func DeviceFromPath(device string) (define.ContainerDevices, error) {
|
||||
}
|
||||
|
||||
if !srcInfo.IsDir() {
|
||||
|
||||
dev, err := devices.DeviceFromPath(src, permissions)
|
||||
if err != nil {
|
||||
return nil, errors.Wrapf(err, "%s is not a valid device", src)
|
||||
|
||||
Reference in New Issue
Block a user