From 32308fcf71b95d9cb38ff573b21503a285c2e7c5 Mon Sep 17 00:00:00 2001 From: Irbe Krumina Date: Tue, 30 Jul 2024 14:22:53 +0300 Subject: [PATCH] Dockerfile: add a warning that this is not used to build our published images (#12955) Add a warning that the Dockerfile in the OSS repo is not the currently used mechanism to build the images we publish - for folks who want to contribute to image build scripts or otherwise need to understand the image build process that we use. Updates#cleanup Signed-off-by: Irbe Krumina --- Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) 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: