-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dockerize rover #719
Comments
we'll probably need different variant:
|
@cyberhck this sounds very similar to apollographql/supergraph-demo-k8s-graph-ops#50
Can you provide some more context on this:
Is this https://argoproj.github.io/argo-cd/user-guide/resource_hooks/? |
I'm just asking for an official docker image, and in case someone is curious why, I've mentioned the reason. While we can publish docker ourselves, having apollo's ci do that is better |
would you be open to a PR? I'd be okay with writing a Dockerfile and a github workflow to dockerize and push to docker hub if you'd prefer. |
also, where will it release? docker hub? github registry? I'll need someone to setup secrets |
Any update on this? It could be super useful... We can dockerize it as Apollo Router and publish it on GitHub Packages. What do you think? 🤯🥳 |
Will Apollo Router be able to do everything that rover does? |
While waiting for this feature, we created a small wrapper for our needs (really low effort added) 👍 We only use it for publishing the subgraph as a job in k8s. |
Dockerize Rover and publish to docker registry
As the title suggests, it'd be quite nice if apollo team could build official rover docker CLI and publish to docker.
While anyone is able to do this, I think publishing from rover's CI pipeline would mean it'll automatically get updates when there's a new release in rover.
Add details like:
The text was updated successfully, but these errors were encountered: