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 custom base image #48

Open
xomgc3 opened this issue Jun 3, 2024 · 0 comments
Open

Allow custom base image #48

xomgc3 opened this issue Jun 3, 2024 · 0 comments

Comments

@xomgc3
Copy link

xomgc3 commented Jun 3, 2024

Because the base image for the Dockerfile is on docker.io, we run into rate-limiting issues when using this action across our organization. We have locally-hosted runners.

Adding a build argument for the base image would allow us to use a pull-through cache to avoid the rate-limits.

ARG BASE_IMAGE=alpine

FROM ${BASE_IMAGE}:3.20.0
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

No branches or pull requests

1 participant