Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: Error when pulling Docker image #705

Closed
IgorGanapolsky opened this issue May 25, 2021 · 1 comment
Closed

Issue: Error when pulling Docker image #705

IgorGanapolsky opened this issue May 25, 2021 · 1 comment
Labels
kind/bug Something isn't working kind/external For something that doesn't land in act scope meta/invalid This doesn't seem right

Comments

@IgorGanapolsky
Copy link

Act version

0.2.22

Expected behaviour

Should be able to run act

Actual behaviour

Error: Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

Workflow and/or repository

name: Development Workflow

Triggers the workflow on push or pull request to develop branch

on:
push:
branches:
- 'develop'
pull_request:
branches:
- 'develop'

Where will they run

jobs:
build:

runs-on: ubuntu-latest
steps:
  - name: Setup Java
    uses: actions/setup-java@v1
    with:
      java-version: 11

  - name: Checkout Code
    uses: actions/checkout@v2

  - name: Grant execute permission for gradlew
    run: chmod +x gradlew

  - name: Build the project
    run: ./gradlew build

  - name: Run Unit Tests
    run: ./gradlew test

Steps to reproduce

Run the above GH Actions yml script.

@IgorGanapolsky IgorGanapolsky added the kind/bug Something isn't working label May 25, 2021
@catthehacker
Copy link
Member

The issue seems to be with your Docker daemon rather than act.

moby/moby#32270 (comment)

@catthehacker catthehacker added the meta/invalid This doesn't seem right label May 25, 2021
@catthehacker catthehacker changed the title Issue: <shortly describe issue> Issue: Error when pulling Docker image May 25, 2021
@catthehacker catthehacker added the kind/external For something that doesn't land in act scope label Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working kind/external For something that doesn't land in act scope meta/invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants