-
Notifications
You must be signed in to change notification settings - Fork 582
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
Portainer.io - A new version is available 2.0.0 #203
Comments
The short answer is "when the maintainer of the Portainer image builds a new image based on the updated version of Portainer, and uploads that to Dockerhub." I hope that makes sense. What you need to do from time to time is:
and, after that finishes, see what's changed by running:
In my case, the answer was:
Focus on these two lines:
The first one has just been pulled down from Dockerhub. The second one (with the "<none>" tag) used to be the "latest" but you can't have two images tagged "latest" so the old one has had its tag removed. That pattern (one tagged "latest" the other tagged "<none>") tells me a couple of things:
But, that old image of postgres is the one that is still running. I switch to the new image by "upping" the stack:
Now we can get rid of the old image. There are several ways but the one I use is:
and confirm that it has gone via:
Most images/containers work like that. Node-Red is an exception where you have to remove its base image:
The
Figuring out when Node-Red has been updated is a bit of a challenge. I wrote a script called "nodered_version_check" which you are welcome to use:
That script depends on
|
I hope my earlier reply helped. Please see * * THIS PROJECT IS DORMANT * *. It is possible that your problem has been fixed on SensorsIot/IOTstack. In any case, you are more likely to get support if you migrate your installation to SensorsIot/IOTstack, find that your problem has not been fixed, and open another issue there. If you have not already joined the Discord channel, you can often get help there too. I'd really appreciate it if you would close this issue on gcgarner/IOTstack:
Forking the repo was the only possible way of continuing once Graham Garner "disappeared". |
Hello @Paraphraser.
Thanks once more for your reply and have a great day! P. |
This issue can be closed... |
Hello team,
I just installed IOTstack and when logged in into Portainer console, I see it's saying that new version is available.
I see that new version 2.0.0 is available... I also see that new container is called "portainer/portainer-ce" and not "portainer/portainer" anymore. Will be IOTstack containers updated as well...?
Last but not least, good work you've done so far. Very useful project!
The text was updated successfully, but these errors were encountered: