ducktors / turborepo-remote-cache

Open source implementation of the Turborepo custom remote cache server.
https://ducktors.github.io/turborepo-remote-cache/
MIT License
1.01k stars 93 forks source link

Docker "latest" and default pull not working #389

Open smmccabe opened 3 months ago

smmccabe commented 3 months ago

This is related to the docker build, so hopefully this is still the right place to post this.

🐛 Bug Report

When attempting to pull either ducktors/turborepo-remote-cache or ducktors/turborepo-remote-cache:latest you get Error response from daemon: manifest for ducktors/turborepo-remote-cache:latest not found: manifest unknown: manifest unknown

If you try to pull a specific version like 2.1.1, then it works correctly. Up until recently the above commands used to work and they are the ones listed as examples on the docker hub page.

To Reproduce

Steps to reproduce the behavior:

docker pull ducktors/turborepo-remote-cache

Expected behavior

It should succeed and not error

Your Environment

fox1t commented 3 months ago

@smmccabe, thanks for reporting this. @matteovivona any clues?

matteovivona commented 2 months ago

@smmccabe did you try with ducktors/turborepo-remote-cache:2.2.1? unfortunately, the official docker action cannot push the latest on multi arch