diff --git a/image_builder/build.Jenkinsfile b/image_builder/build.Jenkinsfile index 4996a5ee..3f6b151d 100644 --- a/image_builder/build.Jenkinsfile +++ b/image_builder/build.Jenkinsfile @@ -24,7 +24,7 @@ pipeline { } stage('Resize FS') { environment { - SIZE = '8G' + SIZE = '7G' } steps { sh "$WORKSPACE/image_builder/image_config.sh resize_fs $SIZE ${params.BUILD_DIR} ${params.IMAGE_NAME}"