-
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
how to retrive an old image #242
Comments
Please see THIS PROJECT IS DORMANT. To answer your question… Option 1 - the DockerHub image is runningLook in your Suppose you see:
The "image" is telling you that the grafana image comes straight from DockerHub. If you want to pin Grafana to, say, version 7.5.7, change that
and then do:
The version 7.5.7 image will be pulled down from DockerHub, a new container will be instantiated, and the old container discarded. Option 2 - a local image is runningLook in your Suppose you see:
The "build" tells you a Dockerfile is involved. A base image is pulled down from DockerHub, the Dockerfile runs to produce a local image, and the local image is what runs. The leading "." means "the directory containing
The start of that Dockerfile is:
You need to go to the DockerHub tags page to figure out what to do next. The current version of Node-RED is "1.3.5" and the "-12" suffix is talking about the version of NodeJS. To roll back to version 1.3.4 with the same NodeJS:
then do:
Hope that helps. |
Thank Paraphraser, When this image is not ok, i want the previous. i dont see any other images on that site. |
The I see what you mean about demoticz/demoticz. Unfortunately, But I have a question for you. Why are you using domoticz/domoticz instead of linuxserver/domoticz? The SensorsIot/IOTstack template for domoticz refers to There are only two reasons why people open issues on gcgarner/IOTstack:
If you really are using gcgarner/IOTstack then it is probably time to migrate over. See the migration instructions. Unless there is some good reason why you must use domoticz/domoticz rather than linuxserver/domoticz, I think you'll find that the people behind linuxserver/domoticz are playing the DockerHub game correctly. They keep all the back versions there (43 pages' worth going back 4 years). 10 million pulls indicates a lot of happy users. domoticz/domoticz just has the one version on DockerHub. 100K pulls is also not a small number so I'm not trying to suggest there's anything "wrong" with domoticz/domoticz. I'm just pointing out that linuxserver/domoticz will give you the ability to roll backwards and the 10M pulls can give you a fair bit of confidence that it will work. But it's your system and your decision. |
Thanks! |
i have the sensorsIOT! I have domoticz Version: 2021.1 (build 13314) running on my rpi |
Bugfix for rtl_433 (docker) needs to run with iotstack_nw network to see mosquitto
HI, i use iotstack for two months now and very exited.
I made my own menu for creating the compose file etc. based on my own composed parts and dockerfiles
I use only the docker commands in the menu from iotstack.
I mainly execute dockerimages with tag "latest". Some questions:
But what if the latest image isnt ok,!
The text was updated successfully, but these errors were encountered: