changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / Containerfile

changeset 379: 45889d307d7f
parent: 9e1854ff6f6c
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 28 May 2024 16:44:54 -0400
permissions: -rw-r--r--
description: vc ignore stuff
1 ARG IMAGE=registry.compiler.company/comp/infra/worker
2 ARG VERSION=latest
3 FROM ${IMAGE}:${VERSION}
4 COPY --chown=${DEV} . core
5 WORKDIR core