Skip to content
Snippets Groups Projects
Commit 1757935c authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

wip

parent 4b831329
Branches
No related tags found
No related merge requests found
Pipeline #186020 failed
...@@ -7,6 +7,9 @@ COPY ./artifacts/ssl/gosdn /app/ssl ...@@ -7,6 +7,9 @@ COPY ./artifacts/ssl/gosdn /app/ssl
COPY .gitlab/ci/start_controller.sh ./start_controller.sh COPY .gitlab/ci/start_controller.sh ./start_controller.sh
RUN chmod +x start_controller.sh RUN chmod +x start_controller.sh
RUN apt-get update && apt-get install -y curl bash wget nmap dnsutils iputils-ping
ENTRYPOINT [ "./start_controller.sh" ] ENTRYPOINT [ "./start_controller.sh" ]
#FROM debian:bookworm-slim #FROM debian:bookworm-slim
......
...@@ -3,4 +3,16 @@ ...@@ -3,4 +3,16 @@
#echo "Starting controller later" #echo "Starting controller later"
#sleep 20 #sleep 20
#echo "Starting controller now" #echo "Starting controller now"
echo ------------------------------------
nmap -p 5672 rabbitmq
ping -c 5 rabbitmq
echo ------------------------------------
nslookup rabbitmq
echo ------------------------------------
./gosdn ./gosdn
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment