containerd / nydus-snapshotter

A containerd snapshotter with data deduplication and lazy loading in P2P fashion
https://nydus.dev/
Apache License 2.0
156 stars 88 forks source link

release: get latest nydusd version from Github API #561

Closed adamqqqplay closed 7 months ago

adamqqqplay commented 7 months ago

In our released nydus-snapshotter images, the nydusd version is always v2.1.5, and this patch fixes that.

adamqqqplay commented 7 months ago

I haven't found a way to test the modified release.yml yet. I wonder if the maintainer has a better way to test it. Thanks in advance!

sctb512 commented 7 months ago

I haven't found a way to test the modified release.yml yet. I wonder if the maintainer has a better way to test it. Thanks in advance!

Maybe you can push a tag to your own repository.

adamqqqplay commented 7 months ago

@sctb512 @imeoer The image build was successful at: ghcr.io/adamqqqplay/nydus-snapshotter:v0.0.2, which includes the v2.2.4 nydusd version.