Skip to content

Commit

Permalink
Add kine to the base installation
Browse files Browse the repository at this point in the history
We are using external kine so that we can share as much as code
between postgresql and sqlite and also between kubeadm and k3s.

Signed-off-by: Oz Tiram <[email protected]>
  • Loading branch information
oz123 committed Nov 28, 2023
1 parent e499803 commit 9440c59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ base-image:
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 && \
install marmot -o root -g root -m 755 /opt/spectrocloud/bin/ && \
rm -f marmot
rm -f marmot \
curl -sL https://github.com/k3s-io/kine/releases/download/v${KINE_VERSION}/kine-amd64 | install -m 755 /dev/stdin /opt/spectrocloud/bin/kine
END

IF [ "$OS_DISTRIBUTION" = "ubuntu" ] && [ "$ARCH" = "amd64" ]
Expand Down

0 comments on commit 9440c59

Please sign in to comment.