summaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
AgeCommit message (Expand)AuthorFilesLines
2025-03-26Bump Alpine, link iptables back to legacy (#15428)Irbe Krumina1-1/+3
2025-02-19go.toolchain.branch: update to Go 1.24 (#15016)Brad Fitzpatrick1-1/+1
2025-01-13Revert "Dockerfile: bump base alpine image (#14604)" (#14620)Andrew Lytvynov1-1/+1
2025-01-10Dockerfile: bump base alpine image (#14604)Andrew Lytvynov1-1/+1
2024-08-22all: switch to and require Go 1.23Brad Fitzpatrick1-1/+1
2024-08-14go.{mod,sum}: migrate from nhooyr.io/websocket to github.com/coder/websocketKyle Carberry1-1/+1
2024-07-30Dockerfile: add a warning that this is not used to build our published images...Irbe Krumina1-0/+7
2024-07-17Dockerfile: remove warning (#12841)Cameron Stokes1-11/+0
2024-02-07Dockerfile: use Go 1.22Brad Fitzpatrick1-1/+1
2023-12-11ALPINE.txt,Dockerfile{.base},build_docker.sh: bump alpine (#10543)Irbe Krumina1-1/+1
2023-08-08all: require Go 1.21Brad Fitzpatrick1-1/+1
2023-06-14.github/workflows: Add docker build check (#8345)Claire Wang1-1/+1
2023-06-14Remove unused dependency from dockerfile (#8343)Claire Wang1-2/+1
2023-02-14Dockerfile: fix docker buildDavid Anderson1-3/+3
2023-02-11version: unexport all vars, turn Short/Long into funcsDavid Anderson1-3/+3
2023-02-01all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our forkBrad Fitzpatrick1-1/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-03cmd/containerboot: PID1 for running tailscaled in a container.David Anderson1-2/+4
2022-09-16Update Dockerfile to use golang:1.19-alpineLuis Peralta1-1/+1
2022-07-21docs/k8s: use job control in run.shMaisem Ali1-0/+1
2022-06-29Dockerfile: fix buildBrad Fitzpatrick1-1/+15
2022-03-16Dockerfile: require Go 1.18Josh Bleecher Snyder1-1/+1
2021-12-19Dockerfile: remove long-obsolete -tags=xversionBrad Fitzpatrick1-1/+1
2021-11-22build_docker.sh: use github.com/tailscale/mkctr instead of dockerMaisem Ali1-2/+1
2021-11-03Add multiarch image make targetMangirdas1-1/+2
2021-10-28Dockerfile: build/run instructions need a /, not :Michael Stapelberg1-2/+2
2021-10-13docker: install ip6tablesMaisem Ali1-1/+1
2021-10-13docker: only add tailscale and tailscaled binariesMaisem Ali1-1/+1
2021-10-12Dockerfile, build_docker: change Docker warningMaya Kaczorowski1-10/+4
2021-09-02all: bump minimum Go to 1.17Brad Fitzpatrick1-1/+1
2021-08-14Dockerfile: use alpine:3.14Denton Gentry1-1/+1
2021-07-28Dockerfile: remove extra COPY step (#2355)Pratik1-2/+1
2021-03-05build_docker.sh, Dockerfile: fix bug with shell quotingSteve Coffman1-3/+11
2021-02-19Switch to Go 1.16.Brad Fitzpatrick1-2/+3
2021-01-21Add docker build script to inject version informationSteve Coffman1-0/+3
2021-01-11Dockerfile: add big warning bannerBrad Fitzpatrick1-0/+17
2020-11-11Patch docker to use valid Go versionSean Klein1-1/+1
2020-05-10Dockerfile: install iproute2 in the container image.David Anderson1-1/+1
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
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
2020-02-14Dockerfile: optimize incremental build a bit, copy all binaries to outputBrad Fitzpatrick1-2/+6
2020-02-10init dockerfileJimmy Zelinskie1-0/+15