[GH-ISSUE #319] make test hangs while downloading nektos/act-environments-ubuntu:18.04 #224

Closed
opened 2026-03-01 21:41:29 +03:00 by kerem · 0 comments
Owner

Originally created by @engnadeau on GitHub (Jul 26, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/319

  • Following the Building from source instructions for the first time, make test hangs without any feedback, e.g.:

image

  • In the background, it's actually downloading nektos/act-environments-ubuntu:18.04, a >6GB image that can take a while.
  • Pulling the image first (e.g., docker pull nektos/act-environments-ubuntu:18.04) before running make test gives the user better feedback.

Possible Solutions

Originally created by @engnadeau on GitHub (Jul 26, 2020). Original GitHub issue: https://github.com/nektos/act/issues/319 - Following the [Building from source](https://github.com/nektos/act#building-from-source) instructions for the first time, `make test` hangs without any feedback, e.g.: ![image](https://user-images.githubusercontent.com/6395915/88482842-d6a97b80-cf31-11ea-9e49-a9dc9d0200d9.png) - In the background, it's actually downloading `nektos/act-environments-ubuntu:18.04`, a >6GB image that can take a while. - Pulling the image first (e.g., `docker pull nektos/act-environments-ubuntu:18.04`) before running `make test` gives the user better feedback. ## Possible Solutions - Make the default image much more slim so that users don't wait long without feedback (e.g., https://github.com/nektos/act/issues/196) - Update [Building from source](https://github.com/nektos/act#building-from-source) to include `docker pull` instructions before running `make test` (e.g., https://github.com/nektos/act/pull/320)
kerem closed this issue 2026-03-01 21:41:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#224
No description provided.