toolbox/playbooks
Nieves Montero a1c309541f Report the size of the image that will be downloaded from a registry
This uses 'skopeo inspect' to get the size of the image on the registry,
which is usually less than the size of the image in a local
containers/storage image store after download (eg., 'podman images'),
because they are kept compressed on the registry.  Skopeo >= 1.10.0 is
needed to retrieve the sizes [1].

However, this doesn't add a hard dependency on Skopeo to accommodate
size-constrained operating systems like Fedora CoreOS.  If skopeo(1) is
missing or too old, then the size of the image won't be shown, but
everything else would continue to work as before.

Some changes by Debarshi Ray.

[1] Skopeo commit d9dfc44888ff71a6
    https://github.com/containers/skopeo/commit/d9dfc44888ff71a6
    https://github.com/containers/skopeo/issues/641

https://github.com/containers/toolbox/issues/752

Signed-off-by: Nieves Montero <nmontero@redhat.com>
2023-03-14 01:05:50 +01:00
..
build.yaml .zuul, playbooks: Add copyright and license notices 2022-11-28 22:47:15 +01:00
dependencies-centos-9-stream.yaml Report the size of the image that will be downloaded from a registry 2023-03-14 01:05:50 +01:00
dependencies-fedora-restricted.yaml Report the size of the image that will be downloaded from a registry 2023-03-14 01:05:50 +01:00
dependencies-fedora.yaml Report the size of the image that will be downloaded from a registry 2023-03-14 01:05:50 +01:00
setup-env-migration-path-for-coreos-toolbox.yaml Test -Dmigration_path_for_coreos_toolbox on CentOS Stream 9 2022-12-14 23:09:55 +01:00
setup-env-restricted.yaml Test that toolbox(1) can be built without podman(1) and subordinate IDs 2023-03-02 10:25:54 +01:00
setup-env.yaml playbooks: Rename the file with the dependencies 2022-12-14 23:09:55 +01:00
system-test.yaml .zuul, playbooks: Add copyright and license notices 2022-11-28 22:47:15 +01:00
unit-test.yaml playbooks: Reveal the standard error & output streams from 'meson test' 2022-12-14 23:09:55 +01:00