1
0
James P. Ketrenos 4eabf2ccd3 Updated to latest xe-solutions
Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
2020-10-15 14:47:56 -07:00

7 lines
181 B
Plaintext

# Pull internal RHEL image
FROM amr-registry.caas.intel.com/vtt-osgc/os/rhel:${OS_RELEASE}.0 AS xe-base-stage
# Flush cached package lists to prevent stale data
RUN dnf clean all