mirror of
https://github.com/juanfont/headscale.git
synced 2026-01-11 20:00:28 +01:00
Use debian13 distroless images
This commit is contained in:
committed by
nblock
parent
d2fcd5b95b
commit
6359511a62
@@ -125,7 +125,7 @@ kos:
|
|||||||
# bare tells KO to only use the repository
|
# bare tells KO to only use the repository
|
||||||
# for tagging and naming the container.
|
# for tagging and naming the container.
|
||||||
bare: true
|
bare: true
|
||||||
base_image: gcr.io/distroless/base-debian12
|
base_image: gcr.io/distroless/base-debian13
|
||||||
build: headscale
|
build: headscale
|
||||||
main: ./cmd/headscale
|
main: ./cmd/headscale
|
||||||
env:
|
env:
|
||||||
@@ -154,7 +154,7 @@ kos:
|
|||||||
- headscale/headscale
|
- headscale/headscale
|
||||||
|
|
||||||
bare: true
|
bare: true
|
||||||
base_image: gcr.io/distroless/base-debian12:debug
|
base_image: gcr.io/distroless/base-debian13:debug
|
||||||
build: headscale
|
build: headscale
|
||||||
main: ./cmd/headscale
|
main: ./cmd/headscale
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user