Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.15.2
Description
Pulling from 'mcr.microsoft.com' via a proxy repository results in a 403, whilst pulling directly from 'mcr.microsoft.com' does not:
pull directly:
docker pull mcr.microsoft.com/powershell:6.1.2-centos-7
6.1.2-centos-7: Pulling from powershell
a02a4930cb5d: Already exists
4044620d387b: Pull complete
e2ccf76d7aff: Pull complete
Digest: sha256:e51d267ccb4caddabe411c194949f390e8762d7e765ceac9bfd8569615a3ad45
Status: Downloaded newer image for mcr.microsoft.com/powershell:6.1.2-centos-7
pulling via proxy repo (remote URL set to: https://mcr.microsoft.com):
$ docker pull nexus3:8085/powershell:6.1.2-centos-7 6.1.2-centos-7: Pulling from powershell a02a4930cb5d: Already exists 4044620d387b: Pulling fs layer e2ccf76d7aff: Pulling fs layer error pulling image configuration: unauthorized: access to the requested resource is not authorized
Expected:
Pulling via proxy repo should behave in the same way as pulling directly from mcr.microsoft.com.
Attachments
Issue Links
- is related to
-
NEXUS-19120 add support for proxying docker images with foreign layers
-
- Closed
-