Compare commits
8
Commits
80f6c10739
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
101a64d779 | ||
|
|
ecf8f35c89 | ||
|
|
4ace464a2b | ||
|
|
e29e6f204b | ||
|
|
d7635a7da9 | ||
|
|
b7228d98d2 | ||
|
|
9734687641 | ||
|
|
97d7567266 |
+2
-2
@@ -32,7 +32,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.9.0@sha256:c64defb9ed5a91eacb37f9
|
|||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Stage 1: Build Tailscale combined binary (cross-compiled, runs natively)
|
# Stage 1: Build Tailscale combined binary (cross-compiled, runs natively)
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
FROM --platform=$BUILDPLATFORM golang:1.27.1-alpine@sha256:cf6fca6641884b8433441b2b0652976f975e1d0fdd26d177eaaf8596087f3125 AS builder
|
FROM --platform=$BUILDPLATFORM golang:1.27.1-alpine@sha256:8a5910f31396cd4d89662f56c68b3ae31d374308270a1c3bd96672ee5ed43414 AS builder
|
||||||
|
|
||||||
# renovate: datasource=github-releases depName=tailscale packageName=tailscale/tailscale versioning=semver
|
# renovate: datasource=github-releases depName=tailscale packageName=tailscale/tailscale versioning=semver
|
||||||
ARG TAILSCALE_VERSION=v1.102.4
|
ARG TAILSCALE_VERSION=v1.102.4
|
||||||
@@ -303,7 +303,7 @@ RUN printf '%s\n' \
|
|||||||
# only for this one lightweight probe step (busybox --help per applet), not
|
# only for this one lightweight probe step (busybox --help per applet), not
|
||||||
# for the compile itself. The probe can alternatively be skipped by using
|
# for the compile itself. The probe can alternatively be skipped by using
|
||||||
# a pre-enumerated applet list, but the current approach is simpler.
|
# a pre-enumerated applet list, but the current approach is simpler.
|
||||||
FROM --platform=$BUILDPLATFORM alpine:3.24.2@sha256:3cf95fe0816180395592b8373f3ec60663f076127617bbacb4eacf9667afe2e9 AS busybox
|
FROM --platform=$BUILDPLATFORM alpine:3.24.2@sha256:294b683cb724975bec92580e1e685676bd4b50bda910ddb8c51d4cabeaec77e6 AS busybox
|
||||||
|
|
||||||
# Copy xx cross-compilation helpers (xx-clang, xx-apk, xx-info, etc.)
|
# Copy xx cross-compilation helpers (xx-clang, xx-apk, xx-info, etc.)
|
||||||
COPY --from=xx / /
|
COPY --from=xx / /
|
||||||
|
|||||||
Reference in New Issue
Block a user