Bumped to use Alpine Linux 3.13.0

This commit is contained in:
Jonathan Ervine 2021-01-21 11:38:36 +08:00
parent 5c9d27188c
commit 6b306d2a8a
7 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY. # 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" # dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed) # these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)

7
Jenkinsfile vendored
View File

@ -27,8 +27,11 @@ spec:
stage('Build with Kaniko') { stage('Build with Kaniko') {
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-php.git', credentialsId: 'jenkins-to-git' git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-php.git', credentialsId: 'jenkins-to-git'
container('kaniko') { 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
View File

0
docker-php-ext-configure Executable file → Normal file
View File

0
docker-php-ext-enable Executable file → Normal file
View File

0
docker-php-ext-install Executable file → Normal file
View File

0
docker-php-source Executable file → Normal file
View File