[Bug] container: missing stable-debug tag #816

Closed
opened 2025-12-29 02:24:21 +01:00 by adam · 0 comments
Owner

Originally created by @docgalaxyblock on GitHub (Oct 5, 2024).

Is this a support request?

  • This is not a support request

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

There is no :stable-debug tag available on docker hub and ghcr.

Expected Behavior

Having a :stable-debug tag

Steps To Reproduce

Try pulling the stable-debug tag

Environment

Not relevant for the missing docker tag

Runtime environment

  • Headscale is behind a (reverse) proxy
  • Headscale runs in a container

Anything else?

Could it be that here and here the line should be
- "{{ if not .Prerelease }}stable-debug{{ else }}unstable-debug{{ end }}"
and not
- "{{ if not .Prerelease }}stable{{ else }}unstable-debug{{ end }}" ?

Originally created by @docgalaxyblock on GitHub (Oct 5, 2024). ### Is this a support request? - [X] This is not a support request ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior There is no `:stable-debug` tag available on docker hub and ghcr. ### Expected Behavior Having a `:stable-debug` tag ### Steps To Reproduce Try pulling the `stable-debug` tag ### Environment ```markdown Not relevant for the missing docker tag ``` ### Runtime environment - [ ] Headscale is behind a (reverse) proxy - [ ] Headscale runs in a container ### Anything else? Could it be that [here](https://github.com/juanfont/headscale/blob/24e7851a40873c9ec1e9c3879dcd002a2912ebb7/.goreleaser.yml#L180) and [here](https://github.com/juanfont/headscale/blob/24e7851a40873c9ec1e9c3879dcd002a2912ebb7/.goreleaser.yml#L157) the line should be ```- "{{ if not .Prerelease }}stable-debug{{ else }}unstable-debug{{ end }}"``` and not ```- "{{ if not .Prerelease }}stable{{ else }}unstable-debug{{ end }}"``` ?
adam added the bug label 2025-12-29 02:24:21 +01:00
adam closed this issue 2025-12-29 02:24:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#816