-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
New Dockerfile (fix #1459) #1537
Conversation
Considerations:
|
👍
👍
Non-docker builds are done via Tom |
Rebased from master. Build ok. |
I would keep the FROM statements as listed in my Dockerfile. This pins the image to a specific digest which is best practices. Dependabot or Renovate can then be used to update the FROM statements as new images become available. See an example pull request: https://github.com/jauderho/dockerfiles/pull/708/files @tlimoncelli it looks like the @fdcastel I have updated my Dockerfile accordingly. You might want to refactor. |
@jauderho I believe I did all the changes you suggested. Please ping me if I missed something. @tlimoncelli We still need someone versed in CircleCI to fix the current build system, right? |
LGTM |
I may have misspoke earlier. Most of the build is on CircleCI now. So, adding the docker stuff shouldn't be too difficult. The person that did the last update is on vacation for 2 weeks, but I should be able to guess my way through it :-) |
[Remember that I don't know a lot about Docker and DockerHub.] It looks to me like the Dockerfile is ready to merge. I assume we'll have a different PR that modifies the .circleci files to build the container image and put it in a public repo so others can access it. |
@fdcastel thank you for your work. But on docker hub it doesn't have a new image yet, is this no longer pushed to docker hub? |
@aba-rechsteiner: It is not ready, yet. As @tlimoncelli said we are waiting for the CircleCI maintainer, now. Unfortunately I don't have any experience with CircleCI to help, in this case. 😞 |
I have working images here and they are automatically built once upstream releases and tags. https://hub.docker.com/r/jauderho/dnscontrol/tags |
My first attempt to solve the Docker imbroglio. 😅
Based on the great work from @jauderho 👍
Fix #1459