[GH-ISSUE #1367] docker images not complete #925

Closed
opened 2026-03-03 02:04:44 +03:00 by kerem · 2 comments
Owner

Originally created by @dislazy on GitHub (Feb 7, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1367

[root@XXX ~]# docker pull bitwardenrs/server:testing
Trying to pull repository docker.io/bitwardenrs/server ...
testing: Pulling from docker.io/bitwardenrs/server
6ec7b7d162b2: Already exists
4065a816fc92: Pulling fs layer
9561e83017d6: Pulling fs layer
470b918337e3: Pulling fs layer
ea083e1e387b: Waiting
39f3a1c871e5: Waiting
882868ed9dea: Waiting
63510ec32190: Waiting
error pulling image configuration: received unexpected HTTP status: 500 Internal Server Error

Originally created by @dislazy on GitHub (Feb 7, 2021). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1367 [root@XXX ~]# docker pull bitwardenrs/server:testing Trying to pull repository docker.io/bitwardenrs/server ... testing: Pulling from docker.io/bitwardenrs/server 6ec7b7d162b2: Already exists 4065a816fc92: Pulling fs layer 9561e83017d6: Pulling fs layer 470b918337e3: Pulling fs layer ea083e1e387b: Waiting 39f3a1c871e5: Waiting 882868ed9dea: Waiting 63510ec32190: Waiting error pulling image configuration: received unexpected HTTP status: 500 Internal Server Error
kerem closed this issue 2026-03-03 02:04:45 +03:00
Author
Owner

@jjlin commented on GitHub (Feb 7, 2021):

Works for me:

$ docker pull bitwardenrs/server:testing
testing: Pulling from bitwardenrs/server
a076a628af6f: Pull complete
1d25e452c1f2: Pull complete
1a3e8e8cf8e8: Pull complete
2331c5fc344d: Pull complete
5e6c68a1d4e0: Pull complete
b451faa48835: Pull complete
c6cf33363b56: Pull complete
4f3dfa1a981c: Pull complete
Digest: sha256:26de5f7bd4fa120f9c92d1d8c8cac45b104f76f4d7cc79b8089defa78d084fc5
Status: Downloaded newer image for bitwardenrs/server:testing
docker.io/bitwardenrs/server:testing

You're not getting the current layers either, so maybe you have some kind of caching or something else in between you and Docker Hub.

<!-- gh-comment-id:774597066 --> @jjlin commented on GitHub (Feb 7, 2021): Works for me: ``` $ docker pull bitwardenrs/server:testing testing: Pulling from bitwardenrs/server a076a628af6f: Pull complete 1d25e452c1f2: Pull complete 1a3e8e8cf8e8: Pull complete 2331c5fc344d: Pull complete 5e6c68a1d4e0: Pull complete b451faa48835: Pull complete c6cf33363b56: Pull complete 4f3dfa1a981c: Pull complete Digest: sha256:26de5f7bd4fa120f9c92d1d8c8cac45b104f76f4d7cc79b8089defa78d084fc5 Status: Downloaded newer image for bitwardenrs/server:testing docker.io/bitwardenrs/server:testing ``` You're not getting the current layers either, so maybe you have some kind of caching or something else in between you and Docker Hub.
Author
Owner

@BlackDex commented on GitHub (Feb 7, 2021):

Or you are hitting the docker pull limit somewhere?

<!-- gh-comment-id:774627272 --> @BlackDex commented on GitHub (Feb 7, 2021): Or you are hitting the docker pull limit somewhere?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#925
No description provided.