diff --git a/Dockerfile b/Dockerfile index 6857e6f..4a1019e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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) diff --git a/Jenkinsfile b/Jenkinsfile index ae3ddb7..f921f33 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 + } } } diff --git a/docker-php-entrypoint b/docker-php-entrypoint old mode 100755 new mode 100644 diff --git a/docker-php-ext-configure b/docker-php-ext-configure old mode 100755 new mode 100644 diff --git a/docker-php-ext-enable b/docker-php-ext-enable old mode 100755 new mode 100644 diff --git a/docker-php-ext-install b/docker-php-ext-install old mode 100755 new mode 100644 diff --git a/docker-php-source b/docker-php-source old mode 100755 new mode 100644