Files
podman/test/e2e
Sascha Grunert 22f55ce406 Fix directory pull image name for OCI images
This is a breaking change and modifies the resulting image name when
pulling from an directory via `oci:...`.

Without this patch, the image names pulled via a local directory got
processed incorrectly, like this:

```
> podman pull oci:alpine
> podman images
REPOSITORY      TAG      IMAGE ID       CREATED       SIZE
localhost/oci   alpine   4fa153a82426   5 weeks ago   5.85 MB
```

We now use the same approach as in the corresponding [buildah fix][1] to
adapt the behavior for correct `localhost/` prefixing.

[1]: https://github.com/containers/buildah/pull/1800

After applying the patch the same OCI image pull looks like this:

```
> ./bin/podman pull oci:alpine
> podman images
REPOSITORY         TAG      IMAGE ID       CREATED       SIZE
localhost/alpine   latest   4fa153a82426   5 weeks ago   5.85 MB
```

End-to-end tests have been adapted as well to cover the added scenario.

Relates to: https://github.com/containers/buildah/issues/1797

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-08-19 12:49:59 +02:00
..
2018-04-05 14:13:49 +00:00
2019-05-29 15:12:05 -05:00
2019-08-13 21:43:35 +02:00
2019-05-29 15:12:05 -05:00
2019-06-21 13:37:04 +02:00
2019-08-02 11:47:43 -04:00
2019-05-29 15:12:05 -05:00
2019-05-29 15:12:05 -05:00
2019-05-29 15:12:05 -05:00
2019-05-29 15:12:05 -05:00
2019-05-29 15:12:05 -05:00
2019-05-29 15:12:05 -05:00
2019-06-17 11:04:34 +02:00
2019-05-29 15:12:05 -05:00
2019-08-15 12:49:12 -05:00
2019-05-29 15:12:05 -05:00
2019-08-07 09:10:47 -05:00
2019-05-29 15:12:05 -05:00
2019-07-08 12:31:31 -05:00
2019-07-08 12:31:31 -05:00
2019-05-29 15:12:05 -05:00
2019-08-01 16:15:15 -04:00
2019-05-29 15:12:05 -05:00
2019-05-29 15:12:05 -05:00
2019-05-29 15:12:05 -05:00
2019-07-08 12:31:31 -05:00
2019-05-29 15:12:05 -05:00
2019-07-29 14:47:21 +02:00
2019-05-29 15:12:05 -05:00