feat: update k3s-inside-dind
This commit is contained in:
@@ -13,12 +13,13 @@ x-defaults: &defaults
|
||||
services:
|
||||
k3s:
|
||||
<<: *defaults
|
||||
image: ${GLOBAL_REGISTRY:-}alexsuntop/k3s-inside-dind:${K3S_DIND_VERSION:-0.1.0}
|
||||
image: ${GLOBAL_REGISTRY:-}alexsuntop/k3s-inside-dind:${K3S_DIND_VERSION:-0.2.0}
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
K3S_VERSION: ${K3S_VERSION:-v1.28.2+k3s1}
|
||||
PRELOAD_IMAGES: ${PRELOAD_IMAGES:-true}
|
||||
privileged: true
|
||||
volumes:
|
||||
- k3s_data:/var/lib/rancher/k3s
|
||||
|
||||
Reference in New Issue
Block a user