incorrect version information in container images #63

Closed
opened 2025-12-29 01:21:30 +01:00 by adam · 1 comment
Owner

Originally created by @derelm on GitHub (Oct 20, 2021).

The output of headscale version in linux/amd64 images is incorrect:

➜  ~ docker run --rm -ti headscale/headscale:0.10.3 headscale version
dev
➜  ~ docker run --rm -ti headscale/headscale:0.10.4 headscale version
dev
➜  ~ docker run --rm -ti headscale/headscale:0.10.5 headscale version
dev

The would expect the output to match the container tag.

Originally created by @derelm on GitHub (Oct 20, 2021). The output of `headscale version` in linux/amd64 images is incorrect: ``` ➜ ~ docker run --rm -ti headscale/headscale:0.10.3 headscale version dev ➜ ~ docker run --rm -ti headscale/headscale:0.10.4 headscale version dev ➜ ~ docker run --rm -ti headscale/headscale:0.10.5 headscale version dev ``` The would expect the output to match the container tag.
adam added the enhancementhelp wantedgood first issue labels 2025-12-29 01:21:30 +01:00
adam closed this issue 2025-12-29 01:21:30 +01:00
Author
Owner

@kradalby commented on GitHub (Jun 12, 2022):

We need to pass the variable into the Dockerfile, this is a good first issue for someone with (or without) docker experience.

@kradalby commented on GitHub (Jun 12, 2022): We need to pass the variable into the Dockerfile, this is a good first issue for someone with (or without) docker experience.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#63