overlaybd icon indicating copy to clipboard operation
overlaybd copied to clipboard

Overlaybd: a block based remote image format. The storage backend of containerd/accelerated-container-image.

Results 37 overlaybd issues
Sort by recently updated
recently updated
newest added

I think there are severval aspects to consider for Windows containers: 1. **porting overlaybd** - Windows container in Linux host: overlaybd should work out-of-box, by passing through the virtual block...

I'm developing on ARM64, and I run into these errors, I was wondering if I could get some help with. ``` c++: error: unrecognized command-line option ‘-mcrc32’ c++: error: unrecognized...

Since [dadi-p2p](https://github.com/data-accelerator/dadi-p2proxy) has been open-sourced several months. It's time to let overlaybd support lazy loading in dadi-p2p.

enhancement

Can you monitor the local cache percentage of an image?

How to clear the local layer cache ? Can I delete the cached files in the ’registryCacheDir‘ directory directly? Is the relevant information stored in the memory?

Hello, I was having issues authenticating with ACR. I looked at the code and noticed it uses the basic auth flow w/ GET request. For ACR, we use the POST...

When using [overlaybd-0.5.0-1.x86_64.deb](https://github.com/containerd/overlaybd/releases/download/v0.5.0/overlaybd-0.5.0-1.x86_64.deb), running on a Ubuntu 18.04 host will result `GLIBC_2.28' not found`. In our environment, it's not flexible to upgrade node image version but we still need to...

### What happened in your environment? I tried to pull an image from registry.fly.io I am unable to make an HTTPS request over TLS to https://registry.fly.io, because it requires SNI....

bug

### What is the version of your Overlaybd 0.6.17 ### What would you like to be added? Upgrade the TLS version to 1.2+. We found that overlaybd is using TLS...

enhancement

My understanding is as follows. DADI's p2proxy supports downloading back to the source(image registry). For example, vm2 sends a layer block request to vm1, if vm1 has no the block,...