1
0
James P. Ketrenos 07275a6725 use harbor instead of docker-hub
Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
2020-11-19 15:39:44 -08:00

7 lines
190 B
Plaintext

# Pull $OS_DISTRO from Docker Hub
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