Wrong image pull in traefik template file #754

Closed
opened 2025-11-20 05:17:01 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @4nx on GitHub (Mar 31, 2024).

Describe the problem

Within the https://raw.githubusercontent.com/netbirdio/netbird/main/infrastructure_files/docker-compose.yml.tmpl.traefik the image which will be pulled for the dashboard is from wiretrustee which seems to be outdated and wrong in comparison to the normal template file which is using netbirdio/dashboard.

To Reproduce

Steps to reproduce the behavior:

  1. Have a look in the template file under: https://raw.githubusercontent.com/netbirdio/netbird/main/infrastructure_files/docker-compose.yml.tmpl.traefik
  2. If you deploy netbird via the advanced guide and the traefik template file you will have an old dashboard.

Expected behavior

The beginning of the template file should look like this:

services:
  #UI dashboard
  dashboard:
    image: netbirdio/dashboard:$NETBIRD_DASHBOARD_TAG

Are you using NetBird Cloud?

Self-hosting NetBird's control plane.

NetBird version

0.26.6

Originally created by @4nx on GitHub (Mar 31, 2024). **Describe the problem** Within the https://raw.githubusercontent.com/netbirdio/netbird/main/infrastructure_files/docker-compose.yml.tmpl.traefik the image which will be pulled for the dashboard is from `wiretrustee` which seems to be outdated and wrong in comparison to the normal template file which is using `netbirdio/dashboard`. **To Reproduce** Steps to reproduce the behavior: 1. Have a look in the template file under: https://raw.githubusercontent.com/netbirdio/netbird/main/infrastructure_files/docker-compose.yml.tmpl.traefik 2. If you deploy netbird via the advanced guide and the traefik template file you will have an old dashboard. **Expected behavior** The beginning of the template file should look like this: ``` services: #UI dashboard dashboard: image: netbirdio/dashboard:$NETBIRD_DASHBOARD_TAG ``` **Are you using NetBird Cloud?** Self-hosting NetBird's control plane. **NetBird version** 0.26.6
saavagebueno added the waiting-feedback label 2025-11-20 05:17:01 -05:00
Author
Owner

@4nx commented on GitHub (Apr 5, 2024):

I opened a PR here: https://github.com/netbirdio/netbird/pull/1804

@4nx commented on GitHub (Apr 5, 2024): I opened a PR here: https://github.com/netbirdio/netbird/pull/1804
Author
Owner

@nazarewk commented on GitHub (Apr 23, 2025):

@4nx seems like https://github.com/netbirdio/netbird/pull/1804 got merged, can we close this?

@nazarewk commented on GitHub (Apr 23, 2025): @4nx seems like https://github.com/netbirdio/netbird/pull/1804 got merged, can we close this?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#754