-
For instance,
For the image `registry.hub.docker.com/library/redis:6.2.1` which originally has 6 layers, when I converted it, produced a new image with 7 layers.
Original manifest (6 layers):
…
-
notice recently overlaybd was merged by this PR the https://github.com/containerd/nerdctl/pull/603, and the code looks ugly and lack of design, I think it's time to consider a generic way to handle r…
-
The existing lazy pulling image formats are filesystem-based. However, implementing a **POSIX-complaint** file system interface and exposing it via the OS kernel is complex. And underlay filesystem su…
-
I follow the instructions on https://github.com/alibaba/accelerated-container-image/blob/main/docs/EXAMPLES.md
However, I got this error:
```
➜ accelerated-container-image git:(main) sudo bin/ct…
mc256 updated
2 years ago
-
Hi,
I have been following the documentation to convert an OCI image to overlaybd friendly image based on https://github.com/alibaba/accelerated-container-image/blob/main/docs/EXAMPLES.md#convert-oc…
-
I inspected the sample image provided in https://github.com/alibaba/accelerated-container-image/blob/main/docs/EXAMPLES.md#ondemand-pulling-image and noticed one layer at the end was marked as "accele…
-
Reproduce:
1. create container
`ctr -n k8s.io run --runtime io.containerd.runc.v2 -t -d --snapshotter=overlaybd $dadi_image test_dadi bash`
2. after reboot the host, start the container
`ctr -n …
-
层缓存指的是:不同镜像中某些层内容一样,在机器上共用该层,只需要下载一次
问题:将这些镜像转换为DADI镜像,相同内容的层还可以共用本地缓存吗
e.g:
镜像A 层包括: a b c 镜像B 层包括:c d f 镜像A和镜像B层sha256内容一致
镜像A和镜像B转换加速镜像后
在同一台机器上,加速镜像A下载完成后,下载加速镜像B时,还需要下载层c吗
-
For pr #69 brought in new dependences and resulted compile error. New dependences should be added to sector `Build From Source` of README.md.
-
I got the following error
2021/10/16 09:36:48|ERROR|th=00007F37082BB840|image_service.cpp:75|parse_blob_url:invalid blob url: `https://bindueastus2.azurecr.io/v2/redis/blobs/sha256:e698e83992b0cb62…