From bc2fe4602320cb2b73c4e204d200089b913fd641 Mon Sep 17 00:00:00 2001 From: Lars Date: Sun, 14 Feb 2021 00:43:21 +0100 Subject: [PATCH] add git to cloud-init Signed-off-by: Lars --- cloud-config.txt | 1 + docs/bootstrap/cloud-config.tpl | 1 + 2 files changed, 2 insertions(+) diff --git a/cloud-config.txt b/cloud-config.txt index 840c157..eb43b6d 100644 --- a/cloud-config.txt +++ b/cloud-config.txt @@ -7,6 +7,7 @@ package_update: true packages: - runc + - git runcmd: - curl -sLSf https://github.com/containerd/containerd/releases/download/v1.3.5/containerd-1.3.5-linux-amd64.tar.gz > /tmp/containerd.tar.gz && tar -xvf /tmp/containerd.tar.gz -C /usr/local/bin/ --strip-components=1 diff --git a/docs/bootstrap/cloud-config.tpl b/docs/bootstrap/cloud-config.tpl index aaabf9d..3196f41 100644 --- a/docs/bootstrap/cloud-config.tpl +++ b/docs/bootstrap/cloud-config.tpl @@ -7,6 +7,7 @@ package_update: true packages: - runc + - git runcmd: - curl -sLSf https://github.com/containerd/containerd/releases/download/v1.3.5/containerd-1.3.5-linux-amd64.tar.gz > /tmp/containerd.tar.gz && tar -xvf /tmp/containerd.tar.gz -C /usr/local/bin/ --strip-components=1