changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > pod / Containerfile.core

changeset 20: 0d8ab72c4c32
parent: 2e30626743f3
child: 29aa38f88ee6
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 08 Jul 2024 12:49:28 -0400
permissions: -rwxr-xr-x
description: fix core pack install
1 ARG IMAGE=localhost/dev
2 ARG VERSION=latest
3 FROM ${IMAGE}:${VERSION}
4 RUN hg clone https://vc.compiler.company/comp/core
5 WORKDIR core