Host Docker Image on Registry
Our organisation uses GitLab.
No worries, I've found an example for Gitlab execution: https://gitlab.com/rdb-is/devops/tailscale-gitops-gitlab-example This references a Docker Image rdb91/gitops-pusher:latest
Which got me thinking if Tailscale has their own image hosting tailscale.com/cmd/gitops-pusher binary.
I checked https://hub.docker.com/u/tailscale and it doesn't appear to be the case.
- Is this image being hosted in a public registry?
- If not, any plans to do so?
This would be nice, we use circleci and would like to have the functionality as well.
Just as reference, this is the project building the Docker image: https://github.com/rdbisme/gitops-acl-action (branch gitlab)
Feel free to peruse it :)
And this is related: https://github.com/tailscale/gitops-acl-action/pull/16