Refer this document.
- You should always get base images from an argument named
BASE_IMAGE
.
ARG BASE_IMAGE=robolaunchio/vdi:focal-agnostic-xfce-withuser
FROM ${BASE_IMAGE} as build
# ...
Refer this document.
BASE_IMAGE
.ARG BASE_IMAGE=robolaunchio/vdi:focal-agnostic-xfce-withuser
FROM ${BASE_IMAGE} as build
# ...