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

feat: Pull dependent images from private registries while building an image #951

Conversation

benjaminangerer
Copy link
Contributor

What does this PR do?

Retrieves the dependent Docker images from the Dockerfile and pulls the images with the private registry authentication credentials.

Why is it important?

Building images from private registries in CI/CD is now possible.

Related issues

Benjamin Angerer added 2 commits July 21, 2023 15:40
@netlify
Copy link

netlify bot commented Jul 24, 2023

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit 053a9f5
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/64bff8b09057f10008e508e9
😎 Deploy Preview https://deploy-preview-951--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.

Copy link
Collaborator

@HofmeisterAn HofmeisterAn left a comment

Choose a reason for hiding this comment

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

I have made the updates to the PR and simplified the changes, just as I mentioned in my previous comment (review). Please let me know what you think.

@HofmeisterAn HofmeisterAn marked this pull request as ready for review July 26, 2023 15:12
@HofmeisterAn HofmeisterAn changed the title Pull from private registries feat: Pull dependent images from private registries while building an image Jul 28, 2023
@HofmeisterAn HofmeisterAn merged commit ad14e24 into testcontainers:develop Jul 28, 2023
9 checks passed
@HofmeisterAn HofmeisterAn added the enhancement New feature or request label Jul 28, 2023
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.

[Enhancement]: ImageFromDockerfileBuilder cannot pull from private registries
2 participants