mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-04-19 23:36:04 -04:00
Start own earthly container
This commit is contained in:
parent
43abe7af58
commit
ec49bc9b25
@ -1,6 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
wget https://github.com/earthly/earthly/releases/download/v0.6.28/earthly-linux-amd64 \
|
||||
-O /usr/local/bin/earthly
|
||||
chmod +x /usr/local/bin/earthly
|
||||
/usr/local/bin/earthly bootstrap
|
||||
docker run -d --restart always \
|
||||
--privileged \
|
||||
--name earthly-buildkit \
|
||||
-p 8372:8372 \
|
||||
-t -v earthly-tmp:/tmp/earthly:rw \
|
||||
--env BUILDKIT_TCP_TRANSPORT_ENABLED=true \
|
||||
earthly/buildkitd:v0.6.28
|
||||
|
@ -28,7 +28,7 @@ ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -u root \
|
||||
-i '${self.ipv4_address},' \
|
||||
--private-key ${var.pvt_key} \
|
||||
-e "regkey=${var.reg_key} ci_server_url=${var.ci_server_url} runner_name=${var.runner_name}" \
|
||||
docker-install.yml
|
||||
docker-install.yaml
|
||||
EOF
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user