changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > pod / Containerfile.operator

revision 19: fc83b775ec58
parent 10: 2e30626743f3
child 25: fc675ca6075b
     1.1--- a/Containerfile.operator	Sun Jul 07 22:53:39 2024 -0400
     1.2+++ b/Containerfile.operator	Mon Jul 08 11:37:19 2024 -0400
     1.3@@ -1,2 +1,3 @@
     1.4 FROM localhost/dev:latest
     1.5-RUN /usr/local/src/infra/scripts/wg-gen-keys.sh private.key public.key
     1.6\ No newline at end of file
     1.7+RUN hg clone https://vc.compiler.company/comp/infra
     1.8+RUN infra/scripts/wg-gen-keys.sh private.key public.key
     1.9\ No newline at end of file