movio / bramble

A federated GraphQL API gateway
https://movio.github.io/bramble/
MIT License
497 stars 55 forks source link

Consider publising the container versions #230

Closed zquintana closed 8 months ago

zquintana commented 8 months ago

Hello Bramble team,

I really like what you all have going here on this project. Recently while trying to deploy the service I realized it's not easily discernible what versions of the software are available in docker. It would be nice to be able to find that versions easily during implementation. I realize I could just not specify the version number, but that could mean that breaking changes could sneak into my production deployments.

pkqk commented 8 months ago

Hi @zquintana are you asking about the bramble image?

On every build we push an image to the GitHub Container Repository (ghcr.io) which is tagged with the version.

https://github.com/orgs/movio/packages/container/package/bramble

I haven't managed to get it to show up in the sidebar yet though.

zquintana commented 8 months ago

Yea, that's what I was referring to. I've gotten used to docker hub for finding image tags. I found a workaround though... podman search ghcr.io/movio/bramble --list-tags, if you're using podman.

pkqk commented 8 months ago

They are listed on the github packages site I posted above, it doesn't give you any details though other than the tag.

I'll see if I can associate them with the releases some time.