mirror of
https://github.com/nektos/act.git
synced 2026-04-26 17:35:49 +03:00
[GH-ISSUE #1598] Error response from daemon: No such container #800
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#800
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abhishekrai-nyk on GitHub (Feb 2, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1598
Bug report info
Command used with act
Describe issue
It looks like act created the container with a different name and tried to to use a different container that what it created.
I tried to run the act with -self-hosted option.
[actions/Lint] ☁ git clone 'https://github.com/github/super-linter' # ref=v4
[actions/Lint] ⭐ Run Main Checkout Code
[actions/Lint] ✅ Success - Main Checkout Code
[actions/Lint] ⭐ Run Main Lint Code Base
[actions/Lint] 🐳 docker pull image=ghcr.io/github/super-linter:slim-v4.10.0 platform= username= forcePull=false
[actions/Lint] 🐳 docker create image=ghcr.io/github/super-linter:slim-v4.10.0 platform= entrypoint=[] cmd=[]
[actions/Lint] 🐳 docker run image=ghcr.io/github/super-linter:slim-v4.10.0 platform= entrypoint=[] cmd=[]
[actions/Lint] ❌ Failure - Main Lint Code Base
[actions/Lint] failed to start container: Error response from daemon: No such container: act-actions-Lint
[actions/Lint] 🏁 Job failed
Error: Job 'Lint' failed
It says "No such container: act-actions-Lint" but when I tried to run it with -v option it gave out more details and it looks like it tried to create a different container.
[DEBUG] Created container name=act-actions-Li-1 id=1090905f0a99fb4a27e37ba88eee3d8cde382fc5044525e71c43e41b6c87b323 from image ghcr.io/github/super-linter:slim-v4.10.0 (platform: )
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
@ChristopherHX commented on GitHub (Feb 7, 2023):
This has been already reported here: https://github.com/nektos/act/issues/1594
The forcePull mode of act has been buggy in the past and caused issues once it became the default
See https://github.com/nektos/act/issues/1594#issuecomment-1413067760 for a workaround until you upgrade act to an upcoming version.
@github-actions[bot] commented on GitHub (Aug 7, 2023):
Issue is stale and will be closed in 14 days unless there is new activity