Added to base instead of extendend ver

This commit is contained in:
2021-02-19 03:57:11 +01:00
parent 41eb5196fb
commit 53e0b60696
2 changed files with 4 additions and 4 deletions

View File

@@ -107,15 +107,15 @@ packages:
sets: sets:
- packages: - packages:
- alpine-base - alpine-base
- mariadb
- nginx
- samba
action: install action: install
- packages: - packages:
- nano - nano
- htop - htop
- nload - nload
- mariadb
- nginx
- samba
action: install action: install
variants: variants:
- extended - extended

2
Jenkinsfile vendored
View File

@@ -43,7 +43,7 @@ pipeline {
} }
// all the stages here will run in parallel // all the stages here will run in parallel
stages { stages {
stage('Build') { stage("Build ${$ImgRelease} - ${ImgVariant}") {
steps { steps {
// Build script // Build script
sh '''sudo $WORKSPACE/distrobuilder build-lxc Alpine.yaml $WORKSPACE/REL/$ImgRelease-$ImgVariant/ -o image.release=$ImgRelease -o image.variant=$ImgVariant sh '''sudo $WORKSPACE/distrobuilder build-lxc Alpine.yaml $WORKSPACE/REL/$ImgRelease-$ImgVariant/ -o image.release=$ImgRelease -o image.variant=$ImgVariant