Skip to content

automation: Update community.docker to version 3.6.0

Housekeeper (bot) requested to merge renovate/community.docker-3.x into master

This MR contains the following updates:

Package Type Update Change
community.docker galaxy-collection minor 3.5.0 -> 3.6.0

Release Notes

ansible-collections/community.docker (community.docker)

v3.6.0

Compare Source

======

Release Summary

Bugfix and feature release.

The collection now includes a bunch of new docker_image_* modules that move features out of the rather complex docker_image module. These new modules are easier to use and can better declare whether they support check mode, diff mode, or none of them.

This version also features modules that support the Docker CLI plugins buildx and compose. The docker_image_build module uses the docker buildx command under the hood, and the docker_compose_v2 and docker_compose_v2_pull modules uses the docker compose command. All these modules use the Docker CLI instead of directly talking to the API. The modules support mostly the same interface as the API based modules, so the main difference is that instead of some Python requirements, they depend on the Docker CLI tool docker.

Major Changes

  • The community.docker collection now depends on the community.library_inventory_filtering_v1 collection. This utility collection provides host filtering functionality for inventory plugins. If you use the Ansible community package, both collections are included and you do not have to do anything special. If you install the collection with ansible-galaxy collection install, it will be installed automatically. If you install the collection by copying the files of the collection to a place where ansible-core can find it, for example by cloning the git repository, you need to make sure that you also have to install the dependency if you are using the inventory plugins (https://github.com/ansible-collections/community.docker/pull/698).

Minor Changes

Bugfixes

New Modules

  • docker_compose_v2 - Manage multi-container Docker applications with Docker Compose CLI plugin
  • docker_compose_v2_pull - Pull a Docker compose project
  • docker_image_build - Build Docker images using Docker buildx
  • docker_image_pull - Pull Docker images from registries
  • docker_image_push - Push Docker images to registries
  • docker_image_remove - Remove Docker images
  • docker_image_tag - Tag Docker images with new names and/or tags

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot. The local configuration can be found in the local Renovate Bot repository.

Merge request reports

Loading