Block a user
bmc-renderer (latest)
Installation
docker pull fedesrv.ddns.net/fede/bmc-renderer:latestsha256:9847bbbfade83ab0995f04db044a21a27efdfa4a90019f30cfdad0434654f156
About this package
general-purpose image based on Void Linux
Image Layers
| COPY /target / # buildkit |
| RUN /bin/sh -c for util in $(/usr/bin/busybox --list); do [ ! -f "/usr/bin/$util" ] && /usr/bin/busybox ln -sfv busybox "/usr/bin/$util"; done; install -dm1777 tmp; xbps-reconfigure -fa; rm -rf /var/cache/xbps/* # buildkit |
| ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/bin |
| CMD ["/bin/sh"] |
| WORKDIR /app |
| COPY . . # buildkit |
| RUN /bin/sh -c xbps-install -Sy python3 python3-pip || true # buildkit |
| RUN /bin/sh -c pip3 install fastapi[standard] pydantic || true # buildkit |
| EXPOSE [8000/tcp] |
| CMD ["sh" "-c" "uvicorn main:app --host 0.0.0.0 --port 8000"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.authors | Void Linux team and contributors |
| org.opencontainers.image.created | 2026-04-01T02:27:48.394Z |
| org.opencontainers.image.description | general-purpose image based on Void Linux |
| org.opencontainers.image.documentation | https://docs.voidlinux.org |
| org.opencontainers.image.licenses | NOASSERTION |
| org.opencontainers.image.revision | 0ee4b511ba90841efc81715047ceb3e92cfc5f42 |
| org.opencontainers.image.source | https://github.com/void-linux/void-containers |
| org.opencontainers.image.title | Void Linux |
| org.opencontainers.image.url | https://voidlinux.org |
| org.opencontainers.image.vendor | Void Linux |
| org.opencontainers.image.version | 20260401R1 |