You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Docker client version and Compose plugin are out of date by over a year compared to the apt source. What is the update procedure? Do you rebuild the base image when releasing?
👟 Reproduction steps
Fresh launch based on standard compose file.
👀 Expected behavior
The version of docker-ce-cli and docker-compose-plugin are the available release to corresponding to the date of the Dockge release. Below is what I observed running apt update && apt upgrade in the image.
root@fdfe320faec2:/app# docker version
Client: Docker Engine - Community
Version: 27.4.1
API version: 1.46 (downgraded from 1.47)
Go version: go1.22.10
Git commit: b9d17ea
Built: Tue Dec 17 15:45:56 2024
OS/Arch: linux/amd64
Context: default
...
root@fdfe320faec2:/app# docker compose version
Docker Compose version v2.32.1
😓 Actual Behavior
Existing versions below:
root@fdfe320faec2:/app# docker version
Client: Docker Engine - Community
Version: 24.0.7
API version: 1.43
Go version: go1.20.10
Git commit: afdd53b
Built: Thu Oct 26 09:08:02 2023
OS/Arch: linux/amd64
Context: default
...
root@fdfe320faec2:/app# docker compose version
Docker Compose version v2.21.0
Dockge Version
1.4.2
💻 Operating System and Arch
Ubuntu 22.04
🌐 Browser
Chrome 131.0.6778.205
🐋 Docker Version
Docker 27.1.1
🟩 NodeJS Version
No response
📝 Relevant log output
No response
The text was updated successfully, but these errors were encountered:
I miss-read the release date for 1.4.2 . The versions are more reasonable based on this. But I still wonder if the docker images should be re built periodically to update docker and possibly more upstream depends.
I could create a feature request to add this. I wouldn't mind setting up CI to just build monthly.
And now my arc is complete. I have just discovered the nightly tag. This will do what I need. I do wonder if there is room to rebuild standard releases for those who don't want everything that comes with a nightly build.
And now my arc is complete. I have just discovered the nightly tag. This will do what I need. I do wonder if there is room to rebuild standard releases for those who don't want everything that comes with a nightly build.
Thanks for this @mikehosmar - I was having similar issues per #520. I agree that updating the docker toolsets more frequently would be a good enhancement.
Description
The Docker client version and Compose plugin are out of date by over a year compared to the apt source. What is the update procedure? Do you rebuild the base image when releasing?
👟 Reproduction steps
Fresh launch based on standard compose file.
👀 Expected behavior
The version of
docker-ce-cli
anddocker-compose-plugin
are the available release to corresponding to the date of the Dockge release. Below is what I observed runningapt update && apt upgrade
in the image.😓 Actual Behavior
Existing versions below:
Dockge Version
1.4.2
💻 Operating System and Arch
Ubuntu 22.04
🌐 Browser
Chrome 131.0.6778.205
🐋 Docker Version
Docker 27.1.1
🟩 NodeJS Version
No response
📝 Relevant log output
No response
The text was updated successfully, but these errors were encountered: