Add dockerfile to mirror fedora-minimal
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>
This commit is contained in:
parent
537352cc3e
commit
3e37f69e2b
|
|
@ -0,0 +1 @@
|
|||
FROM fedora-minimal:latest
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
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
|
||||
Loading…
Reference in New Issue