podman/libpod/image
Valentin Rothberg 2d30eff068 enable short-name aliasing
Short-name aliasing was introduced with Podman 2.2 as an opt-in preview
by enabling an environment variable.  Now, as we're preparing for the
3.0 release, we can enable short-name aliasing by default.  Opting out
can be done by configuring the `registries.conf` config file.

Please refer to the following blog post for more details:
https://www.redhat.com/sysadmin/container-image-short-names

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-12-05 12:42:32 +01:00
..
testdata Split refNamesFromImageReference from Runtime.getPullListFromRef 2018-08-01 18:22:58 +00:00
config.go honor pull policy in play kube 2020-01-28 13:36:10 -06:00
df.go system df: fix image-size calculations 2020-09-11 14:48:56 +02:00
docker_registry_options.go BlobInfoCacheDir is set incorrectly when copying images 2020-10-08 16:22:55 -04:00
errors.go Ensure libpod/define does not include libpod/image 2020-07-31 17:17:56 -04:00
filters.go Convert Split() calls with an equal sign to SplitN() 2020-10-13 19:30:08 -04:00
image.go More docker compat API fixes 2020-12-04 15:58:46 +01:00
image_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
layer_tree.go make image parent check more robust 2020-09-07 11:28:58 +02:00
manifests.go Not use local image create/add manifest 2020-11-24 15:54:41 -05:00
parts.go honor pull policy in play kube 2020-01-28 13:36:10 -06:00
parts_test.go Remove imageParts.{isTagged,registry,name,tag} 2019-01-14 04:07:24 +01:00
prune.go image prune: remove all candidates 2020-10-02 11:04:05 +02:00
pull.go enable short-name aliasing 2020-12-05 12:42:32 +01:00
pull_test.go short-name aliasing 2020-11-13 15:40:06 +01:00
search.go Convert Split() calls with an equal sign to SplitN() 2020-10-13 19:30:08 -04:00
signing_options.go Stage3 Image Library 2018-03-14 20:21:31 +00:00
tree.go Refactor image tree for API usage 2020-02-17 11:12:35 +01:00
utils.go NewFromLocal can return multiple images 2020-10-28 16:02:53 -04:00