Skip to content

Commit 92d657f

Browse files
thaJeztahjsternberg
authored andcommitted
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 <github@gone.nl> (cherry picked from commit b3f79c2)
1 parent 281567c commit 92d657f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎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)