Skip to content

Commit

Permalink
chore: use 0.8.7-beta.1 marmot release
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <[email protected]>
  • Loading branch information
TylerGillson committed Nov 7, 2023
1 parent 7e3f355 commit 5efa2fe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ARG no_proxy=${NO_PROXY}
ARG PROXY_CERT_PATH
ARG UPDATE_KERNEL=false
ARG TWO_NODE=false
ARG MARMOT_VERSION=0.8.6
ARG MARMOT_VERSION=0.8.7-beta.1

ARG ETCD_VERSION="v3.5.5"

Expand Down Expand Up @@ -238,9 +238,7 @@ base-image:

IF $TWO_NODE
RUN mkdir -p /opt/spectrocloud/bin && \
# curl -sL https://github.com/maxpert/marmot/releases/download/v"${MARMOT_VERSION}"/marmot-v"${MARMOT_VERSION}"-linux-amd64-static.tar.gz | tar -zxv marmot && \
# TODO: remove this hack once https://github.com/maxpert/marmot/pull/86 is merged
curl -sL https://github.com/TylerGillson/marmot/raw/master/marmot -o marmot && \
curl -sL https://github.com/maxpert/marmot/releases/download/v"${MARMOT_VERSION}"/marmot-v"${MARMOT_VERSION}"-linux-amd64-static.tar.gz | tar -zxv marmot && \
install marmot -o root -g root -m 755 /opt/spectrocloud/bin/ && \
rm -f marmot
END
Expand Down

0 comments on commit 5efa2fe

Please sign in to comment.