question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pushing new Images to DockerHub?

See original GitHub issue

I noticed that the last commit to master was on March 25, however the image version on DockerHub is from February 11th. As I want to make use of the new features, I was wondering when new images will be pushed? Looking also at security patches (in particular those of nginx and other software in the images like wget) I am worried that they will not be applied to the images.

Judging from other comments (e.g. https://github.com/nginx-proxy/nginx-proxy/pull/1402#issuecomment-609408046, https://github.com/nginx-proxy/nginx-proxy/pull/1113#issuecomment-633775844) as well as issues #1304 and #1427 it seems that people have similar concerns. As a workaround (that works for me, but might not solve it for others) I have scheduled automated nightly builds of the master branch on my server. I made an unofficial nginxproxy organization on DockerHub, and am pushing these images to nginxproxy/nginx-proxy.

If there is interest, I am happy to donate my server time to push to the official DockerHub repo or give other people access to the nginxproxy organization.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:7

github_iconTop GitHub Comments

3reactions
jwildercommented, Oct 30, 2020

nginx-proxy:0.8.0 is on dockerhub now.

1reaction
MarkErikcommented, Jul 1, 2020

@tkw1536 Thank you for your response. As I opened up my compose file I realised (oops!) that because I am using a 3 container setup from https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion I’m not directly using this container. But I have been following it to see what changes are being implemented. Thanks again, and I’ll need to now do more reading to try to understand how the new changes in this project are related to my setup.

Read more comments on GitHub >

github_iconTop Results From Across the Web

docker push - Docker Documentation
Use docker image push to share your images to the Docker Hub registry or to a self-hosted one. Refer to the docker image...
Read more >
Pushing and Pulling to and from Docker Hub
Getting an image to Docker Hub · Click on Create Repository. · Choose a name (e.g. verse_gapminder) and a description for your repository...
Read more >
Push Docker Image To Docker Hub - Medium
In this tutorial, we are going to see how to push the Docker image to the Docker hub repository. In the previous article,...
Read more >
Docker Push for Publishing Images to Docker Hub - Section.io
This article guides the reader on how to create a Dockerfile, create an account in Docker Hub,and how to push Docker images to...
Read more >
Using Docker Push to Publish Images to Docker Hub
When pushing an image to Docker Hub, we must specify our Docker Hub username as part of the image name. For the example...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found