Luis Peralta and Brad Fitzpatrick
5623ef0271
Update Dockerfile to use golang:1.19-alpine
...
Tailscale @4a82b31 does not build in the container image due to using golang:1.18 image
Signed-off-by: Luis Peralta <luis.peralta@gmail.com >
2022-09-16 11:40:31 -07:00
Maisem Ali and Maisem Ali
1d33157ab9
docs/k8s: use job control in run.sh
...
This has the benefit of propagating SIGINT to tailscaled, which in turn
can react to the event and logout in case of an ephemeral node.
Also fix missing run.sh in Dockerfile.
Signed-off-by: Maisem Ali <maisem@tailscale.com >
2022-07-21 15:43:40 -07:00
Brad Fitzpatrick and Brad Fitzpatrick
ef351ac0dd
Dockerfile: fix build
...
The Dockerfile directions said:
But that failed with:
Step 14/15 : FROM ghcr.io/tailscale/alpine-base:3.14
Head "https://ghcr.io/v2/tailscale/alpine-base/manifests/3.14 ": denied: denied
So I guess the Dockerfile.base part was undocumented. But it only had
one line anyway, so move it here to avoid the intermediate layer's
published permissions problem entirely.
Also optimize the cachability a bit while here.
Change-Id: I846ad59fe7e88e6126925689fae78bfb80c279f0
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com >
2022-06-29 08:18:01 -07:00
Josh Bleecher Snyder and Josh Bleecher Snyder
d77b4c1344
Dockerfile: require Go 1.18
...
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com >
2022-03-16 12:45:28 -07:00
Brad Fitzpatrick
81bc812402
Dockerfile: remove long-obsolete -tags=xversion
...
That build tag hasn't been used since 5088af68cf
(June 2nd, 2021, for 1.10.0)
Change-Id: Ib6093a975505339872a0dc663fff9fc09c13bbc0
2021-12-19 18:15:09 -08:00
Maisem Ali and Maisem Ali
9feb483ad3
build_docker.sh: use github.com/tailscale/mkctr instead of docker
...
Signed-off-by: Maisem Ali <maisem@tailscale.com >
2021-11-22 11:39:30 -08:00
Mangirdas and Brad Fitzpatrick
f771327f0c
Add multiarch image make target
...
Updates #3112
Signed-off-by: Mangirdas <mangirdas@judeikis.lt >
2021-11-03 13:13:20 -07:00
Michael Stapelberg and Brad Fitzpatrick
3ad11f6b8c
Dockerfile: build/run instructions need a /, not :
...
The image is pulled using tailscale/tailscale:latest, and can be run using tailscale/tailscale
Signed-off-by: Michael Stapelberg <michael@stapelberg.de >
2021-10-28 09:51:50 -07:00
Maisem Ali and Maisem Ali
9ab8492694
docker: install ip6tables
...
Signed-off-by: Maisem Ali <maisem@tailscale.com >
2021-10-13 17:34:23 -04:00
Maisem Ali and Maisem Ali
061dab5d61
docker: only add tailscale and tailscaled binaries
...
Signed-off-by: Maisem Ali <maisem@tailscale.com >
2021-10-13 14:43:29 -04:00
Maya Kaczorowski
525f15bf81
Dockerfile, build_docker: change Docker warning
...
Signed-off-by: Maya Kaczorowski <15946341+mayakacz@users.noreply.github.com >
2021-10-12 12:27:39 -07:00
Brad Fitzpatrick and Brad Fitzpatrick
ec2b7c7da6
all: bump minimum Go to 1.17
...
In prep for using 1.17 features.
Note the go.mod changes are due to:
https://golang.org/doc/go1.17#go-command
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com >
2021-09-02 12:51:11 -07:00
Denton Gentry and Denton Gentry
98d557dd24
Dockerfile: use alpine:3.14
...
golang:1.16-alpine has updated to Alpine 3.14,
update the system image to match.
Reported by @kubeworm
https://twitter.com/kubeworm/status/1426751941519020033
Signed-off-by: Denton Gentry <dgentry@tailscale.com >
2021-08-14 22:46:34 -07:00
Pratik and GitHub
2d35737a7a
Dockerfile: remove extra COPY step ( #2355 )
...
Signed-off-by: pratikbalar <pratik@improwised.com >
2021-07-28 11:07:50 -07:00
Steve Coffman and Brad Fitzpatrick
0d0fad43ed
build_docker.sh, Dockerfile: fix bug with shell quoting
...
Fixes #1449
Signed-off-by: Steve Coffman <steve@khanacademy.org >
2021-03-05 10:38:32 -08:00
Brad Fitzpatrick and Brad Fitzpatrick
86d3a6c9a6
Switch to Go 1.16.
...
Fixes #1370
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com >
2021-02-19 13:18:31 -08:00
Steve Coffman and Dave Anderson
fec9490378
Add docker build script to inject version information
...
Signed-off-by: Steve Coffman <steve@khanacademy.org >
2021-01-21 12:42:53 -08:00
Brad Fitzpatrick
6b08303b0f
Dockerfile: add big warning banner
...
Updates #504
2021-01-11 19:23:47 -08:00
Sean Klein and Brad Fitzpatrick
258b680bc5
Patch docker to use valid Go version
...
As documented in the README, tailscale only build with the latest Go
version (Go 1.15). As a result, a handful of undefined errors would pop
up using an older verison.
This patch updates the base image to 1.15, allowing "docker build"
to function correctly once more.
Signed-off-by: Sean Klein <seanmarionklein@gmail.com >
2020-11-11 06:27:15 -08:00
David Anderson and Dave Anderson
e00b814a24
Dockerfile: install iproute2 in the container image.
...
Fixes #368 .
Signed-off-by: David Anderson <danderson@tailscale.com >
2020-05-10 17:12:17 -07:00
Brad Fitzpatrick
02948d2c86
Dockerfile: add some usage docs, bump to Go 1.14
2020-04-06 07:57:47 -07:00
David Anderson
47265000da
Revert "update CI and everything to Go 1.14."
...
This reverts commit 905fe9f6a2 .
We're not quite ready to update the Mac/iOS builds to 1.14.
2020-03-06 13:45:54 -08:00
David Anderson
905fe9f6a2
update CI and everything to Go 1.14.
2020-03-06 12:55:52 -08:00
David Anderson
c7e2fcd517
Dockerfile: install iptables in the container.
...
We need iptables to make subnet routing work. Without it,
Tailscale mostly works, but subnet routing mysteriously doesn't.
Signed-off-by: David Anderson <dave@natulte.net >
2020-02-18 11:05:24 -08:00
Brad Fitzpatrick and Brad Fitzpatrick
c393f0bfae
Dockerfile: optimize incremental build a bit, copy all binaries to output
...
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com >
2020-02-14 13:39:59 -08:00
Jimmy Zelinskie and Dave Anderson
41d94cdcaa
init dockerfile
...
Signed-off-by: Jimmy Zelinskie <jimmy.zelinskie+git@gmail.com >
2020-02-10 21:22:38 -08:00