Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

v1.0.15

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 08:20
· 431 commits to main since this release
0a02f7d

New

  • Introduce docker compose cp.
    It allows you to copy a file/folder between a service container and the local file system the same way docker cp does.
    Thanks to @JulienTant

Bug fixes and minor changes

  • docker compose ps myservice does not ignore specified service. Fixes #1547
  • Setup container(s) with ip address as defined by service's network config (Fixes #1582 )
  • Fix detecting active profiles implied by selected services. Fixes #1636
  • Fix building compose files with absolute build context / Dockerfile
  • Fix race condition in compose down when using depends_on
  • Apply single ulimit as soft+hard limit. Fixes #1638
  • docker compose ps list stopped containers. -a is used to include oneoff. Fixes #1552
  • Support bypass envvars. Fixes #1560
  • Pass authprovider to buildkit session. Fixes #1545
  • Support mulitple bindings for same target port. Fixes #1655

ACI integration

ACI

  • Use ACI location specified by user if provided, independently of resource group location. Fixes #1589