summaryrefslogtreecommitdiff
path: root/worker.vmdb
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-18 09:35:08 +0300
committerLars Wirzenius <liw@liw.fi>2020-04-18 09:35:08 +0300
commitb653961a50cc3ab45f2a3e121c15bb0683c36e44 (patch)
treeb5341b67e13ef2b2c2f87634387a38fa00715902 /worker.vmdb
parentb8cb127cdd6dc942ab0e518785926f39475f9d64 (diff)
downloadick-contractor-b653961a50cc3ab45f2a3e121c15bb0683c36e44.tar.gz
Change: unify VM image specifications
Diffstat (limited to 'worker.vmdb')
-rw-r--r--worker.vmdb7
1 files changed, 5 insertions, 2 deletions
diff --git a/worker.vmdb b/worker.vmdb
index 56218ae..264f7b8 100644
--- a/worker.vmdb
+++ b/worker.vmdb
@@ -1,5 +1,3 @@
-# An image for running the Ick contractor inner VM.
-
steps:
- mkimg: "{{ output }}"
size: 4G
@@ -20,6 +18,8 @@ steps:
- mount: /
+ - virtual-filesystems: /
+
- unpack-rootfs: /
- debootstrap: buster
@@ -30,7 +30,10 @@ steps:
- apt: install
packages:
- linux-image-amd64
+ - locales-all
+ - openssh-server
- python3
+ - sudo
tag: /
unless: rootfs_unpacked