jonasvinther / medusa

A cli tool for importing and exporting Hashicorp Vault secrets
MIT License
482 stars 62 forks source link

Would it be possible to publish v2.x docker image(s) to ghcr.io ? #127

Closed darraghjones closed 1 year ago

darraghjones commented 1 year ago

Hi,

Unfortunately the following change is undesirable for us as we're only interested in exporting secrets, and then 'diffing' these between environments. However, storing the 'json' secrets as a string makes this more difficult.

https://github.com/jonasvinther/medusa/commit/2e158032facc5528b2c7ed276d8619a890d59765

Previously we were pulling docker images from docker hub, but since the move to ghcr.io it seems there are no images before this commit.