From 23ff5d6408eab4ff0c894d9b39db002858ab9aff Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 15 Sep 2021 03:54:29 +0200 Subject: [PATCH] Updateded Readme and added openssh server to alpine --- CT-Build/Alpine.yaml | 1 + Readme.md | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CT-Build/Alpine.yaml b/CT-Build/Alpine.yaml index a23316a..0d52046 100644 --- a/CT-Build/Alpine.yaml +++ b/CT-Build/Alpine.yaml @@ -266,6 +266,7 @@ packages: action: install - packages: - nano + - openssh-server action: install variants: - default diff --git a/Readme.md b/Readme.md index 3440398..1604edb 100644 --- a/Readme.md +++ b/Readme.md @@ -9,11 +9,19 @@ This can be done on a Minimal debian CT (make sure to enable nesting) on the new 3. run `bash Scripts/FirstSetup.sh`, to genate the container images 4. upload the `Debian-imgbuilder.tar.xz` to the proxmox server and create a privileged container 5. Follow the steps under Container Setup > imgbuilder -6. +6. Upload the `Debian-Jenkins.tar.xz` to the proxmox server and create a container 7. Follow the steps under Container Setup > Jenkins # List of containers +| Name | Distro | Description | +|------|:------:|:-----------:| +| minimal | All | Minimal installed packages | +| default | All | ssh-server and nano packages | +| jenkins | Debian | Jenkins server | +| jenkinsBuilder | Debian | Basic node for Jenkins | +| imgbuilder | Debian | LXC template builder node for Jenkins | + # Container Setup ## imgbuilder