Replies: 3 comments 1 reply
-
Docker images for blinko often lag behind releases because the image build and publish process can be delayed or encounter issues—sometimes the image is tagged but doesn't actually contain the latest app version, or the build fails and isn't pushed promptly. This has been reported by other users as well, where the Docker image tag and the version shown in the app don't match, or the image is one version behind the release notes (example, another). In blinko, the "server" version is the backend API/service, and the "client" version is the frontend code (the web UI) served to your browser. Even though both are delivered by the server in Docker, they can be versioned separately—so you might see a new client version available even if your server (Docker) is up to date with its own image (source). If pulling the latest Docker image doesn't update your version, it's likely because the image on Docker Hub hasn't been rebuilt or published for the latest release yet, or there was a problem in the build pipeline. This is a known workflow issue and not something you can fix from your side—it's up to the maintainers to ensure the Docker images are built and pushed in sync with releases. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
1.4.3 docker image was published yesterday. So the docker image publication is not stuck. How to update the "client" part then? |
Beta Was this translation helpful? Give feedback.
-
This is not this, please stop providing generic answers not related to blinko itself (I am arguing with a bot... 🤡) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I checked my docker-powered blinko and I see the following info:
My docker image is set to
blinkospace/blinko
but pulling a new one does not update it (it is up to date with the published image). I am not sure what the server vs client version is because there is no "client" per se - the web page is served from the server.Beta Was this translation helpful? Give feedback.
All reactions