mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #1390] Docker Desktop 22.06.0-beta: invalid filter 'reference' #733
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#733
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 @drew-viles on GitHub (Oct 14, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1390
Bug report info
Command used with act
Describe issue
I just expected it to be able to run.
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
I don't seem to be able to get this working on Windows or Windows Subsystem for Linux at all.
This is a fresh install.
I've manually pulled the image catthehacker/ubuntu:act-latest and it's still unable to detect the image.
Any recommendations I can try to get this working?
@wbadart commented on GitHub (Oct 21, 2022):
I'm running into this on a Mac (Intel), Docker Desktop 4.13.0.
EDIT: disabling "Use containerd for pulling and storing images" in the Beta Features section of Preferences seems to have fixed it.
@drew-viles commented on GitHub (Oct 27, 2022):
Yup, disabling that works for me too.
However I do now get:
I am authenticated with Dockerhub so I suspect that
username=bit is the problem. Manually pulling the image makes it all work fine though so I'm happy enough now.I won't close it just in case the maintainers want this for future work.
@github-actions[bot] commented on GitHub (Nov 27, 2022):
Issue is stale and will be closed in 14 days unless there is new activity
@ChristopherHX commented on GitHub (Dec 9, 2022):
Docker promises to implement it someday, hopefully before it goes out of beta
https://docs.docker.com/desktop/containerd/
We can reopen it if docker considers not to reimplement this feature before it releases
This was reported here too:
https://github.com/nektos/act/discussions/1165
No idea what happens there
@ChristopherHX commented on GitHub (Dec 9, 2022):
Here is the code, which uses the reference filter
github.com/nektos/act@d281230cce/pkg/container/docker_images.go (L20-L22)github.com/nektos/act@d281230cce/pkg/container/docker_images.go (L64-L66)I don't know how to rewrite it to not make use of this feature.
@pindab0ter commented on GitHub (Dec 12, 2022):
If rewriting it so that it doesn't use that filter doesn't work, you could see if the command invocation fails. If it does, you can assume Docker is either not installed or is set up to use the beta feature, in which case you can provide the user with suggestions on how to fix this.