mirror of
http://124.126.16.154:8888/singularity/docker-images-hyperf.git
synced 2026-01-15 00:35:08 +08:00
ci: 更新 Docker 镜像并添加新版本
- 更新 Jenkinsfile,添加 8.4-swoole 版本构建和推送 - 修改 Latest 版本指向 8.4-swoole - 更新各版本 Dockerfile,设置时区为 America/Los_Angeles - 新增 8.4 版本 Dockerfile
This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -26,9 +26,15 @@ pipeline {
|
||||
sh 'docker push harbor.luxcreo.cn/library/hyperf:8.3-swoole'
|
||||
}
|
||||
}
|
||||
stage('Build 8.4-swoole') {
|
||||
steps {
|
||||
sh 'docker build -t harbor.luxcreo.cn/library/hyperf:8.4-swoole -f swoole/8.4/Dockerfile .'
|
||||
sh 'docker push harbor.luxcreo.cn/library/hyperf:8.4-swoole'
|
||||
}
|
||||
}
|
||||
stage('Build Latest') {
|
||||
steps {
|
||||
sh 'docker tag harbor.luxcreo.cn/library/hyperf:8.3-swoole harbor.luxcreo.cn/library/hyperf:latest'
|
||||
sh 'docker tag harbor.luxcreo.cn/library/hyperf:8.4-swoole harbor.luxcreo.cn/library/hyperf:latest'
|
||||
sh 'docker push harbor.luxcreo.cn/library/hyperf:latest'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user