Git Product home page Git Product logo

Comments (6)

crazy-max avatar crazy-max commented on June 4, 2024
Error: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.24/auth: dial unix /var/run/docker.sock: connect: permission denied

Looks like an issue with Docker installation on your self-hosted runner.

from login-action.

igorpecovnik avatar igorpecovnik commented on June 4, 2024

Looks like an issue with Docker installation on your self-hosted runner.

That was my first idea. As a normal user or root:

arm-01:~:% docker run hello-world

Hello from Docker!

Cleaned, repeated on different machines. The same.

from login-action.

crazy-max avatar crazy-max commented on June 4, 2024

@igorpecovnik Can you add this step before the login one and give me the output?:

     - name: Docker info
       run: |
         docker version
         docker info

from login-action.

igorpecovnik avatar igorpecovnik commented on June 4, 2024

Here you go:

Run docker version
Client:
 Version:           20.10.7
 API version:       1.41
 Go version:        go1.13.8
 Git commit:        20.10.7-0ubuntu5~21.04.2
 Built:             Mon Nov  1 00:21:30 2021
 OS/Arch:           linux/arm64
 Context:           default
 Experimental:      true

Server:
 Engine:
  Version:          20.10.7
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.13.8
  Git commit:       20.10.7-0ubuntu5~21.04.2
  Built:            Tue Oct 19 01:00:27 2021
  OS/Arch:          linux/arm64
  Experimental:     false
 containerd:
  Version:          1.5.5-0ubuntu3~21.04.1
  GitCommit:        
 runc:
  Version:          1.0.1-0ubuntu2~21.04.1
  GitCommit:        
 docker-init:
  Version:          0.19.0
  GitCommit:        
Client:
 Context:    default
 Debug Mode: false

Server:
 Containers: 4
  Running: 0
  Paused: 0
  Stopped: 4
 Images: 12
 Server Version: 20.10.7
 Storage Driver: overlay2
  Backing Filesystem: extfs
  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
 containerd version: 
 runc version: 
 init version: 
 Security Options:
  apparmor
  seccomp
   Profile: default
 Kernel Version: 5.15.5-rockchip64
 Operating System: Armbian 21.11.0-trunk Hirsute
 OSType: linux
 Architecture: aarch64
 CPUs: 6
 Total Memory: 3.773GiB
 Name: arm-01
 ID: MK7W:OBFE:IUMW:ZIOG:MYN4:4W6H:43FT:6BME:QBJZ:X5T3:4VN5:I4SY
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Registry: https://index.docker.io/v1/
 Labels:
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false

And it looks better: https://github.com/armbian/build/runs/4554283084 Pushing is slow but that could be Network / Github issue.

from login-action.

crazy-max avatar crazy-max commented on June 4, 2024

Ok, so the authentication works after all?

from login-action.

igorpecovnik avatar igorpecovnik commented on June 4, 2024

Yes, it works now. Sorry for the noise.

from login-action.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.