Use debian13 distroless images
This commit is contained in:
parent
d2fcd5b95b
commit
6359511a62
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue