changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / Containerfile

changeset 398: 1e08f8462554
parent: 9e1854ff6f6c
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 02 Jun 2024 21:23:07 -0400
permissions: -rwxr-xr-x
description: add back vc.lisp
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