Zhengchen Tao zhengchen.tao
  • Joined on 2026-04-26

ezbookkeeping (d36b7b92)

Published 2026-05-05 18:44:17 +08:00 by zhengchen.tao in zhengchen.tao/ezbookkeeping

Installation

docker pull git.zhengchentao.win/zhengchen.tao/ezbookkeeping:d36b7b92
sha256:ca27399a9a69e991321b599f94de1f9afea9fd4c41c5ea3009b88fcf7c2ff726

Images

Digest OS / Arch Size
c3b5fc731d linux/amd64 22 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL maintainer=MaysWind <i@mayswind.net>
RUN /bin/sh -c addgroup -S -g 1000 ezbookkeeping && adduser -S -G ezbookkeeping -u 1000 ezbookkeeping # buildkit
RUN /bin/sh -c apk --no-cache add tzdata # buildkit
COPY docker/docker-entrypoint.sh /docker-entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /docker-entrypoint.sh # buildkit
RUN /bin/sh -c mkdir -p /ezbookkeeping && chown 1000:1000 /ezbookkeeping && mkdir -p /ezbookkeeping/data && chown 1000:1000 /ezbookkeeping/data && mkdir -p /ezbookkeeping/log && chown 1000:1000 /ezbookkeeping/log && mkdir -p /ezbookkeeping/storage && chown 1000:1000 /ezbookkeeping/storage # buildkit
WORKDIR /ezbookkeeping
COPY --chown=1000:1000 /go/src/github.com/mayswind/ezbookkeeping/ezbookkeeping /ezbookkeeping/ezbookkeeping # buildkit
COPY --chown=1000:1000 /go/src/github.com/mayswind/ezbookkeeping/dist /ezbookkeeping/public # buildkit
COPY --chown=1000:1000 conf /ezbookkeeping/conf # buildkit
COPY --chown=1000:1000 templates /ezbookkeeping/templates # buildkit
COPY --chown=1000:1000 LICENSE /ezbookkeeping/LICENSE # buildkit
USER 1000:1000
EXPOSE map[8080/tcp:{}]
ENTRYPOINT ["/docker-entrypoint.sh"]

Labels

Key Value
maintainer MaysWind <i@mayswind.net>
org.opencontainers.image.revision d36b7b920f5118b100e6573a7a44b95638fb8b05
org.opencontainers.image.source https://git.zhengchentao.win/zhengchen.tao/ezbookkeeping
Details
Container
2026-05-05 18:44:17 +08:00
1
OCI / Docker
Versions (3) View all
latest 2026-05-08
1655f115 2026-05-08
d36b7b92 2026-05-05