mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #1367] docker images not complete #925
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#925
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@jjlin commented on GitHub (Feb 7, 2021):
Works for me:
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.
@BlackDex commented on GitHub (Feb 7, 2021):
Or you are hitting the docker pull limit somewhere?