Skip to content

Commit b3f79c2

Browse files
committed
Dockerfile: update download URL for nydus snapshotter
The repository was renamed to https://github.com/dragonflyoss/nydus, and while GitHub does provide redirects, their services have been a bit flaky recently so sometimes the redirects would fail. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 31072ad commit b3f79c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ ARG NYDUS_VERSION
316316
ARG TARGETOS
317317
ARG TARGETARCH
318318
SHELL ["/bin/bash", "-c"]
319-
RUN wget https://github.com/dragonflyoss/image-service/releases/download/$NYDUS_VERSION/nydus-static-$NYDUS_VERSION-$TARGETOS-$TARGETARCH.tgz
319+
RUN wget https://github.com/dragonflyoss/nydus/releases/download/$NYDUS_VERSION/nydus-static-$NYDUS_VERSION-$TARGETOS-$TARGETARCH.tgz
320320
RUN mkdir -p /out/nydus-static && tar xzvf nydus-static-$NYDUS_VERSION-$TARGETOS-$TARGETARCH.tgz -C /out
321321

322322
FROM gobuild-base AS gotestsum

0 commit comments

Comments
 (0)