sudo curl -L "https://github.com/docker/compose/releases/download/1.23.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
https://objects.githubusercontent.com/github-production-release-asset-2e65be/15045751/57137a61-3a9c-4371-8817-ed777bda7a9d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220822%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220822T035555Z&X-Amz-Expires=300&X-Amz-Signature=bf0497f39019a0fbfee01a3a681576759aab8f8a037b066c12a0534d7ce1935a&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=15045751&response-content-disposition=attachment%3B%20filename%3Ddocker-compose-linux-ppc64le&response-content-type=application%2Foctet-stream
v2.10.0
https://github.com/docker/compose/releases
What's Changed
Enhancements
- Apply newly loaded envvars to "DockerCli" and "APIClient" by @ulyssessouza in #9745
- Build windows/arm64 and linux/riscv64 binaries by @crazy-max in #9751
Fixes
- Give environment variables precedence back to OS over .env by @ulyssessouza in #9761
- Update usage strings for consistency by @thaJeztah in #9706
- Resolve environment variables case-insensitively on Windows by @ikedam in #9438
- Do not stop dependency containers by @milas in #9701
- If command is ran with a compose file, apply the compose model by @ndeloof in #9375
- Remove extra whitespaces in help text of some subcommands by @tkhoa2711 in #9710
- Don't apply default pull policy from command line if one is defined in service configuration by @glours in #9720
- Filter out commandConn.Close* warning message by @crazy-max in #9748
- Don't wait for disabled dependency by @nicksieger in #9759
- Apply compose model on
compose kill
, add--remove-orphans
by @laurazard in #9764 - Avoid pulling same images multiple times
by @KoditkarVedant in #9173
Internal
- Remove unused workflows, especially the pr-closed which always failed by @glours in #9689
- Update Dockerfile syntax to latest stable, and rename docs Dockerfile by @thaJeztah in #9711
- Use correct YAML marshal func by @milas in #9712
- Run gofmt from Go 1.19 by @milas in #9728
- Add
nolintlint
and clean upnolint
directives by @milas in #9738 - Better sandboxed workflow and enhanced cross compilation by @crazy-max in #9744
- Fix badges by @crazy-max in #9747
- Fix checksums file by @crazy-max in #9750
Bumps
- Bump to Go 1.18.5 by @milas in #9708
- Upgrade BuildKit & docker/distribution by @milas in #9709
- Bump github.com/cnabio/cnab-to-oci from 0.3.5 to 0.3.6 by @dependabot in #9714
- Fix version of golangci-lint to v1.47.3, issue with v1.48.0 for now by @glours in #9722
- Bump github.com/containerd/containerd from 1.6.6 to 1.6.7 by @dependabot in #9723
- Update Docker CLI version use in CI to v20.10.17 by @glours in #9721
- Bump github.com/containerd/containerd from 1.6.7 to 1.6.8 by @dependabot in #9736
- Bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16 by @dependabot in #9754
New Contributors
- @tkhoa2711 made their first contribution in #9710
Full Changelog: v2.9.0...v2.10.0
Tidak ada komentar:
Posting Komentar