Kristoffer Dalby
|
bc9e83b52e
|
use gorm serialiser instead of custom hooks (#2156)
* add sqlite to debug/test image
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
* test using gorm serialiser instead of custom hooks
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
---------
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
|
2024-10-02 11:41:58 +02:00 |
|
Kristoffer Dalby
|
a68854ac33
|
upgrade go (1.23) and tailscale (1.72.1) (#2077)
|
2024-08-23 15:28:54 +02:00 |
|
Kristoffer Dalby
|
c62d5570f2
|
remove multistep build, build go last, allowing cached build layers (#1903)
|
2024-04-24 07:44:07 +02:00 |
|
Kristoffer Dalby
|
0333e97630
|
Build docker images with ko (goreleaser) (#1716)
* make dockerfiles testing only note
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
* setup ko image builder for goreleaser
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
* remove release-docker
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
* remove non-debug Dockerfile
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
* Comments and lint
Signed-off-by: Kristoffer Dalby <kristoffer@dalby.cc>
* build debug images based on debian
Signed-off-by: Kristoffer Dalby <kristoffer@dalby.cc>
* remove debug flag for goreleaser
Signed-off-by: Kristoffer Dalby <kristoffer@dalby.cc>
---------
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
Signed-off-by: Kristoffer Dalby <kristoffer@dalby.cc>
|
2024-02-12 14:53:07 +01:00 |
|
Kristoffer Dalby
|
3f2b238a46
|
Upgrade to Go 1.22 and update deps (#1728)
* go 1.22
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
* upgrade tailscale
Signed-off-by: Kristoffer Dalby <kristoffer@dalby.cc>
* add script for getting nix sri for go
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
* update deps and only build headscale
Signed-off-by: Kristoffer Dalby <kristoffer@dalby.cc>
* add script to update all deps
Signed-off-by: Kristoffer Dalby <kristoffer@dalby.cc>
* get golines and golangci from upstream nix
Signed-off-by: Kristoffer Dalby <kristoffer@dalby.cc>
---------
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
Signed-off-by: Kristoffer Dalby <kristoffer@dalby.cc>
|
2024-02-12 09:11:33 +01:00 |
|
Kristoffer Dalby
|
a59aab2081
|
Remove support for non-noise clients (pre-1.32) (#1611)
|
2023-11-23 08:31:33 +01:00 |
|
Kristoffer Dalby
|
fb4ed95ff6
|
Upgrade Go 1.21, Tailscale 1.50 and add Capability version support (#1563)
|
2023-09-28 12:33:53 -07:00 |
|
Kristoffer Dalby
|
f73172fb21
|
add less/jq to hs debug container
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
|
2023-09-19 10:20:21 -05:00 |
|
Juan Font
|
f73354b4f4
|
Create default sock path in Docker
|
2023-05-10 18:18:04 +02:00 |
|
Juan Font
|
c6815c5334
|
Target Go 1.20 and Tailscale 1.38
|
2023-04-07 13:25:34 +02:00 |
|
Kristoffer Dalby
|
06f7e7cfd8
|
Tag dockerfiles to minor version so we dont have to care about patch
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
|
2022-12-05 10:40:17 +01:00 |
|
Kristoffer Dalby
|
527b580f5e
|
Add build flag to enable TS2019 (#928)
|
2022-11-04 11:26:33 +01:00 |
|
Kristoffer Dalby
|
dfc03a6124
|
Ditch stupid distroless image for debug/test
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
|
2022-11-03 12:53:00 +01:00 |
|
Juan Font Alonso
|
2ddf7ab515
|
Use Go 1.19 in Dockerfiles
|
2022-09-03 12:21:35 +02:00 |
|
Juan Font
|
54e381cecb
|
Revert "Topic/speedup build"
|
2022-08-05 00:31:39 +02:00 |
|
ohdearaugustin
|
34d261179e
|
Speedup docker container build
|
2022-07-17 21:18:04 +02:00 |
|
Leon Lenzen
|
d4a550bb4c
|
chore: add version to binary in containers
|
2022-06-18 11:36:09 +02:00 |
|
Darrell Kundel
|
a4e05d4db3
|
fix typo for GGO->CGO
|
2022-06-07 11:36:13 +08:00 |
|
Kristoffer Dalby
|
b781446e86
|
Upgrade to go 1.18
|
2022-03-17 17:43:11 +00:00 |
|
Renovate Bot
|
35efd8f95a
|
chore(deps): update dependency docker.io/golang to v1.17.8
|
2022-03-05 00:09:36 +00:00 |
|
Kristoffer Dalby
|
bfbcea35a0
|
Remove dependency on CGO
This commit changes the SQLite dependency to one that does not depend on
CGO. It uses a C-to-Go translated sqlite library that is Pure go.
|
2022-02-22 16:51:54 +00:00 |
|
ohdearaugustin
|
0b9dd19ec7
|
Dockerfiles: update go version to 1.17.7
|
2022-02-14 21:32:20 +01:00 |
|
Csaba Sarkadi
|
ed39b91f71
|
Dockerfiles: specify origin registry explicitly
|
2022-01-16 14:18:22 +01:00 |
|
Alessandro (Ale) Segala
|
c0f16603c5
|
Copy headscale binary in /bin in the container
This way, we don't need to alter the PATH
|
2021-11-13 22:10:58 +00:00 |
|
Alessandro (Ale) Segala
|
f44138c944
|
Added debug container
|
2021-11-12 02:20:46 +00:00 |
|