mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-05 20:26:47 +02:00
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>
7 lines
261 B
Docker
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
|