Block a user
kerdos (0.0.1)
Published 2026-06-01 14:24:07 +02:00 by IxianPixel
Installation
docker pull git.malgra.com/ixianpixel/kerdos:0.0.1sha256:a7e1cb924f8595662598ff9c043f0a8ed8c7f94dfc661afa9f308041c9a7932f
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 23180620a7 | linux/amd64 | 9.7 MiB |
Image Layers ( linux/amd64)
| bazel build @bookworm//base-files/amd64:data_statusd |
| bazel build @bookworm//netbase/amd64:data_statusd |
| bazel build @bookworm//tzdata/amd64:data_statusd |
| bazel build @bookworm//media-types/amd64:data_statusd |
| bazel build //common:rootfs |
| bazel build //common:passwd |
| bazel build //common:home |
| bazel build //common:group |
| bazel build //common:tmp |
| bazel build //static:nsswitch |
| bazel build //common:os_release_debian12 |
| bazel build //common:cacerts_debian12_amd64 |
| WORKDIR /app |
| COPY --chown=nonroot:nonroot /out/kerdos /app/kerdos # buildkit |
| COPY --chown=nonroot:nonroot public/ /app/public/ # buildkit |
| COPY --chown=nonroot:nonroot /out/pb_data /pb_data # buildkit |
| USER nonroot:nonroot |
| VOLUME [/pb_data] |
| EXPOSE map[8090/tcp:{}] |
| ENTRYPOINT ["/app/kerdos" "serve" "--http=0.0.0.0:8090" "--dir=/pb_data"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-06-01T12:23:18.484Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | eb16a2805ac35c8af44f70ba2985136507ab02c0 |
| org.opencontainers.image.source | https://git.malgra.com/IxianPixel/Kerdos |
| org.opencontainers.image.title | Kerdos |
| org.opencontainers.image.url | https://git.malgra.com/IxianPixel/Kerdos |
| org.opencontainers.image.version | 0.0.1 |