From 41de7f2f66fbcc3672bf24a3cd44a33f5b6cd21f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 8 Nov 2021 14:42:37 -0500 Subject: [PATCH] use fedora:latest in contrib/skopeoimage/*/Dockerfile Fixes: #1492 Signed-off-by: Lokesh Mandvekar --- contrib/skopeoimage/stable/Dockerfile | 2 +- contrib/skopeoimage/testing/Dockerfile | 2 +- contrib/skopeoimage/upstream/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/skopeoimage/stable/Dockerfile b/contrib/skopeoimage/stable/Dockerfile index ef2b1223..55eae7a4 100644 --- a/contrib/skopeoimage/stable/Dockerfile +++ b/contrib/skopeoimage/stable/Dockerfile @@ -6,7 +6,7 @@ # This image can be used to create a secured 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 # directories used by yum that are just taking diff --git a/contrib/skopeoimage/testing/Dockerfile b/contrib/skopeoimage/testing/Dockerfile index 71df2b7e..c9e1bab0 100644 --- a/contrib/skopeoimage/testing/Dockerfile +++ b/contrib/skopeoimage/testing/Dockerfile @@ -7,7 +7,7 @@ # This image can be used to create a secured 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 # directories used by yum that are just taking diff --git a/contrib/skopeoimage/upstream/Dockerfile b/contrib/skopeoimage/upstream/Dockerfile index bf6df23f..b56d38bf 100644 --- a/contrib/skopeoimage/upstream/Dockerfile +++ b/contrib/skopeoimage/upstream/Dockerfile @@ -6,7 +6,7 @@ # This image can be used to create a secured 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 # directories used by yum that are just taking