Fixed inconsistent indentation in docker_image_build_local.sh 52/14752/3
authorwogud1221 <wogud1221@khu.ac.kr>
Thu, 31 Jul 2025 06:03:19 +0000 (06:03 +0000)
committerwogud1221 <wogud1221@khu.ac.kr>
Thu, 31 Jul 2025 06:17:02 +0000 (06:17 +0000)
Issue-ID: AIMLFW-213

Change-Id: Ifc787f5cfcca8431433b47c2118d2431afc50865
Signed-off-by: wogud1221 <wogud1221@khu.ac.kr>
bin/docker_image_build_local.sh

index eb6a5ea..2aada84 100755 (executable)
@@ -26,11 +26,11 @@ git clone "https://gerrit.o-ran-sc.org/r/aiml-fw/aihp/ips/kserve-adapter"
 git clone "https://gerrit.o-ran-sc.org/r/aiml-fw/awmf/modelmgmtservice"
 
 sudo buildctl --addr=nerdctl-container://buildkitd build \
-       --frontend dockerfile.v0 \
-       --opt filename=Dockerfile \
-       --local dockerfile=tm \
-       --local context=tm \
-       --output type=oci,name=tm:latest | sudo nerdctl load --namespace k8s.io
+    --frontend dockerfile.v0 \
+    --opt filename=Dockerfile \
+    --local dockerfile=tm \
+    --local context=tm \
+    --output type=oci,name=tm:latest | sudo nerdctl load --namespace k8s.io
 
 sudo buildctl --addr=nerdctl-container://buildkitd build \
     --frontend dockerfile.v0 \