Namespace
mayswind
Image / Tag
ezbookkeeping:SNAPSHOT-20260301-22545459556
Content Digest
sha256:1085f4604aabc6f2cd3331e1599bf38966e5d01541dbbcde9ab76b4f447bcd26
Details
Created

2026-03-01 14:38:09 UTC

Size

21.3 MB

Content Digest
Labels
  • maintainer
    MaysWind <i@mayswind.net>
  • org.opencontainers.image.created
    2026-03-01T14:31:05.469Z
  • 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
    4845fdedfd6784179e1eff3646032959ea8ac8d8
  • 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-20260301-22545459556

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:e4a1b28aa032a1c29eef395f9994c67d461945b35b58ca470bd0685e3327d723 - 0.0% (955 Bytes)

[#002] sha256:dcf613d34f13cca99101db926b9e6bbec3f8d16301e02c2cc9005d4d090822a8 - 0.78% (170 KB)

[#003] sha256:b08c0081bc0209967ec8aa574055aefb3c89f86367c725b464fa9996ccde4bff - 0.0% (266 Bytes)

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

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

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

[#007] sha256:a9cc823a86a75703f29463e35fc9b8ccd107584f836a8e2256dcfca7386f7401 - 58.66% (12.5 MB)

[#008] sha256:cc43a0c06b00c705b6f0bfe3fc57e94ae605a3f24d51b2a21ea3fc978013b36b - 23.21% (4.94 MB)

[#009] sha256:419c19531f4ba1a4b063a634b4fb667175ab363c5faad4cccdd56b0d4a161e0e - 0.03% (6.36 KB)

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

[#011] sha256:7c1c46348bb02f78f22ddfd9d930f0527721ee2dce08a410fa4bbefdb1fc746d - 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-01 14:31:30 UTC (buildkit.dockerfile.v0)

LABEL maintainer=MaysWind <i@mayswind.net>

2026-03-01 14:31:30 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:31:32 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:31:32 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:31:32 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:31:32 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-01 14:31:32 UTC (buildkit.dockerfile.v0)

WORKDIR /ezbookkeeping

2026-03-01 14:38:09 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:38:09 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:38:09 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:38:09 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:38:09 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:38:09 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2026-03-01 14:38:09 UTC (buildkit.dockerfile.v0)

EXPOSE [8080/tcp]

2026-03-01 14:38:09 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

Details
Created

2026-03-01 14:37:35 UTC

Size

20.4 MB

Content Digest
Labels
  • maintainer
    MaysWind <i@mayswind.net>
  • org.opencontainers.image.created
    2026-03-01T14:31:05.469Z
  • 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
    4845fdedfd6784179e1eff3646032959ea8ac8d8
  • 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-20260301-22545459556

Environment
PATH

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


Layers

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

[#001] sha256:065eb00b4aec3716940ff4f2fd5714e581e8d6e11b7f2484a1fb53baafdb11b9 - 0.0% (955 Bytes)

[#002] sha256:66484b432d9b0164f245ad0fe8204a7f35619a84d4132d13680f1a260d29ad17 - 0.81% (170 KB)

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

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

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

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

[#007] sha256:f4090e6afeafed71c12275076ec05b25fd615b0c9022549beff7bae760f977f3 - 58.27% (11.9 MB)

[#008] sha256:aa6ff82a1f76f8008330cbef2cc58f2689572027f078cbe547c0a80479f015bc - 24.2% (4.94 MB)

[#009] sha256:bf18c865ae5fabeda6f6121c32d20d209823f6bd702f2f128eddeb40d1b4f13e - 0.03% (6.36 KB)

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

[#011] sha256:7c0050175c6de9e5d127ae385b3a8ce8f442479d7088ef2a716708a153841aa6 - 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-01 14:31:42 UTC (buildkit.dockerfile.v0)

LABEL maintainer=MaysWind <i@mayswind.net>

2026-03-01 14:31:42 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:31:44 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:31:44 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:31:45 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:31:46 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-01 14:31:46 UTC (buildkit.dockerfile.v0)

WORKDIR /ezbookkeeping

2026-03-01 14:37:35 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:37:35 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:37:35 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:37:35 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:37:35 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:37:35 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2026-03-01 14:37:35 UTC (buildkit.dockerfile.v0)

EXPOSE [8080/tcp]

2026-03-01 14:37:35 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

Details
Created

2026-03-01 14:37:47 UTC

Size

20.1 MB

Content Digest
Labels
  • maintainer
    MaysWind <i@mayswind.net>
  • org.opencontainers.image.created
    2026-03-01T14:31:05.469Z
  • 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
    4845fdedfd6784179e1eff3646032959ea8ac8d8
  • 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-20260301-22545459556

Environment
PATH

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


Layers

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

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

[#002] sha256:0332e14830e71f061438adbf367fab8a61a9a92d326170f6da845a607465c9c1 - 0.82% (170 KB)

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

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

[#005] sha256:402744f968abf7164194ff37aa2ada1bc39efd2049370f2ffdf70f1c5250d7c5 - 0.0% (162 Bytes)

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

[#007] sha256:d4965f79021efba35d09b33725096d84e9265bedd471740ebb3474d5923eab6e - 59.01% (11.9 MB)

[#008] sha256:75e1418b61c46334e0e0a3a55475e787b4f16026a94b4f7477554e05190fce4e - 24.55% (4.94 MB)

[#009] sha256:6c868e02426eff327de71a772fe58cc93423936c4c23863ee53929ee33248610 - 0.03% (6.36 KB)

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

[#011] sha256:4ed2884e413702809dd4272c35c48fb03d8f219d4e81688213c281a85d3f3622 - 0.0% (818 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-01 14:31:49 UTC (buildkit.dockerfile.v0)

LABEL maintainer=MaysWind <i@mayswind.net>

2026-03-01 14:31:49 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:31:50 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:31:52 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:31:52 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:31:53 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-01 14:31:53 UTC (buildkit.dockerfile.v0)

WORKDIR /ezbookkeeping

2026-03-01 14:37:46 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:37:46 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:37:46 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:37:46 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:37:47 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:37:47 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2026-03-01 14:37:47 UTC (buildkit.dockerfile.v0)

EXPOSE [8080/tcp]

2026-03-01 14:37:47 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

Details
Created

2026-03-01 14:36:57 UTC

Size

20.5 MB

Content Digest
Labels
  • maintainer
    MaysWind <i@mayswind.net>
  • org.opencontainers.image.created
    2026-03-01T14:31:05.469Z
  • 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
    4845fdedfd6784179e1eff3646032959ea8ac8d8
  • 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-20260301-22545459556

Environment
PATH

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


Layers

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

[#001] sha256:33099850bf8082e8e74c2b4dad16d70807b7ebc8a267bdd67fa0148f3e9106fb - 0.0% (955 Bytes)

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

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

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

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

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

[#007] sha256:77e8026517082973842b1b6bd9efa6a1d4da411fc6d8eefc02ee23f13a92da06 - 55.42% (11.3 MB)

[#008] sha256:50fa648024f2c7178e03de39dd27022bb7f4e93e3353d461f0bfa80b5c3000a1 - 24.15% (4.94 MB)

[#009] sha256:02e769356e2f560ad79c7cc2f68eccab339f415137940e2d7c39ad0449a137f7 - 0.03% (6.36 KB)

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

[#011] sha256:7b7bb3545863a3d5b79dcdb6a2b97a2defdb90820986c0f40904d520396245ed - 0.0% (818 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-01 14:31:46 UTC (buildkit.dockerfile.v0)

LABEL maintainer=MaysWind <i@mayswind.net>

2026-03-01 14:31:46 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:31:48 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:31:49 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:31:50 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:31:50 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-01 14:31:50 UTC (buildkit.dockerfile.v0)

WORKDIR /ezbookkeeping

2026-03-01 14:36:56 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:36:57 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:36:57 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:36:57 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:36:57 UTC (buildkit.dockerfile.v0)

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

2026-03-01 14:36:57 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2026-03-01 14:36:57 UTC (buildkit.dockerfile.v0)

EXPOSE [8080/tcp]

2026-03-01 14:36:57 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