ublue-os / ucore

An OCI base image of Fedora CoreOS with batteries included
https://projectucore.io
Apache License 2.0
115 stars 23 forks source link

feat: install docker-compose as cli plugin, add buildx #152

Closed bsherman closed 2 months ago

bsherman commented 2 months ago

Some users had noticed that docker-compose was not usable as a plugin (eg, docker compose). This fixes that by installing it the way moby does upstream, plus adds docker-buildx. Both are versioned now rather than being latest, and version matched to the moby release.

Note: this is a minor downgrade of docker-compose from v2.26.1 to v2.24.7.

As of this writing, FCOS next is still on moby 24.0.5. Some details on versions:

Closes: #141