changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > pod / Containerfile.core

changeset 31: 9c7c441ca15b
parent: 29aa38f88ee6
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 12 Aug 2024 19:55:52 -0400
permissions: -rw-r--r--
description: emacs borked
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"]