Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 304 Bytes

STYLEGUIDE.md

File metadata and controls

11 lines (8 loc) · 304 Bytes

Style Guide

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
# ...