Skip to content
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

A docker container image for the API would be really cool on Docker Hub #50

Open
andrewperry opened this issue Nov 23, 2022 · 2 comments

Comments

@andrewperry
Copy link

I would be interested in contributing this, although it would be cool if the image was rebuilt as part of your CI process (https://docs.github.com/en/actions/publishing-packages/publishing-docker-images) so feel free to message me if you'd like to discuss how we could help support adding it to your workflow!

@fwalzel
Copy link
Collaborator

fwalzel commented Nov 23, 2022

Cool, thanks! I have worked with serverless / S3 Lambda before but have little docker experience. Could you sketch in a few words how one would proceed creating a docker image.

@andrewperry
Copy link
Author

This looks like a pretty solid introduction to a node app in a docker image generally:

https://snyk.io/blog/10-best-practices-to-containerize-nodejs-web-applications-with-docker/

and there is a follow up on how this can be integrated with GitHub Actions for automatically publishing to a Docker container registry (in that case the Github one rather than the Docker one):

https://snyk.io/blog/managing-node-js-docker-images-in-github-packages-using-github-actions/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants