use fedora:latest in contrib/skopeoimage/*/Dockerfile

Fixes: #1492

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2021-11-08 14:42:37 -05:00
parent c264cec359
commit 41de7f2f66
No known key found for this signature in database
GPG Key ID: 1C1EDD7CC7C3A0DD
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
# This image can be used to create a secured container # This image can be used to create a secured container
# that runs safely with privileges within the container. # that runs safely with privileges within the container.
# #
FROM registry.fedoraproject.org/fedora:33 FROM registry.fedoraproject.org/fedora:latest
# Don't include container-selinux and remove # Don't include container-selinux and remove
# directories used by yum that are just taking # directories used by yum that are just taking

View File

@ -7,7 +7,7 @@
# This image can be used to create a secured container # This image can be used to create a secured container
# that runs safely with privileges within the container. # that runs safely with privileges within the container.
# #
FROM registry.fedoraproject.org/fedora:33 FROM registry.fedoraproject.org/fedora:latest
# Don't include container-selinux and remove # Don't include container-selinux and remove
# directories used by yum that are just taking # directories used by yum that are just taking

View File

@ -6,7 +6,7 @@
# This image can be used to create a secured container # This image can be used to create a secured container
# that runs safely with privileges within the container. # that runs safely with privileges within the container.
# #
FROM registry.fedoraproject.org/fedora:33 FROM registry.fedoraproject.org/fedora:latest
# Don't include container-selinux and remove # Don't include container-selinux and remove
# directories used by yum that are just taking # directories used by yum that are just taking