use harbor instead of docker-hub
Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
7a5ceab2e2
commit
07275a6725
@ -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
|
||||
|
||||
|
||||
#
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user