Skip to content
Snippets Groups Projects
Commit 07fae0d3 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

change build image

parent 27be827c
No related branches found
No related tags found
2 merge requests!124Resolve "Job Failed #246137",!90Develop
Pipeline #67415 failed
...@@ -6,7 +6,7 @@ WORKDIR /src/gosdn ...@@ -6,7 +6,7 @@ WORKDIR /src/gosdn
COPY . . COPY . .
RUN apk add git RUN apk add git
RUN git config --global url."https://$GITLAB_USER:$GITLAB_TOKEN@code.fbi.h-da.de".insteadOf "https://code.fbi.h-da.de" RUN git config --global url."https://$GITLAB_USER:$GITLAB_TOKEN@code.fbi.h-da.de".insteadOf "https://code.fbi.h-da.de"
RUN CGO_ENABLED=0 GOOS=linux go build $BUILDARGS ./cmd/gosdn RUN GOOS=linux go build $BUILDARGS ./cmd/gosdn
FROM alpine:latest FROM alpine:latest
EXPOSE 8080 EXPOSE 8080
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment