build_docker.sh: update script comment (#12970)

It is no longer correct to state that we don't support running Tailscale in containers or on Kubernetes.

Updates tailscale/tailscale#12842

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
This commit is contained in:
Irbe Krumina 2024-07-30 17:12:43 +03:00 committed by GitHub
parent 1b64961320
commit eead25560f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,21 +1,11 @@
#!/usr/bin/env sh #!/usr/bin/env sh
# #
# Runs `go build` with flags configured for docker distribution. All # This script builds Tailscale container images using
# it does differently from `go build` is burn git commit and version # github.com/tailscale/mkctr.
# information into the binaries inside docker, so that we can track down user # By default the images will be tagged with the current version and git
# issues. # hash of this repository as produced by ./cmd/mkversion.
# # This is the image build mechanim used to build the official Tailscale
############################################################################ # container images.
#
# WARNING: Tailscale is not yet officially supported in container
# environments, such as Docker and Kubernetes. Though it should work, we
# don't regularly test it, and we know there are some feature limitations.
#
# See current bugs tagged "containers":
# https://github.com/tailscale/tailscale/labels/containers
#
############################################################################
set -eu set -eu