shuaichang
shuaichang
### Issue description Encountered panic, seems len(data) can be less then 1 but was not checked? ```golang // Ok Packet // http://dev.mysql.com/doc/internals/en/generic-response-packets.html#packet-OK_Packet func (mc *mysqlConn) handleOkPacket(data []byte) error { var...
When using OverlayBD in production we will need to monitor the healthiness of OverlayBD components using popular cloud native instrumentation toolings. A similar issue was brought up here: https://github.com/containerd/overlaybd/issues/101 There...
TLDR: we'd love to request for feasibility of adding DADI blobs as part of the original OCIV1 image Use cases: 1. Easier management of a single image for both accelerated...
Is it possible to just build the image from Dockerfile instead of doing image conversion?
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...
We got 400 Bad request returned by S3 complaining token expired when accessing S3 with the presigned URL due to S3 token expired due to ec2RoleProvider default expiryWindow to be...
### What happened in your environment? Hi, We are seeing some Java application cannot load class errors including failed to unzip jars. It's not 100% reproducible and we seemed only...
### What happened in your environment? We found a potential overlaybd bug that it returned incorrect data during networking was down. This could lead to application failures, in our case...
### What is the version of your Accelerated Container Image _No response_ ### What would you like to be added? Overlaydb is great at accelerating container image pulling and we've...
Current trace based prefetch happens at build time that requires running a dummy container using the image, adding an accelerated layer and push to a new image. This approach makes...