Added to base instead of extendend ver
This commit is contained in:
@@ -107,15 +107,15 @@ packages:
|
||||
sets:
|
||||
- packages:
|
||||
- alpine-base
|
||||
- mariadb
|
||||
- nginx
|
||||
- samba
|
||||
action: install
|
||||
|
||||
- packages:
|
||||
- nano
|
||||
- htop
|
||||
- nload
|
||||
- mariadb
|
||||
- nginx
|
||||
- samba
|
||||
action: install
|
||||
variants:
|
||||
- extended
|
||||
|
||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -43,7 +43,7 @@ pipeline {
|
||||
}
|
||||
// all the stages here will run in parallel
|
||||
stages {
|
||||
stage('Build') {
|
||||
stage("Build ${$ImgRelease} - ${ImgVariant}") {
|
||||
steps {
|
||||
// Build script
|
||||
sh '''sudo $WORKSPACE/distrobuilder build-lxc Alpine.yaml $WORKSPACE/REL/$ImgRelease-$ImgVariant/ -o image.release=$ImgRelease -o image.variant=$ImgVariant
|
||||
|
||||
Reference in New Issue
Block a user