• Joined on 2026-05-21

hlae-site-api (latest)

Published 2026-08-02 20:05:15 +00:00 by purp1e

Installation

docker pull git.okk.cool/purp1e/hlae-site-api:latest
sha256:8c056834107b54f995f99044d2db5e20e3813c98e28f124c855fa5d73004f005

Images

Digest OS / Arch Size
58968648bc linux/amd64 29 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.23.5-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
WORKDIR /app
RUN /bin/sh -c addgroup -S -g 10001 hlae && adduser -S -D -H -u 10001 -G hlae hlae && mkdir -p /app/data /app/uploads && chown hlae:hlae /app/data /app/uploads # buildkit
COPY --chown=10001:10001 /app/hlae-api /usr/local/bin/hlae-api # buildkit
COPY --chown=10001:10001 content/docs /app/content/docs # buildkit
USER hlae
EXPOSE map[3001/tcp:{}]
CMD ["hlae-api"]

Labels

Key Value
com.docker.compose.project hlae-site-neo
com.docker.compose.service api
com.docker.compose.version 5.3.1
Details
Container
2026-08-02 20:05:15 +00:00
3
OCI / Docker
Versions (7) View all
latest 2026-08-02
0.1.5 2026-08-02
0.1.4 2026-08-01
0.1.3 2026-07-31
0.1.2 2026-07-30