greenbox-pg-gvm (sha-47eae55)
Published 2026-09-07 04:04:19 +00:00 by allan
Installation
docker pull gitea.4gl.io/4gl/greenbox-pg-gvm:sha-47eae55sha256:9b0cff98047aff2920d965483227e30e6a00b660d3eaec17f9d99d22c31b70c4
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 3e95805a40 | linux/amd64 | 188 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'stable' '@1781049600' |
| ARG DEBIAN_FRONTEND=noninteractive |
| RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c sh /source/install-dependencies.sh /source/runtime-dependencies.stable.list && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /install/ / # buildkit |
| RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c ldconfig # buildkit |
| COPY /install/ / # buildkit |
| COPY .docker/start-postgresql.sh /usr/local/bin/start-postgresql # buildkit |
| COPY .docker/entrypoint.sh /usr/local/bin/entrypoint # buildkit |
| RUN /bin/sh -c sh /source/install-dependencies.sh /source/runtime-dependencies.list && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /home/postgres |
| RUN /bin/sh -c usermod -u 104 postgres && groupmod -g 106 postgres && chown -R postgres:postgres /var/lib/postgresql && chown -R postgres:postgres /var/run/postgresql && chown -R postgres:postgres /var/log/postgresql && chown -R postgres:postgres /etc/postgresql && chmod 755 /usr/local/bin/start-postgresql /usr/local/bin/entrypoint # buildkit |
| STOPSIGNAL SIGINT |
| ENTRYPOINT ["/usr/local/bin/entrypoint"] |
| HEALTHCHECK {Test:[CMD pg_isready -U gvmd -d gvmd] Interval:5s Timeout:30s StartPeriod:4m0s StartInterval:0s Retries:3} |
| CMD ["/usr/local/bin/start-postgresql"] |
| 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-07-06T07:49:39.045Z |
| org.opencontainers.image.description | Greenbone Library for helper functions in PostgreSQL |
| org.opencontainers.image.licenses | GPL-3.0 |
| org.opencontainers.image.revision | ba1a02d7b53e64bbdd637474041536298501c46d |
| org.opencontainers.image.source | https://github.com/greenbone/pg-gvm |
| org.opencontainers.image.title | pg-gvm |
| org.opencontainers.image.url | https://github.com/greenbone/pg-gvm |
| org.opencontainers.image.version | v22.6.18 |
Details
2026-09-07 04:04:19 +00:00
Versions (3)
View all
Container
26
OCI / Docker