diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-11-18 14:12:10 +0100 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2021-11-22 09:30:01 -0700 |
commit | fe30b30458098c2d4f97e3cf5513870a6bac8e06 (patch) | |
tree | 3f1a1b54bbce0126b534f1bc2c369e54f96253ff /contrib | |
parent | 2d265da0ec6d88c0644d96c8077fe15b3ac64ea0 (diff) | |
download | podman-fe30b30458098c2d4f97e3cf5513870a6bac8e06.tar.gz podman-fe30b30458098c2d4f97e3cf5513870a6bac8e06.tar.bz2 podman-fe30b30458098c2d4f97e3cf5513870a6bac8e06.zip |
fix CI
[Backport #12343, which fixes the change in fedora-minimal image]
Our fedora-minimal image on Quay bases on fedora-minimal:latest which
starting with F35 removed a number of binaries that our CI depends on.
Fix that by pulling `fedora-minimal:34` from the Fedora registry
directly.
Once the build bot on Quay has been disabled, we move the image over
there to make sure that it will not change over time.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/fedora-minimal/Dockerfile | 1 | ||||
-rw-r--r-- | contrib/fedora-minimal/README.md | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/contrib/fedora-minimal/Dockerfile b/contrib/fedora-minimal/Dockerfile deleted file mode 100644 index a051b3204..000000000 --- a/contrib/fedora-minimal/Dockerfile +++ /dev/null @@ -1 +0,0 @@ -FROM registry.fedoraproject.org/fedora-minimal:latest diff --git a/contrib/fedora-minimal/README.md b/contrib/fedora-minimal/README.md deleted file mode 100644 index 52bf94b53..000000000 --- a/contrib/fedora-minimal/README.md +++ /dev/null @@ -1,4 +0,0 @@ -This dockerfile exists so that the container image can be "mirrored" -onto quay.io automatically, so automated testing can be more resilient. - -https://quay.io/repository/libpod/fedora-minimal?tab=builds |