Bumped to use Alpine Linux 3.13.0
This commit is contained in:
parent
5c9d27188c
commit
6b306d2a8a
@ -4,7 +4,7 @@
|
||||
# PLEASE DO NOT EDIT IT DIRECTLY.
|
||||
#
|
||||
|
||||
FROM harbor.ervine.dev/library/x86_64/alpine/alpine-3.12
|
||||
FROM harbor.ervine.dev/library/x86_64/alpine/alpine-3.13
|
||||
|
||||
# dependencies required for running "phpize"
|
||||
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
|
||||
|
||||
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -27,8 +27,11 @@ spec:
|
||||
stage('Build with Kaniko') {
|
||||
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-php.git', credentialsId: 'jenkins-to-git'
|
||||
container('kaniko') {
|
||||
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/library/x86_64/alpine/php-source:latest --destination=harbor.ervine.dev/library/x86_64/alpine/php-source:3.12.0'
|
||||
}
|
||||
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine/php-source:latest --destination=harbor.ervine.dev/public/x86_64/alpine/php-source:3.13.0'
|
||||
}
|
||||
}
|
||||
stage('Notify gchat') {
|
||||
hangoutsNotify message: "PHP on Alpine Linux has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
0
docker-php-entrypoint
Executable file → Normal file
0
docker-php-entrypoint
Executable file → Normal file
0
docker-php-ext-configure
Executable file → Normal file
0
docker-php-ext-configure
Executable file → Normal file
0
docker-php-ext-enable
Executable file → Normal file
0
docker-php-ext-enable
Executable file → Normal file
0
docker-php-ext-install
Executable file → Normal file
0
docker-php-ext-install
Executable file → Normal file
0
docker-php-source
Executable file → Normal file
0
docker-php-source
Executable file → Normal file
Loading…
Reference in New Issue
Block a user