changelog shortlog graph tags branches changeset files file revisions raw help

Mercurial > infra > pod / annotate Containerfile.core

changeset 42: be286d8b2764
parent: 29aa38f88ee6
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 28 Sep 2024 16:49:18 -0400
permissions: -rw-r--r--
description: emacs fixes
26
29aa38f88ee6 operator/core
Richard Westhaver <ellis@rwest.io>
parents: 10
diff changeset
1
 ARG IMAGE=localhost/operator
6
6444650c52f2 add core container
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
2
 ARG VERSION=latest
6444650c52f2 add core container
Richard Westhaver <ellis@rwest.io>
parents:
diff changeset
3
 FROM ${IMAGE}:${VERSION}
26
29aa38f88ee6 operator/core
Richard Westhaver <ellis@rwest.io>
parents: 10
diff changeset
4
 RUN hg clone https://vc.compiler.company/comp/core .stash/core
29aa38f88ee6 operator/core
Richard Westhaver <ellis@rwest.io>
parents: 10
diff changeset
5
 WORKDIR .stash/core
29aa38f88ee6 operator/core
Richard Westhaver <ellis@rwest.io>
parents: 10
diff changeset
6
 ENTRYPOINT ["skel"]