1
0

use harbor instead of docker-hub

Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James P. Ketrenos 2020-11-19 15:39:44 -08:00
parent 7a5ceab2e2
commit 07275a6725
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
# Template from templates/ubuntu/00-from.in
#
# Pull from ubuntu on Docker Hub
FROM ubuntu:focal AS xe-base-stage
FROM amr-registry.caas.intel.com/vtt-osgc/os/ubuntu:focal AS xe-base-stage
#

View File

@ -1,5 +1,5 @@
# Pull $OS_DISTRO from Docker Hub
FROM $OS_DISTRO:$OS_RELEASE as xe-base-stage
FROM amr-registry.caas.intel.com/vtt-osgc/os/$OS_DISTRO:$OS_RELEASE as xe-base-stage
# Flush cached package lists to prevent stale data
RUN dnf clean all

View File

@ -1,3 +1,3 @@
# Pull from $OS_DISTRO on Docker Hub
FROM $OS_DISTRO:$OS_RELEASE AS xe-base-stage
FROM amr-registry.caas.intel.com/vtt-osgc/os/$OS_DISTRO:$OS_RELEASE AS xe-base-stage