summaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2021-03-05build_docker.sh, Dockerfile: fix bug with shell quotingSteve Coffman1-3/+11
Fixes #1449 Signed-off-by: Steve Coffman <steve@khanacademy.org>
2021-02-19Switch to Go 1.16.Brad Fitzpatrick1-2/+3
Fixes #1370 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2021-01-21Add docker build script to inject version informationSteve Coffman1-0/+3
Signed-off-by: Steve Coffman <steve@khanacademy.org>
2021-01-11Dockerfile: add big warning bannerBrad Fitzpatrick1-0/+17
Updates #504
2020-11-11Patch docker to use valid Go versionSean Klein1-1/+1
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-05-10Dockerfile: install iproute2 in the container image.David Anderson1-1/+1
Fixes #368. Signed-off-by: David Anderson <danderson@tailscale.com>
2020-04-06Dockerfile: add some usage docs, bump to Go 1.14Brad Fitzpatrick1-1/+20
2020-03-06Revert "update CI and everything to Go 1.14."David Anderson1-1/+1
This reverts commit 905fe9f6a227398c9032cfdee46a20cef43c8fa9. We're not quite ready to update the Mac/iOS builds to 1.14.
2020-03-06update CI and everything to Go 1.14.David Anderson1-1/+1
2020-02-18Dockerfile: install iptables in the container.David Anderson1-1/+1
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-14Dockerfile: optimize incremental build a bit, copy all binaries to outputBrad Fitzpatrick1-2/+6
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2020-02-10init dockerfileJimmy Zelinskie1-0/+15
Signed-off-by: Jimmy Zelinskie <jimmy.zelinskie+git@gmail.com>