• Joined on 2026-05-21

hlae-site-api (0.1.0)

Published 2026-07-29 07:23:37 +00:00 by purp1e

Installation

docker pull git.okk.cool/purp1e/hlae-site-api:0.1.0
sha256:b22f8aeab5af29ecff0cde070ec81cc688605ce853e2cd253b013ee9e14fd3d2

Images

Digest OS / Arch Size
d12a774775 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 [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-07-29 07:23:37 +00:00
10
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