-
Notifications
You must be signed in to change notification settings - Fork 324
Open
Description
Hey,
since a few days ago i get the following error when using this plugin to build docker images itself.
latest: Pulling from plugins/docker
Digest: sha256:e18e6f848cbeb88f83699e7a1f4e500e0b60930c9c400237b1e7371ef6d70963
Status: Downloaded newer image for plugins/docker:latest
+ /usr/local/bin/dockerd --data-root /var/lib/docker --host=unix:///var/run/docker.sock
Unable to reach Docker Daemon after 15 attempts.
Detected registry credentials
+ /usr/local/bin/docker version
Client:
Version: 20.10.14
API version: 1.41
Go version: go1.16.15
Git commit: a224086
Built: Thu Mar 24 01:45:09 2022
OS/Arch: linux/amd64
Context: default
Experimental: true
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
exit status 1
I am running in the latest Alpine Linux host (Linux build 6.5.8-0-edge #1-Alpine SMP PREEMPT_DYNAMIC Fri, 20 Oct 2023 10:41:43 +0000 x86_64 Linux). I also verified that docker is running and the socket is available in the requestested location /var/run/docker.sock.
The used drone configuration:
kind: pipeline
name: leounglaub/alpine
steps:
- name: do-base
image: plugins/docker
settings:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
repo: leounglaub/alpine
tags: base
dockerfile: alpine/base/Dockerfile
What went wrong here? Does soneone has an idea when this bug was introduced?
Thanks
Ed1ks, wkronmiller, volker-raschek and cryboy007
Metadata
Metadata
Assignees
Labels
No labels