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: Do not pre-pull scratch image #1304

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

HofmeisterAn
Copy link
Collaborator

What does this PR do?

While building an image, Testcontainers for .NET pre-pulls base images. However, building an image from scratch fails because the image cannot be pulled (the name is reserved). This pull request skips pre-pulling the base image to address this issue.

Why is it important?

The change is necessary to allow developers building images that depend on scratch.

Related issues

@HofmeisterAn HofmeisterAn added the bug Something isn't working label Nov 20, 2024
Copy link

netlify bot commented Nov 20, 2024

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit 7f1bf1a
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/673e251146d6490008e06675
😎 Deploy Preview https://deploy-preview-1304--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@HofmeisterAn HofmeisterAn merged commit 37e5351 into develop Nov 20, 2024
103 checks passed
@HofmeisterAn HofmeisterAn deleted the bugfix/1303-do-not-pre-pull-scratch-image branch November 20, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Can't Build Image from Dockerfile with scratch Base Image
1 participant