homebox (latest)

Published 2023-12-29 04:00:04 +00:00 by zepheris

Installation

docker pull git.zepheris.com/zepheris/homebox:latest
sha256:dfd194a8a299dab7acaba07ba1bfabb25a2fa29d0e0c2b0e019d12cb81608c48

Image Layers

ADD file:1da756d12551a0e3e793e02ef87432d69d4968937bd11bed0af215db19dd94cd in /
CMD ["/bin/sh"]
ENV HBOX_MODE=production
ENV HBOX_STORAGE_DATA=/data/
ENV HBOX_STORAGE_SQLITE_URL=/data/homebox.db?_fk=1
RUN /bin/sh -c apk --no-cache add ca-certificates # buildkit
RUN /bin/sh -c mkdir /app # buildkit
COPY /go/bin/api /app # buildkit
RUN /bin/sh -c chmod +x /app/api # buildkit
LABEL Name=homebox Version=0.0.1
LABEL org.opencontainers.image.source=https://github.com/hay-kot/homebox
EXPOSE map[7745/tcp:{}]
WORKDIR /app
VOLUME [/data]
ENTRYPOINT ["/app/api"]
CMD ["/data/config.yml"]

Labels

Key Value
Name homebox
Version 0.0.1
org.opencontainers.image.source https://github.com/hay-kot/homebox
Details
Container
2023-12-29 04:00:04 +00:00
0
OCI / Docker
linux/amd64
28 MiB
Versions (1) View all
latest 2023-12-29