mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Use 2.80 version in dockerfile
parent
b031229d01
commit
6f1722fe31
|
@ -14,7 +14,7 @@ We will use 2 servers. Server 1 will host master, 2x volumes (2 disks, one volum
|
||||||
# todo: use 2 step build process, copy over weed binary to fresh container (do not need curl and tar at runtime)
|
# todo: use 2 step build process, copy over weed binary to fresh container (do not need curl and tar at runtime)
|
||||||
FROM alpine
|
FROM alpine
|
||||||
RUN apk update && apk add wget tar
|
RUN apk update && apk add wget tar
|
||||||
RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.79/linux_amd64_large_disk.tar.gz
|
RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.80/linux_amd64_large_disk.tar.gz
|
||||||
RUN tar -xf linux_amd64_large_disk.tar.gz
|
RUN tar -xf linux_amd64_large_disk.tar.gz
|
||||||
RUN chmod +x weed
|
RUN chmod +x weed
|
||||||
RUN mv weed /usr/bin/
|
RUN mv weed /usr/bin/
|
||||||
|
|
Loading…
Reference in a new issue