tailscale/Dockerfile.base
David Anderson 124535dd2b docs/k8s: record the Tailscale device ID in a k8s annotation.
When a Tailscale pod comes up with k8s state storage, if it successfully
authenticates it records its device ID in the tailscale.com/device-id annotation
on the state secret.

Signed-off-by: David Anderson <danderson@tailscale.com>
2022-10-21 16:40:51 -07:00

7 lines
261 B
Docker

# Copyright (c) 2021 Tailscale Inc & AUTHORS All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
FROM alpine:3.16
RUN apk add --no-cache ca-certificates iptables iproute2 ip6tables jq curl