Skip to content

Commit

Permalink
chore: update nydus version to v2.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
  • Loading branch information
Desiki-high committed Oct 9, 2023
1 parent 63fa913 commit ad25ac7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/concurrent-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
GO_VERSION: 1.18
HARBOR_VERSION: 2.8.4
NYDUS_VERSION: 2.1.6
NYDUS_VERSION: 2.2.3

jobs:
concurrent_test_same:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
GO_VERSION: 1.18
HARBOR_VERSION: 2.8.4
NYDUS_VERSION: 2.1.6
NYDUS_VERSION: 2.2.3
OCI_IMAGE_NAME: redis

jobs:
Expand Down
4 changes: 2 additions & 2 deletions script/release/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM golang:1.18.7 AS build

ARG NYDUS_VERSION=v2.1.6
ARG NYDUS_VERSION=v2.2.3

ARG NYDUS_LINUX_AMD64_SHA256SUM="45c3c4294863725df2597a722767803db8250777fd3c3b85c1f7c29ecc2674be"
ARG NYDUS_LINUX_AMD64_SHA256SUM="80b6e86f30a6f61958a878b705c5e36c7312cf0816e51c1e5e5f309931e28813"

# Install acceld
COPY ./ /accel
Expand Down

0 comments on commit ad25ac7

Please sign in to comment.