[GH-ISSUE #70] Update build and documentation for management service #190

Closed
opened 2026-08-05 00:37:38 -04:00 by saavagebueno · 1 comment
Owner

Originally created by @mlsmaycon on GitHub (Jul 25, 2021).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/70

Originally assigned to: @mlsmaycon on GitHub.

Update build and documentation for management service to account for the separated binary.

  • update build
  • use separated docker hub image repository
  • update documentation
  • update infrastructure_files
  • Link docker hub documentation
Originally created by @mlsmaycon on GitHub (Jul 25, 2021). Original GitHub issue: https://github.com/netbirdio/netbird/issues/70 Originally assigned to: @mlsmaycon on GitHub. Update build and documentation for management service to account for the separated binary. - [x] update build - [x] use separated docker hub image repository - [x] update documentation - [x] update infrastructure_files - [x] ~~Link docker hub documentation~~
saavagebueno added the enhancementpeer-managementserver labels 2026-08-05 00:37:38 -04:00
Author
Owner

@mlsmaycon commented on GitHub (Jul 31, 2021):

Docker hub doesn't allow tokens to update the description of a repo as described in: https://github.com/docker/hub-feedback/issues/1927 and https://github.com/docker/roadmap/issues/115

for now, I will keep the intended configuration here for future reference:

      -
        name: Docker Hub Description for Management
        uses: peter-evans/dockerhub-description@v2
        with:
          username: ${{ secrets.DOCKER_USER }}
          password: ${{ secrets.DOCKER_TOKEN }}
          repository: wiretrustee/management
          readme-filepath: ./management/README.md
<!-- gh-comment-id:890318755 --> @mlsmaycon commented on GitHub (Jul 31, 2021): Docker hub doesn't allow tokens to update the description of a repo as described in: https://github.com/docker/hub-feedback/issues/1927 and https://github.com/docker/roadmap/issues/115 for now, I will keep the intended configuration here for future reference: ```shell - name: Docker Hub Description for Management uses: peter-evans/dockerhub-description@v2 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_TOKEN }} repository: wiretrustee/management readme-filepath: ./management/README.md ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#190