changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > pod / Containerfile.core

changeset 33: 48affaffc460
parent: 29aa38f88ee6
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 17 Aug 2024 17:08:46 -0400
permissions: -rw-r--r--
description: workers
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"]