Namespace
mayswind
Image / Tag
ezbookkeeping:SNAPSHOT-20260307
Content Digest
sha256:5d844b474be47fea26b73cc1b57454b543c90f7f81f0fc167d65ade8998cf91a
Details
Created

2026-03-07 18:23:08 UTC

Size

21.3 MB

Content Digest
Labels
  • maintainer
    MaysWind <i@mayswind.net>
  • org.opencontainers.image.created
    2026-03-07T18:16:00.931Z
  • org.opencontainers.image.description
    A lightweight, self-hosted personal finance app with a user-friendly interface and powerful bookkeeping features.
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    5ce1dc973c99de974fab01d05977e5119bbf274b
  • org.opencontainers.image.source
    https://github.com/mayswind/ezbookkeeping
  • org.opencontainers.image.title
    ezbookkeeping
  • org.opencontainers.image.url
    https://github.com/mayswind/ezbookkeeping
  • org.opencontainers.image.version
    SNAPSHOT-20260307-22804484936

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:589002ba0eaed121a1dbf42f6648f29e5be55d5c8a6ee0f8eaa0285cc21ac153 - 17.3% (3.68 MB)

[#001] sha256:472dd41e5e34de004773b7aa284fa3bfa294e71d52845ed8901a079052c75d95 - 0.0% (954 Bytes)

[#002] sha256:60b7d4fb467d42f8a82514536b3ef7babd2c5da34f9fa8588c2d66bcdddf8d56 - 0.78% (169 KB)

[#003] sha256:e04f7adcdd485fd97aec8f693b4c5ce8be85faebf33e50518b1d8c3576bf6ca5 - 0.0% (265 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:a026d0ec0f178feb6aba3031a2b19ebbe71080f9959b8b041a76b78b43c925a5 - 0.0% (160 Bytes)

[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#007] sha256:ffbcf56cb3a22ad702887357a99fe1857d7935154e1b42862f3f18d976b785bb - 58.64% (12.5 MB)

[#008] sha256:4e53bdef76e7d131a9eaa1f123bb42405ce32af65464eb9231cd7cc9c61bbeb6 - 23.24% (4.95 MB)

[#009] sha256:51bf4a53c4de9236f9a3bd2d94d9693ba8854a30a541db84bf46d0f20cc70ebe - 0.03% (6.34 KB)

[#010] sha256:165f56e99ce604d8d410e4f9a2869cdd4903aaba56e7b820527eff35f530e1bc - 0.01% (1.6 KB)

[#011] sha256:be94abe587ca30009e8edf0fd6a99eebbb98b448b1513d16daa99047f82d6b89 - 0.0% (818 Bytes)


History
2026-01-28 01:18:04 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit

2026-01-28 01:18:04 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2026-03-07 18:16:32 UTC (buildkit.dockerfile.v0)

LABEL maintainer=MaysWind <i@mayswind.net>

2026-03-07 18:16:32 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c addgroup -S -g 1000 ezbookkeeping && adduser -S -G ezbookkeeping -u 1000 ezbookkeeping # buildkit

2026-03-07 18:16:33 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk --no-cache add tzdata # buildkit

2026-03-07 18:16:33 UTC (buildkit.dockerfile.v0)

COPY docker/docker-entrypoint.sh /docker-entrypoint.sh # buildkit

2026-03-07 18:16:33 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod +x /docker-entrypoint.sh # buildkit

2026-03-07 18:16:33 UTC (buildkit.dockerfile.v0)

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

2026-03-07 18:16:33 UTC (buildkit.dockerfile.v0)

WORKDIR /ezbookkeeping

2026-03-07 18:23:08 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 /go/src/github.com/mayswind/ezbookkeeping/ezbookkeeping /ezbookkeeping/ezbookkeeping # buildkit

2026-03-07 18:23:08 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 /go/src/github.com/mayswind/ezbookkeeping/dist /ezbookkeeping/public # buildkit

2026-03-07 18:23:08 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 conf /ezbookkeeping/conf # buildkit

2026-03-07 18:23:08 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 templates /ezbookkeeping/templates # buildkit

2026-03-07 18:23:08 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 LICENSE /ezbookkeeping/LICENSE # buildkit

2026-03-07 18:23:08 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2026-03-07 18:23:08 UTC (buildkit.dockerfile.v0)

EXPOSE [8080/tcp]

2026-03-07 18:23:08 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

Details
Created

2026-03-07 18:22:49 UTC

Size

20.4 MB

Content Digest
Labels
  • maintainer
    MaysWind <i@mayswind.net>
  • org.opencontainers.image.created
    2026-03-07T18:16:00.931Z
  • org.opencontainers.image.description
    A lightweight, self-hosted personal finance app with a user-friendly interface and powerful bookkeeping features.
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    5ce1dc973c99de974fab01d05977e5119bbf274b
  • org.opencontainers.image.source
    https://github.com/mayswind/ezbookkeeping
  • org.opencontainers.image.title
    ezbookkeeping
  • org.opencontainers.image.url
    https://github.com/mayswind/ezbookkeeping
  • org.opencontainers.image.version
    SNAPSHOT-20260307-22804484936

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:f067a9ad7b3a4e3b687105344f6ad0934a0623c4359c2d841a3d4fab27e26060 - 16.67% (3.4 MB)

[#001] sha256:62301f9067ab06a74973869419863f9e6a70483a376261e16331c3bc099acc60 - 0.0% (955 Bytes)

[#002] sha256:07158a6dcba70b92dfdc7afd4628b8f10da0b6841e4d3449918efe96f00b4713 - 0.81% (170 KB)

[#003] sha256:b3d74d94734ab06f23dbf894997a3ca43c34e23f8a646d1018848bc1ebed2085 - 0.0% (267 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:288d14518f056e2fbdc871803c5abdcc8f8272f3a5e9b45fc7fa0346fae65a20 - 0.0% (160 Bytes)

[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#007] sha256:53fb957833d9f844242d9926d46aeb971c95cc23248bdedc5fc1cbd3ec4b702f - 58.24% (11.9 MB)

[#008] sha256:7bcf158c0baaf7581dd5dfc97d39d1e15a24c945150aae5597afb6f8b1552150 - 24.23% (4.95 MB)

[#009] sha256:5d607ca9ce05729ed3e2cce8fc7ced07a519451fc2c4ea7719edaf3344e0c563 - 0.03% (6.34 KB)

[#010] sha256:caa3e8b7e080c69228ebd5e2bd8ba5b77f35ccb57beb737f31199001791202c4 - 0.01% (1.6 KB)

[#011] sha256:6921f87cf68fef78bd299c30ca8732c5eb6edd39b17fce9eedf0a5bdabbc352d - 0.0% (816 Bytes)


History
2026-01-28 01:17:52 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.23.3-armhf.tar.gz / # buildkit

2026-01-28 01:17:52 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2026-03-07 18:16:33 UTC (buildkit.dockerfile.v0)

LABEL maintainer=MaysWind <i@mayswind.net>

2026-03-07 18:16:33 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c addgroup -S -g 1000 ezbookkeeping && adduser -S -G ezbookkeeping -u 1000 ezbookkeeping # buildkit

2026-03-07 18:16:35 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk --no-cache add tzdata # buildkit

2026-03-07 18:16:36 UTC (buildkit.dockerfile.v0)

COPY docker/docker-entrypoint.sh /docker-entrypoint.sh # buildkit

2026-03-07 18:16:37 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod +x /docker-entrypoint.sh # buildkit

2026-03-07 18:16:37 UTC (buildkit.dockerfile.v0)

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

2026-03-07 18:16:37 UTC (buildkit.dockerfile.v0)

WORKDIR /ezbookkeeping

2026-03-07 18:22:49 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 /go/src/github.com/mayswind/ezbookkeeping/ezbookkeeping /ezbookkeeping/ezbookkeeping # buildkit

2026-03-07 18:22:49 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 /go/src/github.com/mayswind/ezbookkeeping/dist /ezbookkeeping/public # buildkit

2026-03-07 18:22:49 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 conf /ezbookkeeping/conf # buildkit

2026-03-07 18:22:49 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 templates /ezbookkeeping/templates # buildkit

2026-03-07 18:22:49 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 LICENSE /ezbookkeeping/LICENSE # buildkit

2026-03-07 18:22:49 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2026-03-07 18:22:49 UTC (buildkit.dockerfile.v0)

EXPOSE [8080/tcp]

2026-03-07 18:22:49 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

Details
Created

2026-03-07 18:22:35 UTC

Size

20.1 MB

Content Digest
Labels
  • maintainer
    MaysWind <i@mayswind.net>
  • org.opencontainers.image.created
    2026-03-07T18:16:00.931Z
  • org.opencontainers.image.description
    A lightweight, self-hosted personal finance app with a user-friendly interface and powerful bookkeeping features.
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    5ce1dc973c99de974fab01d05977e5119bbf274b
  • org.opencontainers.image.source
    https://github.com/mayswind/ezbookkeeping
  • org.opencontainers.image.title
    ezbookkeeping
  • org.opencontainers.image.url
    https://github.com/mayswind/ezbookkeeping
  • org.opencontainers.image.version
    SNAPSHOT-20260307-22804484936

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:7ed661450d9b41ba25f81f6ef8649bb379f47471d21c4898a8a6a3e11b819220 - 15.55% (3.13 MB)

[#001] sha256:1496a4ae62cb28ff7b56f840ccd21dec52213b4f3fe195f167e51d38c853b0f0 - 0.0% (956 Bytes)

[#002] sha256:2114ad22200d91c53cdfd6fd37edd7c2199830e03e94998bf8235d0667df80e0 - 0.82% (169 KB)

[#003] sha256:b3d74d94734ab06f23dbf894997a3ca43c34e23f8a646d1018848bc1ebed2085 - 0.0% (267 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:b348d3c784652b3eb6371a053ea855560dc62a9dd96afd8484a57c693a6e7dbb - 0.0% (160 Bytes)

[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#007] sha256:d2b6ca7a59c15c57e33fb28cc86913e254be1f26b66cd129e0a1b09d7fe769bb - 58.99% (11.9 MB)

[#008] sha256:80bc14b550c0b9b4f3269edb5cb27d32288f9bfd03e3e0345ace1f74b25f2a47 - 24.59% (4.95 MB)

[#009] sha256:eeb3e2ad4aa3d8ebc235b7ff9a5115a41747c7c83edc973dcdc41aa249d34583 - 0.03% (6.34 KB)

[#010] sha256:806e08df45120af33b7246f0eddcccda84cecb1fe44a41cb9f8688a6e5ffea1e - 0.01% (1.6 KB)

[#011] sha256:c5db835eb357c0205ae27b93c9ae8e53d9d350a7e7336c4fcbc1ecd964fb16ef - 0.0% (817 Bytes)


History
2026-01-28 01:18:44 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.23.3-armv7.tar.gz / # buildkit

2026-01-28 01:18:44 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2026-03-07 18:16:36 UTC (buildkit.dockerfile.v0)

LABEL maintainer=MaysWind <i@mayswind.net>

2026-03-07 18:16:36 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c addgroup -S -g 1000 ezbookkeeping && adduser -S -G ezbookkeeping -u 1000 ezbookkeeping # buildkit

2026-03-07 18:16:40 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk --no-cache add tzdata # buildkit

2026-03-07 18:16:42 UTC (buildkit.dockerfile.v0)

COPY docker/docker-entrypoint.sh /docker-entrypoint.sh # buildkit

2026-03-07 18:16:42 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod +x /docker-entrypoint.sh # buildkit

2026-03-07 18:16:43 UTC (buildkit.dockerfile.v0)

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

2026-03-07 18:16:43 UTC (buildkit.dockerfile.v0)

WORKDIR /ezbookkeeping

2026-03-07 18:22:35 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 /go/src/github.com/mayswind/ezbookkeeping/ezbookkeeping /ezbookkeeping/ezbookkeeping # buildkit

2026-03-07 18:22:35 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 /go/src/github.com/mayswind/ezbookkeeping/dist /ezbookkeeping/public # buildkit

2026-03-07 18:22:35 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 conf /ezbookkeeping/conf # buildkit

2026-03-07 18:22:35 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 templates /ezbookkeeping/templates # buildkit

2026-03-07 18:22:35 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 LICENSE /ezbookkeeping/LICENSE # buildkit

2026-03-07 18:22:35 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2026-03-07 18:22:35 UTC (buildkit.dockerfile.v0)

EXPOSE [8080/tcp]

2026-03-07 18:22:35 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

Details
Created

2026-03-07 18:21:21 UTC

Size

20.5 MB

Content Digest
Labels
  • maintainer
    MaysWind <i@mayswind.net>
  • org.opencontainers.image.created
    2026-03-07T18:16:00.931Z
  • org.opencontainers.image.description
    A lightweight, self-hosted personal finance app with a user-friendly interface and powerful bookkeeping features.
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    5ce1dc973c99de974fab01d05977e5119bbf274b
  • org.opencontainers.image.source
    https://github.com/mayswind/ezbookkeeping
  • org.opencontainers.image.title
    ezbookkeeping
  • org.opencontainers.image.url
    https://github.com/mayswind/ezbookkeeping
  • org.opencontainers.image.version
    SNAPSHOT-20260307-22804484936

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:d8ad8cd72600f46cc068e16c39046ebc76526e41051f43a8c249884b200936c0 - 19.56% (4 MB)

[#001] sha256:6103f0c1f8b6d80c3d3516bee419bf4c6aeb92145bb0c5a06da51a1a40fffaa0 - 0.0% (959 Bytes)

[#002] sha256:04f2959fa88ca8c72267e79870d2c083706882a3bedf70848ee83e5e01f788ef - 0.81% (170 KB)

[#003] sha256:b3d74d94734ab06f23dbf894997a3ca43c34e23f8a646d1018848bc1ebed2085 - 0.0% (267 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:50f1fba924bd8c6d2d00fee09282a258713d3b0cc6c385c7c8e6d035fc858a1e - 0.0% (160 Bytes)

[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#007] sha256:a4bb58126bfbe2e0ae0835e9b5179e10ab8278b704d4c9fddf9bc3a99e90d69b - 55.41% (11.3 MB)

[#008] sha256:56f93b378d6c2cb31dc86bea558d7435aec9c6b0fcd4a2d60af6e2d24f84c3fa - 24.18% (4.95 MB)

[#009] sha256:ec1883b13faa262d22f5be3eed67f2c47d4594c258670b1437c25d07fd642c49 - 0.03% (6.34 KB)

[#010] sha256:6678359b9c0022402cb29c79c9933cf2f007dc4b802f97b6e7a6e8be70a38f7c - 0.01% (1.6 KB)

[#011] sha256:c42cc52bd9b9c207116081eff37ee8f2dbabb7dcf167c88e57a17b52722aa94b - 0.0% (816 Bytes)


History
2026-01-28 01:18:09 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.23.3-aarch64.tar.gz / # buildkit

2026-01-28 01:18:09 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2026-03-07 18:16:29 UTC (buildkit.dockerfile.v0)

LABEL maintainer=MaysWind <i@mayswind.net>

2026-03-07 18:16:29 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c addgroup -S -g 1000 ezbookkeeping && adduser -S -G ezbookkeeping -u 1000 ezbookkeeping # buildkit

2026-03-07 18:16:30 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk --no-cache add tzdata # buildkit

2026-03-07 18:16:30 UTC (buildkit.dockerfile.v0)

COPY docker/docker-entrypoint.sh /docker-entrypoint.sh # buildkit

2026-03-07 18:16:30 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod +x /docker-entrypoint.sh # buildkit

2026-03-07 18:16:31 UTC (buildkit.dockerfile.v0)

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

2026-03-07 18:16:32 UTC (buildkit.dockerfile.v0)

WORKDIR /ezbookkeeping

2026-03-07 18:21:20 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 /go/src/github.com/mayswind/ezbookkeeping/ezbookkeeping /ezbookkeeping/ezbookkeeping # buildkit

2026-03-07 18:21:20 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 /go/src/github.com/mayswind/ezbookkeeping/dist /ezbookkeeping/public # buildkit

2026-03-07 18:21:20 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 conf /ezbookkeeping/conf # buildkit

2026-03-07 18:21:20 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 templates /ezbookkeeping/templates # buildkit

2026-03-07 18:21:21 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 LICENSE /ezbookkeeping/LICENSE # buildkit

2026-03-07 18:21:21 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2026-03-07 18:21:21 UTC (buildkit.dockerfile.v0)

EXPOSE [8080/tcp]

2026-03-07 18:21:21 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete