-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: act
doesn't remove images properly when switching container architecture
#656
Comments
it's the current |
The only thing that might not be working properly is finding/removing image to use, since one tag cannot point to 2 different docker images it's doing hacky thing to remove all invalid architectures and load proper one |
Sounds like by removing the images, it's leaving only the last used image architecture available, and the next time it does the removes it restores the one for the requested architecture. |
well, since act/pkg/container/docker_images.go Lines 31 to 34 in f32babb
|
mhm, weird thing |
act
doesn't remove images properly when switching container architecture
Issue is stale and will be closed in 14 days unless there is new activity |
Act version
Expected behaviour
unless
--container-architecture
is specified, the architecture used by a run ofact
should be the host architecture (in my case, amd64)Actual behaviour
The architecture used by
act
is the--container-architecture
from the last timeact
was run with--container-architecture
Workflow and/or repository
workflow
Steps to reproduce
act
outputLog
The text was updated successfully, but these errors were encountered: