新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
ch11-gogs:
|
||||
image: kiamol/ch11-gogs:latest
|
||||
build:
|
||||
context: ./gogs
|
||||
|
||||
ch11-jenkins:
|
||||
image: kiamol/ch11-jenkins:latest
|
||||
build:
|
||||
context: ./jenkins
|
||||
|
||||
ch11-jenkins-current:
|
||||
image: kiamol/ch11-jenkins:2.319.1
|
||||
build:
|
||||
context: ./jenkins
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
ALPINE_VERSION: '3.15'
|
||||
JENKINS_VERSION: '2.319.1'
|
||||
KUBECTL_VERSION: '1.24.4-r0'
|
||||
BUILDKIT_VERSION: 'v0.9.3'
|
||||
HELM_VERSION: 'v3.7.2'
|
||||
|
||||
Reference in New Issue
Block a user