Hi Everyone!
I'm very sorry for being a nuisance again, but I would like to ask, if there are any plans for updating the Docker version used in the plugin?
Since version 27.1.2, there have been six new releases (IICC), including the first one with a maximum API version change (27.0.0 with API 1.47).
Docker is now at version 27.4.1 and there have been a few annoying bugs fixed (most notably https://github.com/moby/moby/pull/49079 recently).
As I mentioned before (RE: Docker Add-on Version), I'm sorry but I don't have the resources to build my own version.
Thanks in advance and keep up the good work!
Docker Add-on Version
-
Herrminator -
December 20, 2024 at 2:18 PM -
Thread is Unresolved
-
-
Hello!
I forgot to ask one more question: Would it be a big problem to include the docker-buildx and docker-compose plugins with the addon?
These two have been pretty much the standard for building and orchestrating for a while...
Regards again! -
27.4.0 is in the LE13 nightlies. 27.4.1 is in the backlog.
LE12 has 27.3.1 in it -
I have looked at buildx a few times, there is a PR in my dev tree for it. It is a bit messy to build, and on my long term backlog.
-
Thanks for the infos!
-
I have looked at buildx a few times, there is a PR in my dev tree for it. It is a bit messy to build, and on my long term backlog.
Do you need to build it? Aren't all those docker binaries (including the plugins) static go based? They might be compatible as is.
-
Do you need to build it?
Yes/No .. It's not mandatory, but building from source gives clearer provenance, and often gives flexibility around packaging.
-
How do I use docker-compose in le terminal?
-
polo_joe Compose is not included with the standard Docker add-on because it's a HUGE file. I will get around to submitting a separate add-on for it at some point so it that can be downloaded alongside Docker if required. Until then you'll need to wget an appropriate arch file from https://github.com/docker/compose/releases to somewhere on /storage and execute it manually.
-
Because of this commit I thought it's included.
docker-compose: update to 2.37.1 · LibreELEC/LibreELEC.tv@b4a68ba
-
It's bundled with the second/alternative LEIoT distro that's now part of the LE buildsystem.