Skip to content

Commit

Permalink
pre-cache bitflip binary
Browse files Browse the repository at this point in the history
  • Loading branch information
nurturenature committed Jun 30, 2024
1 parent 2ecd85a commit 64c8373
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jepsen-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ ENV ROOT_PASS=root
ADD ./root.password /jepsen/root.password
RUN passwd root < /jepsen/root.password

# pre-cache bitflip binary
RUN wget \
--no-verbose \
--force-directories \
-O "/tmp/jepsen/wget-cache/aHR0cHM6Ly9naXRodWIuY29tL2F5YmFidG1lL2JpdGZsaXAvcmVsZWFzZXMvZG93bmxvYWQvdjAuMi4wL2JpdGZsaXBfMC4yLjBfTGludXhfeDg2XzY0LnRhci5neg\=\=" \
https://github.com/aybabtme/bitflip/releases/download/v0.2.0/bitflip_0.2.0_Linux_x86_64.tar.gz

EXPOSE 22

ENTRYPOINT [ "/usr/local/bin/boot-debian-base" ]

0 comments on commit 64c8373

Please sign in to comment.