Skip to content

Commit

Permalink
upgrade nydus version to v2.3.0 in test
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Song <[email protected]>
  • Loading branch information
imeoer committed Oct 15, 2024
1 parent e69bf9b commit d507ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/snapshotter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.17.0 AS base

FROM base AS sourcer
ARG TARGETARCH
ARG NYDUS_VER=v2.2.5
ARG NYDUS_VER=v2.3.0

RUN apk add -q --no-cache curl && \
apk add -q --no-cache --upgrade grep && \
Expand Down
2 changes: 1 addition & 1 deletion tests/helpers/kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readonly root


KIND_VERSION=v0.23.0
NYDUS_VERSION=v2.2.5
NYDUS_VERSION=v2.3.0
DOCKER_USER=testuser
DOCKER_PASSWORD=testpassword
NAMESPACE=nydus-system
Expand Down

0 comments on commit d507ca6

Please sign in to comment.