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

Dockerfile updates #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Dockerfile updates #4

wants to merge 4 commits into from

Conversation

but-i-am-dominator
Copy link

Added a requirements.txt file to add all required python libraries.
Updated Dockerfile and Readme to include additional labels.

Sample Docker build arguments to use with the labels:
--build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') /
--build-arg APPLICATION_NAME=recruiter-booter / 
--build-arg BUILD_VERSION=v0.1
A Requirements.txt file will track versions of python libraries
Comment on lines -4 to -5
## Proposed Dev Environment
I added a Dockerfile as a proposed Dev Environment.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No Longer Necessary -

@@ -1,5 +1,14 @@
FROM tiangolo/uwsgi-nginx:python3.6-alpine3.7
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to move away from this Dockerhub image. The plan is to build my own and host it in my dockerhub to ensure that we have more control over the image.

@kilotone
Copy link
Owner

kilotone commented Nov 12, 2019 via email

@but-i-am-dominator
Copy link
Author

Cool cool, I will continue to make changes and no rush to get to these.

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

Successfully merging this pull request may close these issues.

2 participants