embroede

Results 13 comments of embroede

Just to confirm, as of now Dragonfly does not support P2P/caching for S3 compliant storage backends, such as AWS S3?

Yep I definitely like the hard link approach. But I don't see why links need to exist in `` and in the output path. If the ` is on a...

It appears that in https://github.com/dragonflyoss/Dragonfly2/blob/main/client/daemon/storage/storage_manager.go#L454 the symlink is done as a fallback if the hard link fails, when using `io.d7y.storage.v2.advance`.

I just updated my comment above, as my `` wasn't in backticks, so was being hidden.

> I've retested with 2.5.3 and it still doesn't allow anonymously fetching the manifest for a public image (while succeeding when made-up Basic auth credentials are given). I am also...

I have seen this as well with IPv4, the same error message "first path segment in URL cannot contain colon" @gaius-qi @jim3ma

Here are some examples: https://cloud.sylabs.io/library/tjlhx253/default/tensorflow Or an image can be built from scratch by following the Singularity quick start guide here: https://docs.sylabs.io/guides/latest/user-guide/quick_start.html

@jim3ma @gaius-qi To clarify, what I'd like to know is: Why is it not sufficient to download the file to the dataDir, and then link (either hardlink or symlink) to...

It would be ideal to have the ability to specify a file path or environment variable name in values.yaml for the Redis and MySQL credentials. This would be a significant...