# 60-airgap-lab 반입 이미지 체크리스트 — 사내 레지스트리 미러 대상 # (Istio 본체 2개 + 랩 장치 4개. base 차트는 CRD만이라 이미지 없음) # # 미러 예시(Harbor proxy-cache 레이아웃 유지): # while read -r img; do [ "${img#\#}" = "$img" ] && [ -n "$img" ] && \ # docker pull "$img" && docker tag "$img" "registry.corp.example/$img" && \ # docker push "registry.corp.example/$img"; done < images.txt docker.io/istio/pilot:1.30.0 docker.io/istio/proxyv2:1.30.0 registry.k8s.io/coredns/coredns:v1.11.3 docker.io/library/nginx:1.27-alpine docker.io/library/busybox:1.36 # netshoot은 latest — 반입 시점에 태그/digest 고정 후 manifest도 함께 갱신할 것 docker.io/nicolaka/netshoot:latest