Skip to content
Snippets Groups Projects
Commit 131f3227 authored by Malte Bauch's avatar Malte Bauch
Browse files

Change to debian:bookworm-slim as base image for the controller

See merge request !620
parent f06a4deb
Branches
No related tags found
1 merge request!620Change to debian:bookworm-slim as base image for the controller
Pipeline #169578 passed
......@@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/root/go/pkg/mod \
--mount=type=cache,target=/root/.cache/go-build \
make build-gosdn
FROM ${GITLAB_PROXY}golang:$GOLANG_VERSION-bookworm
FROM ${GITLAB_PROXY}debian:bookworm-slim
WORKDIR /app/
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment