spiegel_podman/vendor/github.com/containers/common/libimage
Valentin Rothberg 5bdd571b1e compat API: allow enforcing short-names resolution to Docker Hub
The Docker-compatible REST API has historically behaved just as the rest
of Podman and Buildah (and the atomic Docker in older RHEL/Fedora) where
`containers-registries.conf` is centrally controlling which registries
a short name may resolve to during pull or local image lookups.  Please
refer to a blog for more details [1].

Docker, however, is only resolving short names to docker.io which has
been reported (see #12320) to break certain clients who rely on this
behavior.  In order to support this scenario, `containers.conf(5)`
received a new option to control whether Podman's compat API resolves
to docker.io only or behaves as before.

Most endpoints allow for directly normalizing parameters that represent
an image.  If set in containers.conf, Podman will then normalize the
references directly to docker.io.  The build endpoint is an outlier
since images are also referenced in Dockerfiles.  The Buildah API,
however, supports specifying a custom `types.SystemContext` in which
we can set a field that enforces short-name resolution to docker.io
in `c/image/pkg/shortnames`.

Notice that this a "hybrid" approach of doing the normalization directly
in the compat endpoints *and* in `pkg/shortnames` by passing a system
context.  Doing such a hybrid approach is neccessary since the compat
and the libpod endpoints share the same `libimage.Runtime` which makes
a global enforcement via the `libimage.Runtime.systemContext`
impossible.  Having two separate runtimes for the compat and the libpod
endpoints seems risky and not generally applicable to all endpoints.

[1] https://www.redhat.com/sysadmin/container-image-short-names

Fixes: #12320
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2021-11-30 14:22:52 +01:00
..
manifests Set config environment variables early in Podman init 2021-11-15 14:36:23 -05:00
copier.go bump c/common to latest and c/storage to 1.37.0 2021-10-04 16:34:10 +02:00
disk_usage.go manifest: rm should not remove referenced images. 2021-09-02 17:30:02 +05:30
events.go podman image tree: restore previous behavior 2021-05-12 17:56:59 +02:00
filters.go container create: fix --tls-verify parsing 2021-10-27 14:36:25 +02:00
history.go migrate Podman to containers/common/libimage 2021-05-05 11:30:12 +02:00
image.go image lookup: do not match *any* tags 2021-11-23 11:15:03 +01:00
image_config.go bump c/common to latest and c/storage to 1.37.0 2021-10-04 16:34:10 +02:00
image_tree.go vendor containers/common@main 2021-07-16 17:32:37 +02:00
import.go podman load: support downloading files 2021-11-10 15:43:16 +01:00
inspect.go support health checks from image configs 2021-11-09 15:32:36 +01:00
layer_tree.go refine dangling checks 2021-07-26 09:28:17 +02:00
load.go bump c/common to latest and c/storage to 1.37.0 2021-10-04 16:34:10 +02:00
manifest_list.go vendor containers/common@main 2021-07-16 14:19:56 +02:00
normalize.go support tag@digest notation 2021-05-31 14:38:43 +02:00
oci.go migrate Podman to containers/common/libimage 2021-05-05 11:30:12 +02:00
pull.go faster image inspection 2021-10-08 14:47:33 +02:00
push.go vendor containers/common@main 2021-07-16 14:19:56 +02:00
runtime.go image lookup: do not match *any* tags 2021-11-23 11:15:03 +01:00
save.go vendor containers/common@main 2021-07-16 14:19:56 +02:00
search.go compat API: allow enforcing short-names resolution to Docker Hub 2021-11-30 14:22:52 +01:00