Updateded Readme and added openssh server to alpine
This commit is contained in:
@@ -266,6 +266,7 @@ packages:
|
|||||||
action: install
|
action: install
|
||||||
- packages:
|
- packages:
|
||||||
- nano
|
- nano
|
||||||
|
- openssh-server
|
||||||
action: install
|
action: install
|
||||||
variants:
|
variants:
|
||||||
- default
|
- default
|
||||||
|
|||||||
10
Readme.md
10
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
|
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
|
4. upload the `Debian-imgbuilder.tar.xz` to the proxmox server and create a privileged container
|
||||||
5. Follow the steps under Container Setup > imgbuilder
|
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
|
7. Follow the steps under Container Setup > Jenkins
|
||||||
|
|
||||||
# List of containers
|
# 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
|
# Container Setup
|
||||||
## imgbuilder
|
## imgbuilder
|
||||||
|
|||||||
Reference in New Issue
Block a user