changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > pod / Containerfile.core

revision 26: 29aa38f88ee6
parent 10: 2e30626743f3
     1.1--- a/Containerfile.core	Mon Jul 22 21:01:19 2024 -0400
     1.2+++ b/Containerfile.core	Thu Jul 25 21:46:03 2024 -0400
     1.3@@ -1,5 +1,6 @@
     1.4-ARG IMAGE=localhost/dev
     1.5+ARG IMAGE=localhost/operator
     1.6 ARG VERSION=latest
     1.7 FROM ${IMAGE}:${VERSION}
     1.8-RUN hg clone https://vc.compiler.company/comp/core
     1.9-WORKDIR core
    1.10\ No newline at end of file
    1.11+RUN hg clone https://vc.compiler.company/comp/core .stash/core
    1.12+WORKDIR .stash/core
    1.13+ENTRYPOINT ["skel"]
    1.14\ No newline at end of file