diff -r fc675ca6075b -r 29aa38f88ee6 Containerfile.core --- a/Containerfile.core Mon Jul 22 21:01:19 2024 -0400 +++ b/Containerfile.core Thu Jul 25 21:46:03 2024 -0400 @@ -1,5 +1,6 @@ -ARG IMAGE=localhost/dev +ARG IMAGE=localhost/operator ARG VERSION=latest FROM ${IMAGE}:${VERSION} -RUN hg clone https://vc.compiler.company/comp/core -WORKDIR core \ No newline at end of file +RUN hg clone https://vc.compiler.company/comp/core .stash/core +WORKDIR .stash/core +ENTRYPOINT ["skel"] \ No newline at end of file