클라우드 & DevOps/DevOps ∕ Docker
[Docker] 오프라인 환경에서 gitlab runner 기동 시, docker offline 설정하기
docker compose 로 gitlab runner를 기동하고, cicd를 구축할 경우 오프라인 환경이라면, gitlab-runner-helper라는 docker image를 pull할 수 없고, alpine:latest 라는 image를 pull할 수 없다는 오류가 발생한다.이럴 때 아래와 같은 작업이 필요하다. 먼저, 수동으로 이미지를 tar 파일로 다운로드하여, docker load 해준다.## docker image 가져오는 방법(Mac -> VM)docker pull --platform linux/amd64 gitlab/gitlab-runner-helper:latestdocker save -o gitlab-runner-helper-amd64.tar gitlab/gitlab-runner-hel..
2025. 9. 10. 16:56
최근댓글