Skip to content

Tags: aochagavia/nydus

Tags

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 <[email protected]>

v2.2.4

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

Signed-off-by: Yan Song <[email protected]>

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 <[email protected]>

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 <[email protected]>

v2.2.2

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

Signed-off-by: xwb1136021767 <[email protected]>

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 <[email protected]>

v2.2.1

Toggle v2.2.1's commit message
action: fix smoke test for branch pattern

To match `master` and `stable/*` branches at least.

Signed-off-by: Yan Song <[email protected]>

v2.1.5

Toggle v2.1.5's commit message
builder: support `--parent-bootstrap` for merge

This option allows merging multiple bootstraps of upper layer with
the bootstrap of a parent image, so that we can implement container
commit operation for nydus image.

Signed-off-by: Yan Song <[email protected]>

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dragonflyoss#1122 from imeoer/prepare-v2.2-release

dep: prepare for v2.2 release

v2.2.0-rc.3

Toggle v2.2.0-rc.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dragonflyoss#1107 from jiangliu/service-macos-unus…

…ed.patch

service: fix a unused variable warning on macos