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
It seems that I have an issue with Github actions...
When I run some gradle command I get the following error:
"Task :onlyKafkaComposeDown FAILED"
From our history, we solved this issue by unchecking the "Use Docker Compose V2"
How I can disable the Docker Compose V2 ?
when I do the docker info command I could see that the runner that we have "docker-compose" plugin installed.
however, when I run "docker plugin ls" I don't see docker-compose plugin.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
It seems that I have an issue with Github actions...
When I run some gradle command I get the following error:
"Task :onlyKafkaComposeDown FAILED"
From our history, we solved this issue by unchecking the "Use Docker Compose V2"
How I can disable the Docker Compose V2 ?
when I do the docker info command I could see that the runner that we have "docker-compose" plugin installed.
however, when I run "docker plugin ls" I don't see docker-compose plugin.
"docker info
Client:
Context: default
Debug Mode: false
Plugins:
compose: Docker Compose (Docker Inc., v2.16.0)
Server:
Containers: 0
Running: 0
Paused: 0
Stopped: 0
Images: 0
Server Version: 20.10.23
Storage Driver: overlay2
Backing Filesystem: xfs
Supports d_type: true
Native Overlay Diff: true
userxattr: false
Logging Driver: json-file
Cgroup Driver: cgroupfs
Cgroup Version: 1
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
Default Runtime: runc
Init Binary: docker-init "
Anyone know how to solve it ?
thanks
Beta Was this translation helpful? Give feedback.
All reactions