tnc1997 / azure-app-configuration-emulator

Please note that Emulator for Azure App Configuration is unofficial and not endorsed by Microsoft.
MIT License
3 stars 3 forks source link

Publish an official container image #75

Closed goldsam closed 2 months ago

goldsam commented 2 months ago

My primary use case for you project is automated testing where my test environment is managed via Testcontainers. Unfortunately, this tool does not support (as far as I can tell) using a git URL for the container build context as your do in the docker-compose snippet of your README.md. For my use case, it would be valuable to reference an image in a OCI-complaint registry (such as github container registry).

If you endorse this effort, I would be happy to make create a PR which builds and publishes an image via github actions.

goldsam commented 2 months ago

Would you be willing open a feat/75 branch for me to create a PR against?

tnc1997 commented 2 months ago

Hi @goldsam, there are a few bits and pieces that I would like to complete first, such as the other open issues, then I will look to push an image to Docker Hub.

tnc1997 commented 2 months ago

https://hub.docker.com/r/tnc1997/azure-app-configuration-emulator

goldsam commented 2 months ago

YAY!