Skip to content

Commit bce34a6

Browse files
author
Changwei Ge
committed
nydus: bump nydus versions in Dockerfile and doc
Nydus has released more stable versions Signed-off-by: Changwei Ge <[email protected]>
1 parent 483e877 commit bce34a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG CNI_VERSION=v1.2.0
1010
ARG STARGZ_SNAPSHOTTER_VERSION=v0.14.3
1111
ARG NERDCTL_VERSION=v1.3.0
1212
ARG DNSNAME_VERSION=v1.3.1
13-
ARG NYDUS_VERSION=v2.1.0
13+
ARG NYDUS_VERSION=v2.1.6
1414
ARG MINIO_VERSION=RELEASE.2022-05-03T20-36-08Z
1515
ARG MINIO_MC_VERSION=RELEASE.2022-05-04T06-07-55Z
1616
ARG AZURITE_VERSION=3.18.0

docs/nydus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ go build -tags=nydus -o ./bin/buildkitd ./cmd/buildkitd
1616

1717
### Building Nydus with BuildKit
1818

19-
Download `nydus-image` binary from [nydus release page](https://github.com/dragonflyoss/image-service/releases) (require v2.1.0 or higher), then put the `nydus-image` binary path into $PATH or specifying it on `NYDUS_BUILDER` environment variable for buildkitd:
19+
Download `nydus-image` binary from [nydus release page](https://github.com/dragonflyoss/image-service/releases) (require v2.1.6 or higher), then put the `nydus-image` binary path into $PATH or specifying it on `NYDUS_BUILDER` environment variable for buildkitd:
2020

2121
```
2222
env NYDUS_BUILDER=/path/to/nydus-image buildkitd ...

0 commit comments

Comments
 (0)