changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > pod / Containerfile.core

changeset 7: 748865b8b90b
parent: 6444650c52f2
child: 2e30626743f3
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 16 Jun 2024 20:27:25 -0400
permissions: -rwxr-xr-x
description: rm vc-runner, updated vc and box
1 ARG IMAGE=localhost/box
2 ARG VERSION=latest
3 FROM ${IMAGE}:${VERSION}
4 RUN hg clone https://vc.compiler.company/comp/core
5 WORKDIR core