mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
move debug image to distroless
This commit is contained in:
parent
5ad0aa44cb
commit
3a9d50887b
@ -135,7 +135,7 @@ kos:
|
|||||||
- id: ghcr-debug
|
- id: ghcr-debug
|
||||||
repository: ghcr.io/juanfont/headscale
|
repository: ghcr.io/juanfont/headscale
|
||||||
bare: true
|
bare: true
|
||||||
base_image: "debian:12"
|
base_image: gcr.io/distroless/base-debian12:debug
|
||||||
build: headscale
|
build: headscale
|
||||||
main: ./cmd/headscale
|
main: ./cmd/headscale
|
||||||
env:
|
env:
|
||||||
@ -160,7 +160,7 @@ kos:
|
|||||||
|
|
||||||
- id: dockerhub-debug
|
- id: dockerhub-debug
|
||||||
build: headscale
|
build: headscale
|
||||||
base_image: "debian:12"
|
base_image: gcr.io/distroless/base-debian12:debug
|
||||||
repository: headscale/headscale
|
repository: headscale/headscale
|
||||||
bare: true
|
bare: true
|
||||||
platforms:
|
platforms:
|
||||||
|
Loading…
Reference in New Issue
Block a user