Skip to content
Snippets Groups Projects
Commit 2cf80a24 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark Committed by Neil-Jocelyn Schark
Browse files

wip

parent 5aa23abd
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ integration-test-gosdn:
alias: gosdn
variables:
GOSDN_ADMIN_PASSWORD: TestPassword
#command: ["--config", "/app/configs/integration-test-gosdn.toml", "--security", "secure"]
command: ["--config", "/app/configs/integration-test-gosdn.toml", "--security", "secure"]
before_script:
- bash -c "$(curl -sL https://get-gnmic.openconfig.net)"
script:
......
......@@ -5,12 +5,12 @@ FROM ${GOSDN_IMAGE}
RUN mkdir /app/ssl
COPY ./artifacts/ssl/gosdn /app/ssl
COPY .gitlab/ci/start_controller.sh ./start_controller.sh
RUN chmod +x start_controller.sh
#COPY .gitlab/ci/start_controller.sh ./start_controller.sh
#RUN chmod +x start_controller.sh
RUN apt-get update && apt-get install -y curl bash wget nmap dnsutils iputils-ping
#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
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment