-
@narandill make sure you have buildx installed on the agent. By default it is not shipped with docker.
-
Previous Value Current Value Open
Closed
-
You may run as the same OS user running agent process, and test why
docker buildshows this legacy warning. -
@narandill I had the same issue and on the host running the docker daemon everything looked fine. However the real issue is inside the image/container that is used to run the job steps. I use my own image based on ubuntu and installed docker cli using
apt install --no-install-recommends -y -qq docker-ce-cli. However thebuildxandcomposeplugins are recommend packages fordocker-ce-cliand thus have not been installed. So I had to installdocker-buildx-pluginto getbuildxanddocker-compose-pluginto getcomposesupport inside the running job container.
| Type |
Question
|
| Priority |
Major
|
| Assignee | |
| Labels |
No labels
|
Hi, I would like to say that I love current
CI/CDfeatures here 👏, but I'm wonder if I'm doing the right things to make theBuildKitwork on myAgents. Whenever I launch pipeline Ive got this message:The
Agentis working underDocker Engine:Together with installed plugins:
I altered the
Docker DeamonJSON config to enablebuildxas follows:Is there anything else which I need to do to make the
BuildKitworking with myAgents?