4gl

greenbox-gvm-tools (sha-6156711)

Published 2026-09-04 20:35:57 +00:00 by allan

Installation

docker pull gitea.4gl.io/4gl/greenbox-gvm-tools:sha-6156711
sha256:d01c683dc956c71d0654de410d0c458da2ff69af36f390506d361de65070ad40

Images

Digest OS / Arch Size
1679d78839 linux/amd64 66 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'stable' '@1785715200'
ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
ENV PIP_NO_CACHE_DIR=off
WORKDIR /gvm-tools
RUN /bin/sh -c apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gosu python3 python3-pip && apt-get remove --purge --auto-remove -y && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd --gid 1001 gvm && useradd --no-create-home --shell /bin/false --uid 1001 -g 1001 gvm # buildkit
COPY /source/dist/* /gvm-tools/ # buildkit
COPY .docker/entrypoint.sh /usr/local/bin/entrypoint # buildkit
RUN /bin/sh -c python3 -m pip install --break-system-packages /gvm-tools/* # buildkit
RUN /bin/sh -c chown -R gvm:gvm /gvm-tools && chmod 755 /usr/local/bin/entrypoint # buildkit
ENTRYPOINT ["/usr/local/bin/entrypoint"]
CMD ["/bin/bash"]
RUN /bin/sh -c apt-get update && apt-get -y -o Dpkg::Options::=--force-confold upgrade && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

Labels

Key Value
org.opencontainers.image.created 2026-08-19T05:46:29.310Z
org.opencontainers.image.description Remote control your Greenbone Community Edition or Greenbone Enterprise Appliance
org.opencontainers.image.licenses GPL-3.0
org.opencontainers.image.revision 028f52c8930dafe2fdadbe036ab0a2fc25943036
org.opencontainers.image.source https://github.com/greenbone/gvm-tools
org.opencontainers.image.title gvm-tools
org.opencontainers.image.url https://github.com/greenbone/gvm-tools
org.opencontainers.image.version v26.1.0
Details
Container
2026-09-04 20:35:57 +00:00
1
OCI / Docker
Versions (3) View all
latest 2026-09-07
sha-47eae55 2026-09-07
sha-6156711 2026-09-04