fix: add library prefix for official docker images on proxy port 8083
This commit is contained in:
+5
-5
@@ -9,10 +9,10 @@ variables:
|
|||||||
|
|
||||||
build_image:
|
build_image:
|
||||||
stage: build
|
stage: build
|
||||||
# Tarik image runner dari port 8083 (Proxy/Group)
|
# Tambahkan library/ untuk official image Docker Hub
|
||||||
image: 10.15.39.186:8083/docker:24.0.5
|
image: 10.15.39.186:8083/library/docker:24.0.5
|
||||||
services:
|
services:
|
||||||
- name: 10.15.39.186:8083/docker:24.0.5-dind
|
- name: 10.15.39.186:8083/library/docker:24.0.5-dind
|
||||||
alias: docker
|
alias: docker
|
||||||
command:
|
command:
|
||||||
- "--insecure-registry=10.15.39.186:8082"
|
- "--insecure-registry=10.15.39.186:8082"
|
||||||
@@ -30,8 +30,8 @@ build_image:
|
|||||||
|
|
||||||
deploy_rancher:
|
deploy_rancher:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
# Tarik image Helm dari port 8083 (Proxy/Group)
|
# Tambahkan library/ untuk official image Helm/Alpine
|
||||||
image: 10.15.39.186:8083/alpine/helm:3.12.0
|
image: 10.15.39.186:8083/library/alpine/helm:3.12.0
|
||||||
script:
|
script:
|
||||||
- mkdir -p ~/.kube
|
- mkdir -p ~/.kube
|
||||||
- echo "$KUBECONFIG_B64" | base64 -d > ~/.kube/config
|
- echo "$KUBECONFIG_B64" | base64 -d > ~/.kube/config
|
||||||
|
|||||||
Reference in New Issue
Block a user