diff --git a/Dockerfile b/Dockerfile index c22690719..c8f21b6b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,13 @@ # Copyright (c) Tailscale Inc & AUTHORS # SPDX-License-Identifier: BSD-3-Clause +# Note that this Dockerfile is currently NOT used to build any of the published +# Tailscale container images and may have drifted from the image build mechanism +# we use. +# Tailscale images are currently built using https://github.com/tailscale/mkctr, +# and the build script can be found in ./build_docker.sh. +# +# # This Dockerfile includes all the tailscale binaries. # # To build the Dockerfile: