
21 Aug
2023
21 Aug
'23
9:54 p.m.
On Mon, 21 Aug 2023 13:47:38 -0500 Matt Housh <jaeger@crux.ninja> wrote:
Done in the latest docker and docker-compose commits.
Cool! One more thing I noticed about docker-compose on CRUX is that it gives useless output for version request: $ docker-compose --version Docker Compose version dev While official binary gives something sensible: $ ./docker-compose-linux-x86_64 --version Docker Compose version v2.20.3 Not sure how to properly fix it. My wild guess is to change line go build -trimpath -o ${name} ./cmd to make VERSION=v${version} build But I haven't tried it myself. -- Vitaly Sinilin <vs@kp4.ru>