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

Allow overriding container image #44

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

relu
Copy link

@relu relu commented Oct 14, 2024

Fixes #42

Not sure if the built dist files should be included in the PR or not. Let me know and I can remove them if needed.

@@ -1,399 +1,1656 @@
lockfileVersion: '6.0'
lockfileVersion: '9.0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably this should be a separate PR?

@@ -49,6 +51,7 @@ Options:
--cache-map The map of actions source paths to container destination paths or mount arguments
--scratch-dir Where the action is stores some temporary files for its processing. Default: 'scratch'
--skip-extraction Skip the extraction of the cache from the docker container
--container-image The container image to use for injecting and extracting the cache. Default: 'busybox:1'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about calling this --utility-image?

@AkihiroSuda
Copy link
Member

Fixes #42

Alternatively we may consider just using https://github.com/containerd/containerd/pkgs/container/busybox to avoid the Docker Hub rate limit?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Customizable busybox image
2 participants