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

Pull runner image only if not already present #142

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

Taucher2003
Copy link
Owner

If the image is already present, we can skip the pull step because we use versioned images that don't change and don't need to be re-pulled regularly. Therefore we can benefit from a small performance improvement by skipping the pull if the image is already present.

Closes #141

@Taucher2003 Taucher2003 added the enhancement New feature or request label Mar 10, 2025
@Taucher2003 Taucher2003 self-assigned this Mar 10, 2025
If the image is already present, we can skip the pull step
because we use versioned images that don't change and don't
need to be re-pulled regularly. Therefore we can benefit from
a small performance improvement by skipping the pull if the
image is already present.
@Taucher2003 Taucher2003 force-pushed the clone-runner-only-if-not-present branch from cd17649 to 2463845 Compare March 10, 2025 18:43
@Taucher2003 Taucher2003 merged commit ca7e2c1 into master Mar 10, 2025
8 checks passed
@Taucher2003 Taucher2003 deleted the clone-runner-only-if-not-present branch March 10, 2025 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pull runner image only if not already present
1 participant