Official CentOS image problems with tags

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?

Please share your docker-compose.yml or the exact command that uses the tag. I am asking, because a simple docker pull centos:centos7.7.1908 works without any problems…
Are you pulling the image thru a private registry that acts as a pull thru cache?