From 6b306d2a8a8ce5230e8d1b49db059c53a8bff5bd Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 21 Jan 2021 11:38:36 +0800 Subject: [PATCH] Bumped to use Alpine Linux 3.13.0 --- Dockerfile | 2 +- Jenkinsfile | 5 ++++- docker-php-entrypoint | 0 docker-php-ext-configure | 0 docker-php-ext-enable | 0 docker-php-ext-install | 0 docker-php-source | 0 7 files changed, 5 insertions(+), 2 deletions(-) mode change 100755 => 100644 docker-php-entrypoint mode change 100755 => 100644 docker-php-ext-configure mode change 100755 => 100644 docker-php-ext-enable mode change 100755 => 100644 docker-php-ext-install mode change 100755 => 100644 docker-php-source 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