greenbox-gvm-tools (sha-47eae55)
Published 2026-09-07 04:01:37 +00:00 by allan
Installation
docker pull gitea.4gl.io/4gl/greenbox-gvm-tools:sha-47eae55sha256:71c142b3748dcbc25c2081cbcd810e9cb1cddab2dd7ffb578d784c9150e207c0
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 5416e1ada0 | 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
2026-09-07 04:01:37 +00:00
Versions (3)
View all
Container
26
OCI / Docker