8000 Tags · jonoirwinrsa/image-service · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jonoirwinrsa/image-service

Tags

v2.2.5-keepalive

Toggle v2.2.5-keepalive's commit message

v2.3.0-alpha.2

Toggle v2.3.0-alpha.2's commit message
fix: compatibility to image without ext table for blob cache

    There are scenes that cache file is smaller than expect size. Such as:

    1. Nydusd 1.6 generates cache file by prefetch, which is smaller than size in boot.
    2. Nydusd 2.2 generates cache file by prefetch, when image not provide ext blob tables.
    3. Nydusd not have enough time to fill cache for blob.

    Equality check for size is too much strict for both 1.6
    compatibility and 2.2 concurrency. This pr ensures blob size smaller
    or equal than expect size. It also truncates blob cache when smaller
    than expect size.

Signed-off-by: 泰友 <cuichengxu.ccx@antgroup.com>

v2.2.5-dedup

Toggle v2.2.5-dedup's commit message

v2.2.5

Toggle v2.2.5's commit message
feat: upgrade rust

    From 1.66 to 1.70

Signed-off-by: 泰友 <cuichengxu.ccx@antgroup.com>

v2.3.0-alpha.1

Toggle v2.3.0-alpha.1's commit message
action:use more images in benchmark

Include:
- python:3.10.7
- golang:1.19.3
- ruby:3.1.3
- amazoncorretto:8-al2022-jdk

Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>

v2.2.4

Toggle v2.2.4's commit message
smoke: add basic nydusify copy test

Signed-off-by: Yan Song <yansong.ys@antgroup.com>

v2.3.0-alpha.0

Toggle v2.3.0-alpha.0's commit message
storage: fix auth compatibility for registry backend

Signed-off-by: lihuahua123 <771725652@qq.com>

v2.2.3

Toggle v2.2.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
add --original-blob-ids args for merge

the default merge command is to get the name of the original
blob from the bootstrap name, and add a cli args for it

Signed-off-by: zyfjeff <zyfjeff@linux.alibaba.com>

v2.2.2

Toggle v2.2.2's commit message
nydus-image: add unit test for setting default compression algorithm

Signed-off-by: xwb1136021767 <1136021767@qq.com>

v2.1.6

Toggle v2.1.6's commit message
storage: refine the way to implement BlobIoChunk

Backport the new implementation of BlobIoChunk from master into v2.1.

Fixes: dragonflyoss#1198

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
0