Closed mdelapenya closed 1 month ago
Name | Link |
---|---|
Latest commit | f4d36c439e70747d3a69a3fa4ced46505dd678ed |
Latest deploy log | https://app.netlify.com/sites/testcontainers-go/deploys/6718cfcebe959100083f633c |
Deploy Preview | https://deploy-preview-2846--testcontainers-go.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Oh if the concern is about *.io going away what about https://index.docker.io/v1/?
Oh if the concern is about *.io going away what about https://index.docker.io/v1/?
No, because that's the correct index for the registry (Docker Hub)
What does this PR do?
This PR removes all the prefixes for
docker.io
from the images used in 1) tests for the library, 2) modulesWhy is it important?
It's better to ask for "nginx:latest" and let the engine deal with the image references than to enforce an invalid docker registry.
If we wanted to be explicit about official images, we should have used
https://index.docker.io/v1/library/nginx:latest
instead.It also removes a bug when using Docker Desktop, as it considered those images were not accessible for the already used docker credentials.