You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, you're using an old version (3.12.1) of community.docker. Please upgrade to the latest 3.x.y version (3.13.4), or to the latest version (4.2.0), and check again.
SUMMARY
Trying to build images with docker compose results in a warning being printed:
ISSUE TYPE
COMPONENT NAME
community.docker.docker_compose_v2
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Running in a devcontainer on Ubuntu.
Host:
devcontainer:
STEPS TO REPRODUCE
task:
docker-compose.yaml:
Dockerfile:
Output of
docker compose --ansi never --progress json up --detach --no-color --quiet-pull --build --pull always --no-start
:EXPECTED RESULTS
With
state: stopped, build: always, pull: missing
I would expect that the containers are built and images are pulled.ACTUAL RESULTS
It worked, but the module produced a warning, because it can't parse one of the progress lines.
This seems to be a similar issue as #975, which got fixed by #976
The text was updated successfully, but these errors were encountered: