You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I try and pull the image reported by the SDK I get:
$ docker pull docker.io/library/alpine@sha256:28f6e27057430ed2a40dbdd50d2736a3f0a295924016e294938110eeb8439818
Error response from daemon: received unexpected HTTP status: 500 Internal Server Error
So I am unable to inspect the potential differences with the CLI.
Steps to reproduce:
CLI
docker pull docker.io/library/alpine:latest
latest: Pulling from library/alpine
Digest: sha256:a75afd8b57e7f34e4dad8d65e2c7ba2e1975c795ce1ee22fa34f8cf46f96a3be
Status: Image is up to date for alpine:latest
docker.io/library/alpine:latest
I get two different sha256 digests when pulling
docker.io/library/alpine:latest
When using CLI I get
sha256:a75afd8b57e7f34e4dad8d65e2c7ba2e1975c795ce1ee22fa34f8cf46f96a3be
When using the SDK I get
sha256:28f6e27057430ed2a40dbdd50d2736a3f0a295924016e294938110eeb8439818
I thought it may be related to: docker/hub-feedback#1925
But when I try and pull the image reported by the SDK I get:
So I am unable to inspect the potential differences with the CLI.
Steps to reproduce:
CLI
SDK
OS, python, docker info:
The text was updated successfully, but these errors were encountered: