changelog shortlog graph tags branches files raw help

Mercurial > infra > pod / changeset: add core container

changeset 6: 6444650c52f2
parent 5: f2244a1fa02f
child 7: 748865b8b90b
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 16 Jun 2024 20:07:11 -0400
files: Containerfile.core
description: add core container
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/Containerfile.core	Sun Jun 16 20:07:11 2024 -0400
     1.3@@ -0,0 +1,5 @@
     1.4+ARG IMAGE=localhost/box
     1.5+ARG VERSION=latest
     1.6+FROM ${IMAGE}:${VERSION}
     1.7+RUN hg clone https://vc.compiler.company/comp/core
     1.8+WORKDIR core
     1.9\ No newline at end of file