I’m trying to build my image using the https://hub.docker.com/_/centos, but when specifying the 7.7 or 7.8 tags i receive one of the following errors:
ERROR: Service ‘os’ failed to build: pull access denied for centos7.7.1908, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied
ERROR: Service ‘os’ failed to build: manifest for centos:7.7 not found: manifest unknown: manifest unknown
If i’m using latest or just the major version, it works. Any ideas?