Skip to content
Snippets Groups Projects
Commit 446f17ec authored by Fabian Seidl's avatar Fabian Seidl
Browse files

test controller docker container with bullseye instead of buster

parent 33cef0e6
No related branches found
No related tags found
1 merge request!492Update go fix vulnerability 2
Pipeline #157480 failed
...@@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/root/go/pkg/mod \ ...@@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/root/go/pkg/mod \
--mount=type=cache,target=/root/.cache/go-build \ --mount=type=cache,target=/root/.cache/go-build \
make build-gosdn make build-gosdn
FROM ${GITLAB_PROXY}golang:$GOLANG_VERSION-buster FROM ${GITLAB_PROXY}golang:$GOLANG_VERSION-bullseye
WORKDIR /app/ WORKDIR /app/
COPY --from=builder /gosdn/controller/configs/development-gosdn.toml.example ./configs/development-gosdn.toml COPY --from=builder /gosdn/controller/configs/development-gosdn.toml.example ./configs/development-gosdn.toml
COPY --from=builder /gosdn/controller/configs/containerlab-gosdn.toml.example ./configs/containerlab-gosdn.toml COPY --from=builder /gosdn/controller/configs/containerlab-gosdn.toml.example ./configs/containerlab-gosdn.toml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment