Giter VIP home page Giter VIP logo

Comments (4)

Paraphraser avatar Paraphraser commented on August 14, 2024

I don't know if this will help but I'm not seeing the same pattern.

Same result from the "inspect":

$ docker inspect --format '{{ index .Config.Labels "org.opencontainers.image.created"}}' octoprint/octoprint:latest 
2022-10-18T09:25:10.308Z

When I search the image for a version:

$ docker image inspect octoprint/octoprint:latest | grep "1\.8"
                "octoprint_ref=1.8.6",

When I ask the process to tell me its version:

$ docker exec octoprint octoprint --version
octoprint, version 1.8.6

And when I look in the UI:

Screen Shot 2022-10-31 at 10 15 47

Screen Shot 2022-10-31 at 10 09 03

from octoprint-docker.

fischer-felix avatar fischer-felix commented on August 14, 2024

When inspecting the image, it also reports 1.8.6, but the process still reports 1.8.1.
I suspect this might be because I have a volume on /octoprint that stores all the data, and thus a newer image does not modify its contents.

After using the built-in update wizard, it now shows the latest version.

from octoprint-docker.

Paraphraser avatar Paraphraser commented on August 14, 2024

Hmmm. My compose file has

- ./volumes/octoprint:/octoprint

so that's probably close to what you are doing, right?

The "rules" I follow (I'm not sure whether they are actual rules or just how I approach it) are that, (1) if I get a prompt to update Octoprint, I wait for a new image to appear on DockerHub; (2) if I get a prompt to update a plug-in, I do that in the plug-in manager (which is persisted).

I learned that first rule the hard way and I'm pretty sure I had to nuke my persistent store and start over to recover.

from octoprint-docker.

fischer-felix avatar fischer-felix commented on August 14, 2024

Guess I'll see when the next update comes around

from octoprint-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.