mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
b60a9fce4b
The heartbeat package does nothing if not configured anyway, so don't even put it in the image and pay the cost of it running. Updates #13038 Updates #1866 Change-Id: Id22c0fb1f8395ad21ab0e0350973d31730e8d39f |
||
---|---|---|
.. | ||
builddir | ||
config.json | ||
README.md | ||
usr-dir.tar |
Tailscale Appliance
This is the definition of the Gokrazy Tailscale Appliance (tsapp) image. See the parent directory for context.
File contents
The config.json
is a Gokrazy config.
The usr-dir.tar
is a single symlink named bin
pointing to /user
. We write it to /usr/bin => /user
so the Busybox ash
shell's default $PATH
includes /user
, where the tailscale
CLI is.
The builddir
is the Gokrazy build environment, defining each program's go.mod
.