summaryrefslogtreecommitdiffhomepage
path: root/build_docker.sh
AgeCommit message (Expand)AuthorFilesLines
2023-02-14Dockerfile: fix docker buildDavid Anderson1-6/+6
2023-02-11version: unexport all vars, turn Short/Long into funcsDavid Anderson1-6/+6
2023-01-27build_docker.sh: use docker hub for base image hosting.David Anderson1-1/+1
2023-01-27build_docker.sh: set good repo defaults based on the target.David Anderson1-4/+7
2023-01-27build_docker.sh: don't push to ghcr by default.David Anderson1-1/+1
2022-12-13Makefile: add a target for doing dev builds of the k8s operator.David Anderson1-14/+37
2022-11-03cmd/containerboot: PID1 for running tailscaled in a container.David Anderson1-3/+3
2022-06-29Dockerfile: bump alpine to 3.16Maisem Ali1-1/+1
2022-06-07build_docker.sh: add run.sh as an entrypoint to the docker imageMaisem Ali1-1/+3
2022-06-01build_docker.sh: pin github.com/tailscale/mkctrMaisem Ali1-1/+1
2022-01-04tool/go: add wrapper to download and use go.toolchain.rev go version.Maisem Ali1-0/+3
2022-01-03build_docker.sh: add env overridesMaisem Ali1-4/+12
2021-12-03build_docker.sh: prefix version strings with `v`Maisem Ali1-1/+1
2021-11-22build_docker.sh: use github.com/tailscale/mkctr instead of dockerMaisem Ali1-5/+12
2021-10-13docs/k8s: add instructions on how to run as a sidecar or a proxy.Maisem Ali1-1/+1
2021-10-12Dockerfile, build_docker: change Docker warningMaya Kaczorowski1-10/+4
2021-07-07build_docker.sh: use build_dist.sh to inject version informationIrshad Pananilath1-1/+1
2021-03-05build_docker.sh, Dockerfile: fix bug with shell quotingSteve Coffman1-2/+5
2021-01-21Add docker build script to inject version informationSteve Coffman1-0/+31