summaryrefslogtreecommitdiffhomepage
path: root/build_docker.sh
AgeCommit message (Expand)AuthorFilesLines
2025-03-26build_docker.sh: bump default base image (#15432)Irbe Krumina1-1/+1
2024-11-29Makefile,./build_docker.sh: update kube operator image build target name (#14...Irbe Krumina1-1/+1
2024-11-12go.{mod,sum},build_docker.sh: bump mkctr, add ability to set OCI annotations ...Irbe Krumina1-0/+11
2024-10-15hostinfo,build_docker.sh,tailcfg: more reliably detect being in a container (...Tom Proctor1-0/+2
2024-07-30build_docker.sh: update script comment (#12970)Irbe Krumina1-16/+6
2024-07-17hostinfo: set Hostinfo.PackageType for mkctr container buildsBrad Fitzpatrick1-1/+1
2024-04-30cmd/{k8s-nameserver,k8s-operator},k8s-operator: add a kube nameserver, make o...Irbe Krumina1-0/+16
2024-04-17ipn/store: omit AWS & Kubernetes support on 'small' Linux GOARCHesBrad Fitzpatrick1-0/+1
2024-04-08Revert "cmd/{k8s-nameserver,k8s-operator},k8s-operator: add a kube nameserver...Irbe Krumina1-16/+0
2024-03-27cmd/{k8s-nameserver,k8s-operator},k8s-operator: add a kube nameserver, make o...Irbe Krumina1-0/+16
2024-03-08Code Improvements (#11311)panchajanya1-3/+3
2024-01-10Makefile,build_docker.sh: allow to configure target platform. (#10806)Irbe Krumina1-0/+3
2023-12-11ALPINE.txt,Dockerfile{.base},build_docker.sh: bump alpine (#10543)Irbe Krumina1-1/+1
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