buildah/pkg/parse
Aditya Rajan 719b660462
buildkit: add from field to bind and cache mounts so images can be used as source
Following commit adds buildkit like support for `from` field to `--mount=type=bind`
and `--mount=type=cache` so images and stage can be used as mount source.

Usage looks like
```dockerfile
RUN --mount=type=bind,source=.,from=<your-image>,target=/path ls /path
```
and
```dockerfile
RUN --mount=type=cache,from=<your-image>,target=/path ls /path
```

Signed-off-by: Aditya Rajan <arajan@redhat.com>
2022-01-08 16:58:38 +05:30
..
parse.go buildkit: add from field to bind and cache mounts so images can be used as source 2022-01-08 16:58:38 +05:30
parse_test.go Support overlayfs path contains colon 2021-10-20 14:40:38 +08:00
parse_unix.go imagebuildah: handle --manifest directly 2021-08-17 11:05:28 -04:00
parse_unsupported.go Eliminate the use of containers/building import in pkg subdirs 2021-02-12 12:43:08 -05:00