新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
buildctl --addr tcp://buildkitd:1234 \
|
||||
build \
|
||||
--frontend=gateway.v0 \
|
||||
--opt source=kiamol/buildkit-buildpacks \
|
||||
--local context=src \
|
||||
--output type=image,name=${REGISTRY_SERVER}/${REGISTRY_USER}/bulletin-board:${BUILD_NUMBER}-kiamol,push=true
|
||||
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
helm upgrade --install \
|
||||
--atomic \
|
||||
--set registryServer=${REGISTRY_SERVER},registryUser=${REGISTRY_USER},imageBuildNumber=${BUILD_NUMBER} \
|
||||
--namespace kiamol-ch11-test \
|
||||
bulletin-board \
|
||||
helm/bulletin-board
|
||||
Reference in New Issue
Block a user