bluesky-social / pds

Bluesky PDS (Personal Data Server) container image, compose file, and documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker update error pds

T0biii opened this issue · comments

the "containrrr/watchtower" gives me the following error:

Could not do a head request for "ghcr.io/bluesky-social/pds:latest", falling back to regular pull.
Reason: registry responded to head request with "404 Not Found", auth: "not present"
Unable to update container "/pds": Error response from daemon: manifest unknown. Proceeding to next.

if i try:
docker compose pull
i get this error:
Error response from daemon: manifest unknown

I can confirm, when running sudo docker pull ghcr.io/bluesky-social/pds:latest, the followin happens:
Error response from daemon: manifest unknown

Regards,

Error is still occurring as of 6pm CST last night (Feb 18 2024)

A workaround would be to provide the specific hash/version we'd want to run, but it's going to be really impractical to edit the init files on each update..

docker pull ghcr.io/bluesky-social/pds:sha-2a31e98c86f2ba5ef2c864296fdda8e736732825

(from https://github.com/bluesky-social/pds/pkgs/container/pds)

edit: grammar & add pkgs link

A new update is coming with support for the production network and a pdsadmin helper CLI, please let us know if there are any issues after this has been pushed. Thank you!

Hello,

I still encounter the issue, even with the latest published image ~1h ago:

$ sudo docker pull ghcr.io/bluesky-social/pds:latest
Error response from daemon: manifest unknown

fixed! thanks