Skip to content

Commit

Permalink
Merge pull request #54 from imeoer/prepare-v0.1.1-release
Browse files Browse the repository at this point in the history
release: prepare for v0.1.1
  • Loading branch information
liubogithub authored Sep 20, 2022
2 parents 6fe8736 + 4f639b3 commit 56fa3d4
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 @@ -44,7 +44,7 @@ jobs:
- name: Test Nydus Driver
run: |
NYDUS_VERSION=v2.0.1
NYDUS_VERSION=v2.1.0-rc.3
# 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.17.7 AS build

ARG CONTAINERD_VERSION=1.5.7
ARG NYDUS_VERSION=v2.0.1
ARG NYDUS_VERSION=v2.1.0-rc.3

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

# Install acceld
COPY ./ /accel
Expand Down

0 comments on commit 56fa3d4

Please sign in to comment.