Some images on Docker Hub require the acknowledgement of the terms and conditions. This prevents CI/CD pipelines and other automated build systems to pull the image with the error message: error building image: GET https://index.docker.io/v2/store/… : UNAUTHORIZED: authentication required; [map[Action:pull Class: Name:store/… Type:repository]] To solve the problem, we can manually pull the image to our workstation, …
Continue reading “How to copy an image from Docker Hub to your Docker Registry”