HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ic4l

no profile record

comments

ic4l
·3 ay önce·discuss
The Backblaze Restore Application does not work reliably when restoring a large number of files. On an M4 Mac, it repeatedly crashed and ended up in a non-recoverable state, forcing me to recover the files another way.

Some restore options also do not let you move data to their cloud for direct download, which makes it feel like they do not actually want users to fully download and recover all of their files.
ic4l
·9 ay önce·discuss
We tried this initially

  FROM mirror.gcr.io/{image_name}
We received

  failed to resolve source metadata for mirror.gcr.io/
So it looks like these services may not be true mirrors, and just functioning as a library proxy with a cache.

If you're image is not cached on one of these then you may be SOL.
ic4l
·9 ay önce·discuss
This broke our builds since we rely on several public Docker images, and by default, Docker uses docker.io.

Thankfully, AWS provides a docker.io mirror for those who can't wait:

  FROM public.ecr.aws/docker/library/{image_name}
In the error logs, the issue was mostly related to the authentication endpoint:

▪ https://auth.docker.io → "No server is available to handle this request"

After switching to the AWS mirror, everything built successfully without any issues.
ic4l
·7 yıl önce·discuss
Maybe mtgox?