Skip to content

Commit

Permalink
Merge pull request #620 from imeoer/test-bump-nydus-v2.3.0
Browse files Browse the repository at this point in the history
upgrade nydus version to v2.3.0 in test
  • Loading branch information
imeoer authored Oct 15, 2024
2 parents e69bf9b + d507ca6 commit 8ec7897
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 8ec7897

Please sign in to comment.