tailscale / gitops-acl-action

GitOps for your Tailscale ACLs
81 stars 24 forks source link

Host Docker Image on Registry #18

Open fanuch opened 1 year ago

fanuch commented 1 year ago

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.

seanturner026 commented 1 year ago

This would be nice, we use circleci and would like to have the functionality as well.

rdbisme commented 8 months ago

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 :)

rdbisme commented 8 months ago

And this is related: https://github.com/tailscale/gitops-acl-action/pull/16