Skip to content

Commit

Permalink
action: bump nydus v2.1.5
Browse files Browse the repository at this point in the history
To bring some fixups for nydus-image binary.

Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
  • Loading branch information
imeoer committed Mar 15, 2023
1 parent 0aa8027 commit bf78872
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Test Nydus Driver
run: |
NYDUS_VERSION=v2.1.0
NYDUS_VERSION=v2.1.5
# Download nydus components
wget /~https://github.com/dragonflyoss/image-service/releases/download/$NYDUS_VERSION/nydus-static-$NYDUS_VERSION-linux-amd64.tgz
Expand Down
4 changes: 2 additions & 2 deletions script/release/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM golang:1.18.7 AS build

ARG CONTAINERD_VERSION=1.5.7
ARG NYDUS_VERSION=v2.1.0
ARG NYDUS_VERSION=v2.1.5

ARG CONTAINERD_LINUX_AMD64_SHA256SUM="109fc95b86382065ea668005c376360ddcd8c4ec413e7abe220ae9f461e0e173"
ARG NYDUS_LINUX_AMD64_SHA256SUM="3f31f9398bd0a21512310b4d52fa6976b7d959ba4a13d7a3615f6efeb2c04fed"
ARG NYDUS_LINUX_AMD64_SHA256SUM="b7e4092d4db33f0bfe6cd8c67d59ccb393ab5d02db7140894297aa23fe9dad3d"

# Install acceld
COPY ./ /accel
Expand Down

0 comments on commit bf78872

Please sign in to comment.