From 1bfe9017d1916c0b3701d565e781731d6cdafe22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=ED=9B=88=20=EB=B3=80?= Date: Tue, 17 Jun 2025 00:59:20 +0000 Subject: [PATCH] =?UTF-8?q?rmi.sh=20=ED=8E=B8=EC=A7=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rmi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmi.sh b/rmi.sh index cc56fc6..37642fc 100644 --- a/rmi.sh +++ b/rmi.sh @@ -1,7 +1,7 @@ #!/bin/bash # 이미지 소스 리스트 -registries=("none" "docker.io" "registry.k8s.io" "quay.io" "ghcr.io" "$(ip a show ens192 |grep inet |awk '{print $2}'| cut -d/ -f1)") +registries=("none" "docker.io" "registry.k8s.io" "quay.io" "ghcr.io" ":5000") echo -e ""