Block a user
nexara (1.4.0)
Published 2026-06-06 16:54:10 +00:00 by bigjakk
Installation
docker pull gitea.crjlab.net/bigjakk/nexara:1.4.0sha256:18da6ce79b8f6aca800cd790c25d8035b43328c53bc7def3a4b89e86149b83db
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 5f8d69b5dd | linux/amd64 | 14 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates su-exec tzdata # buildkit |
| COPY /build/nexara /nexara # buildkit |
| COPY docker/nexara/entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c mkdir -p /data/nexara # buildkit |
| EXPOSE [8080/tcp] |
| HEALTHCHECK {Test:[CMD /nexara healthcheck] Interval:10s Timeout:3s StartPeriod:15s StartInterval:0s Retries:5} |
| ENTRYPOINT ["/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | Nexara - Proxmox management platform |
| org.opencontainers.image.source | https://gitea.crjlab.net/bigjakk/nexara |
| org.opencontainers.image.version | 1.4.0 |