Skip to content

Commit

Permalink
Merge branch 'main' into DEVOPS-1244_rschardt
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schardt authored and Robert Schardt committed Sep 30, 2024
2 parents 2f09c8a + 8bee8ca commit 6a70e6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG VERSION=edge
# this allows to work on forked repository
ARG REPOSITORY=greenbone/boreas
FROM greenbone/gvm-libs:$VERSION AS build
FROM registry.community.greenbone.net/community/gvm-libs:${VERSION} AS build

ARG DEBIAN_FRONTEND=noninteractive

Expand All @@ -11,8 +11,8 @@ RUN cmake -DCMAKE_BUILD_TYPE=Release -B/build /source

RUN DESTDIR=/install cmake --build /build -- install

FROM greenbone/gvm-libs:$VERSION
FROM registry.community.greenbone.net/community/gvm-libs:${VERSION}

COPY --from=build /install/ /

RUN ldconfig
RUN ldconfig

0 comments on commit 6a70e6c

Please sign in to comment.