changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > pod / Containerfile.core

changeset 30: 4c5e25fdef67
parent: 29aa38f88ee6
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 11 Aug 2024 01:46:26 -0400
permissions: -rw-r--r--
description: update
1 ARG IMAGE=localhost/operator
2 ARG VERSION=latest
3 FROM ${IMAGE}:${VERSION}
4 RUN hg clone https://vc.compiler.company/comp/core .stash/core
5 WORKDIR .stash/core
6 ENTRYPOINT ["skel"]