Sign inSign up

earthly/satellite

By earthly

Updated over 1 year ago

Earthly self-hosted satellites.

Image
Developer tools
0

10K+

earthly/satellite repository overview

Self-host a satellite runner to retain earthly cache between CI runs.

Minimal deployment example:

docker run --privileged \
    -v satellite-cache:/tmp/earthly:rw \
    -p 8372:8372 \
    -e EARTHLY_TOKEN=GuFna*****nve7e \ 
    -e EARTHLY_ORG=my-org \
    -e SATELLITE_NAME=my-satellite \
    -e SATELLITE_HOST=153.65.8.0 \
  earthly/satellite:v0.8.9

For more detailed instructions, read the official documentation.

Tag summary

Content type

Image

Digest

sha256:2142b7770

Size

145.9 MB

Last updated

over 1 year ago

docker pull earthly/satellite:v0.8.15