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

fix bug where base image is cached #31

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

dragonfleas
Copy link
Collaborator

this ensures that base images referenced in the docker file are always pulled and never used from cache, which ensures you get the latest version. This was causing a deprecation failure cascade bug in our actions runner controller cluster.

this ensures that base images referenced in the docker file are always pulled and never used from cache, which ensures you get the latest version. This was causing a deprecation failure cascade bug in our actions runner controller cluster.
@dragonfleas dragonfleas changed the title fix incorrect base image fix bug where base image is cached Sep 16, 2024
@dragonfleas dragonfleas merged commit aad7c10 into main Sep 16, 2024
3 checks passed
@dragonfleas dragonfleas deleted the ensure-base-images-always-pulled branch September 16, 2024 22:54
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.

2 participants