mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-08 04:09:07 +00:00
osbuilder: Use Fedora and CentOS registries
To avoid hitting quota limit on docker.io, this changes the Fedora and CentOS dockerfiles to pull the image from the projects registries. Fixes #1324 Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
From docker.io/centos:@OS_VERSION@
|
||||
From registry.centos.org/centos:@OS_VERSION@
|
||||
|
||||
@SET_PROXY@
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
From docker.io/fedora:@OS_VERSION@
|
||||
From registry.fedoraproject.org/fedora:@OS_VERSION@
|
||||
|
||||
@SET_PROXY@
|
||||
|
||||
|
Reference in New Issue
Block a user