test
This commit is contained in:
@ -64,17 +64,12 @@ spec:
|
|||||||
# echo "[ERROR] Docker config 파일(.dockerconfigjson) 없음"
|
# echo "[ERROR] Docker config 파일(.dockerconfigjson) 없음"
|
||||||
# fi
|
# fi
|
||||||
# 3. Debugging - Check mounted secret before build
|
# 3. Debugging - Check mounted secret before build
|
||||||
- name: debug-check-secret
|
- name: debug-sleep
|
||||||
image: alpine
|
image: alpine
|
||||||
script: |
|
script: |
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo "==== [DEBUG] Harbor Dockerconfig 파일 목록 ===="
|
echo "==== [DEBUG] Pod에 접속 가능 상태로 대기 중... ===="
|
||||||
ls -al /workspace/docker-config || true
|
|
||||||
echo "==== [DEBUG] Volumes 목록 확인 ===="
|
|
||||||
ls -al /kaniko || true
|
|
||||||
echo "==== [INFO] 3분간 대기 - kubectl exec로 진입 가능 ===="
|
|
||||||
sleep 180
|
sleep 180
|
||||||
echo "==== [INFO] 대기 종료 ===="
|
|
||||||
|
|
||||||
# 4. Kaniko Build & Push
|
# 4. Kaniko Build & Push
|
||||||
- name: build-and-push
|
- name: build-and-push
|
||||||
|
|||||||
Reference in New Issue
Block a user