Use buster instead of alpine python image
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -1,16 +1,17 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'vato.ddns.net:8083/python:alpine'
|
image 'vato.ddns.net:8083/python:buster'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
dir('python') {
|
dir(path: 'python') {
|
||||||
sh 'python setup.py bdist_wheel'
|
sh 'python setup.py bdist_wheel'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user