Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix CI | Valentin Rothberg | 2021-11-22 |
| | | | | | | | | | | | | | | [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> | ||
* | Cirrus: Fix fedora-minimal mirroring | Chris Evich | 2020-03-04 |
| | | | | | | | Builds of this dockerfile fail on quay.io due to not being able to pull the base image. Use a fully-qualified FROM name to work around this. Signed-off-by: Chris Evich <cevich@redhat.com> | ||
* | Add dockerfile to mirror fedora-minimal | Chris Evich | 2020-02-06 |
This is needed to provide this image under quay.io/libpod/ namespace to provide some resiliency to automated testing (should other repositories be unavailable) Signed-off-by: Chris Evich <cevich@redhat.com> |