-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: master
Are you sure you want to change the base?
Conversation
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
## Proposed Dev Environment | ||
I added a Dockerfile as a proposed Dev Environment. |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
haha alright there, I wont really have time till next week for these
thingies, but im off for 2 wks
Jeffrey Eggert Jr.
LinkedIn <https://www.linkedin.com/in/jeffeggertjr/> | [email protected]
Full Stack Senior Automation Engineer
973-727-0722
…On Tue, Nov 12, 2019 at 1:39 PM davidhqu ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In Dockerfile
<#4 (comment)>
:
> @@ -1,5 +1,14 @@
FROM tiangolo/uwsgi-nginx:python3.6-alpine3.7
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4?email_source=notifications&email_token=AA2HRG4RZPUUP2HEDZ5QM3DQTLZ5PA5CNFSM4JL5RL4KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJAXCQ#pullrequestreview-315755402>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2HRG4E2DGD6SSTI62NEZDQTLZ5PANCNFSM4JL5RL4A>
.
|
Cool cool, I will continue to make changes and no rush to get to these. |
Added a requirements.txt file to add all required python libraries.
Updated Dockerfile and Readme to include additional labels.