Skip to content
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

Docker Engine Client and Docker Compose Version Stagnated #707

Open
mikehosmar opened this issue Jan 9, 2025 · 3 comments
Open

Docker Engine Client and Docker Compose Version Stagnated #707

mikehosmar opened this issue Jan 9, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@mikehosmar
Copy link

mikehosmar commented Jan 9, 2025

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 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

@mikehosmar mikehosmar added the bug Something isn't working label Jan 9, 2025
@mikehosmar
Copy link
Author

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.

@mikehosmar
Copy link
Author

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.

@barcar
Copy link

barcar commented Jan 22, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants