Docker Image platform/installer issue
Hey there,
I am trying to pull the docker image for platform/installer. I have checked the repository and can see
{
"name" : "platform/installer",
"tags" : [ "8", "8.2", "8.2.8", "8.2.8-demo", "8.3", "8.3.5", "8.3.5-demo", "8.3.6", "8.4", "8.4.0", "8.4.1", "8.4.2", "8.4.3", "8.4.4", "8.4.4-demo", "8.4.5", "8.4.6", "8.5", "8.5.1", "8.5.2", "8.5.2-demo", "8.5.3", "8.5.4", "8.5.5", "8.5.6", "8.6", "8.6.0", "8.6.1", "8.6.2", "8.6.3", "8.6.4", "8.6.5", "8.7", "8.7.0", "8.7.1", "8.7.2", "8.7.3", "latest" ]
}However, pulling the image ends up with an error:
Hey there,
I am trying to pull the docker image for platform/installer. I have checked the repository and can see
{
"name" : "platform/installer",
"tags" : [ "8", "8.2", "8.2.8", "8.2.8-demo", "8.3", "8.3.5", "8.3.5-demo", "8.3.6", "8.4", "8.4.0", "8.4.1", "8.4.2", "8.4.3", "8.4.4", "8.4.4-demo", "8.4.5", "8.4.6", "8.5", "8.5.1", "8.5.2", "8.5.2-demo", "8.5.3", "8.5.4", "8.5.5", "8.5.6", "8.6", "8.6.0", "8.6.1", "8.6.2", "8.6.3", "8.6.4", "8.6.5", "8.7", "8.7.0", "8.7.1", "8.7.2", "8.7.3", "latest" ]
}However, pulling the image ends up with an error:
docker pull pega-docker.downloads.pega.com/platform/installer:8.7.3
8.7.3: Pulling from platform/installer
675920708c8b: Already exists
e87ed298108c: Already exists
04a47a1ad73e: Already exists
fbccbe1b7a50: Already exists
3ba794989156: Pulling fs layer
463e0f0a7629: Pulling fs layer
07ddfd7a7986: Pulling fs layer
240a4a6ace75: Waiting
58f2402911e2: Waiting
bfb3b1b3dbd8: Waiting
0bf3c5e83ee9: Waiting
1260571dd95d: Waiting
1d34cedaabb9: Waiting
14b0459f1cc0: Waiting
bd7b749adee5: Waiting
7db42e7a34f6: Waiting
06ec1eb45e5a: Waiting
2d215f61d424: Waiting
3a5623462f8d: Waiting
92dfb6718e27: Waiting
c6ce04d1c113: Waiting
9a5be8e9bf1d: Waiting
9b11647d01d3: Waiting
d6281ebd8da7: Waiting
f83b21aeb07b: Waiting
fd7566369e1e: Waiting
7f25c9087204: Waiting
d41d0ab0ec75: Waiting
4905dc0788c0: Waiting
96e3132277ad: Waiting
error pulling image configuration: download failed after attempts=1: unknown blobAny ideas how to resolve this?
Thanks,
Stephan
@StephanM Hi, Greetings. Can you please have a look at the manifest file to see if there are more than one blobs referenced? If yes, then, looking at logs whilst the image is being pulled to look for 404s will tell which blob is missing. Please see below article for more information.
https://jfrog.com/knowledge-base/artifactory-how-to-debug-unknown-blob-when-pulling-from-a-local-docker-repository/
Regards,
Bharat