https://github.com/trydock/docker-uwsgi
docker-uwsgi
https://github.com/trydock/docker-uwsgi
docker uwsgi uwsgi-python3
Last synced: 6 months ago
JSON representation
docker-uwsgi
- Host: GitHub
- URL: https://github.com/trydock/docker-uwsgi
- Owner: trydock
- License: gpl-3.0
- Created: 2022-02-28T14:41:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T14:31:56.000Z (over 4 years ago)
- Last Synced: 2024-12-29T19:48:55.506Z (over 1 year ago)
- Topics: docker, uwsgi, uwsgi-python3
- Language: Dockerfile
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-uwsgi
docker-uwsgi
## Container Image Build
Each time a change is made to the `Dockerfile`, create a pull request to `main` branch.
Then once the pull request is merged to `main` branch, create a new release with a tag for ex: `v1.0.3`
The creation of tag as part of new release will trigger a conatiner image build.
The resultant image will be pushed to : https://hub.docker.com/r/debuggerboy/uwsgi/
### References
- https://docs.docker.com/ci-cd/github-actions/
- https://medium.com/akeo-tech/deploying-python-application-using-kubernetes-f58e2f37fb28
- https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/
- https://itsmetommy.com/2021/07/05/push-to-docker-hub-using-github-actions/