Namespace
mayswind
Image / Tag
ezbookkeeping:SNAPSHOT-20250619
Content Digest
sha256:d68021c9f383cbd6bba94d885daca6acc3a296b4a98bab0b6cd6c8aa19ee2e7f
Details
Created

2025-06-19 17:13:33 UTC

Size

17.6 MB

Content Digest
Labels
  • maintainer
    MaysWind <i@mayswind.net>
  • org.opencontainers.image.created
    2025-06-19T16:58:10.398Z
  • org.opencontainers.image.description
    A lightweight personal bookkeeping app hosted by yourself.
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    4a6f7eb43cf1422e00cc560e6bf1250ce519a225
  • 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-20250619

Environment
PATH

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


Layers

[#000] sha256:f18232174bc91741fdf3da96d85011092101a032a93a388b79e99e69c2d5c870 - 19.76% (3.47 MB)

[#001] sha256:95f4c5361a723b77506f364396bcd204b8f5a6e4bbb59b81880faf9ba055ff38 - 0.01% (954 Bytes)

[#002] sha256:134c10a9ad2c751aeec694e29704fccf7b9e2681e524cc9022792bfd2dbd8409 - 0.94% (169 KB)

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

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

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

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

[#007] sha256:e0d727e9c5d57cf46efc8abbbef07550b757fe92aaf4f769affd49a0033eb8fb - 54.63% (9.6 MB)

[#008] sha256:147bdbd634b3e8969d47b883f9b4673b2833d48c76f0a54965eeb64f467d9ef9 - 24.62% (4.33 MB)

[#009] sha256:a0a0e744ceeda70bd644fe769e1764bc6c1ab9785482203d3e22581d52042a59 - 0.03% (4.73 KB)

[#010] sha256:1afe3888dba7bfb4a7719bb3cb06de35a0cdc3a6dd4181ad038e53315bf11394 - 0.0% (919 Bytes)

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


History
2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

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

2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-06-19 16:58:20 UTC (buildkit.dockerfile.v0)

LABEL maintainer=MaysWind <i@mayswind.net>

2025-06-19 16:58:20 UTC (buildkit.dockerfile.v0)

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

2025-06-19 16:58:22 UTC (buildkit.dockerfile.v0)

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

2025-06-19 16:58:22 UTC (buildkit.dockerfile.v0)

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

2025-06-19 16:58:22 UTC (buildkit.dockerfile.v0)

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

2025-06-19 16:58:23 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

2025-06-19 16:58:23 UTC (buildkit.dockerfile.v0)

WORKDIR /ezbookkeeping

2025-06-19 17:13:33 UTC (buildkit.dockerfile.v0)

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

2025-06-19 17:13:33 UTC (buildkit.dockerfile.v0)

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

2025-06-19 17:13:33 UTC (buildkit.dockerfile.v0)

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

2025-06-19 17:13:33 UTC (buildkit.dockerfile.v0)

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

2025-06-19 17:13:33 UTC (buildkit.dockerfile.v0)

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

2025-06-19 17:13:33 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2025-06-19 17:13:33 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2025-06-19 17:13:33 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

Details
Created

2025-06-19 19:12:26 UTC

Size

16.9 MB

Content Digest
Labels
  • maintainer
    MaysWind <i@mayswind.net>
  • org.opencontainers.image.created
    2025-06-19T16:58:10.398Z
  • org.opencontainers.image.description
    A lightweight personal bookkeeping app hosted by yourself.
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    4a6f7eb43cf1422e00cc560e6bf1250ce519a225
  • 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-20250619

Environment
PATH

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


Layers

[#000] sha256:76099982f06682e28a60c3b774ef20931d07b0a2f551203484e633d8c0361ee7 - 18.98% (3.21 MB)

[#001] sha256:b958a03bf4a89eda399c14ef096b577801222a35e5efdc484f3a5b932b9da3e1 - 0.01% (955 Bytes)

[#002] sha256:04e68cdc0140a6c6a452a18675874fb8e06305a80d3fdbdfb2a211a933810934 - 0.98% (169 KB)

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

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

[#005] sha256:ba6f7d7e2f8f2dcb308d7295a59fd015f7ea7e5b2f318a938d74503202e33fd4 - 0.0% (161 Bytes)

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

[#007] sha256:415bbaf44984a92fbec6f9c658a5e066d9916f2f7666c97dd77712afc99be041 - 54.39% (9.19 MB)

[#008] sha256:1b73d441ac632bfa2931784309b03ce9d919be5c0c0b9785d78708adbd64de40 - 25.6% (4.33 MB)

[#009] sha256:436939597891ad77f03f8bf48153225c64dc5955d4a42de155b753eb7c06210b - 0.03% (4.73 KB)

[#010] sha256:ffbd607a2660224a2ecd1ff45065ccad754d31a8ef8d289b80d1a63c0280e6d8 - 0.01% (920 Bytes)

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


History
2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

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

2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-06-19 16:58:20 UTC (buildkit.dockerfile.v0)

LABEL maintainer=MaysWind <i@mayswind.net>

2025-06-19 16:58:20 UTC (buildkit.dockerfile.v0)

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

2025-06-19 16:58:26 UTC (buildkit.dockerfile.v0)

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

2025-06-19 16:58:26 UTC (buildkit.dockerfile.v0)

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

2025-06-19 16:58:26 UTC (buildkit.dockerfile.v0)

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

2025-06-19 16:58:26 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

2025-06-19 16:58:27 UTC (buildkit.dockerfile.v0)

WORKDIR /ezbookkeeping

2025-06-19 19:12:26 UTC (buildkit.dockerfile.v0)

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

2025-06-19 19:12:26 UTC (buildkit.dockerfile.v0)

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

2025-06-19 19:12:26 UTC (buildkit.dockerfile.v0)

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

2025-06-19 19:12:26 UTC (buildkit.dockerfile.v0)

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

2025-06-19 19:12:26 UTC (buildkit.dockerfile.v0)

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

2025-06-19 19:12:26 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2025-06-19 19:12:26 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2025-06-19 19:12:26 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

Details
Created

2025-06-19 19:12:30 UTC

Size

16.6 MB

Content Digest
Labels
  • maintainer
    MaysWind <i@mayswind.net>
  • org.opencontainers.image.created
    2025-06-19T16:58:10.398Z
  • org.opencontainers.image.description
    A lightweight personal bookkeeping app hosted by yourself.
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    4a6f7eb43cf1422e00cc560e6bf1250ce519a225
  • 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-20250619

Environment
PATH

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


Layers

[#000] sha256:85f3b18f9f5a8655db86c6dfb02bb01011ffef63d10a173843c5c65c3e9137b7 - 17.77% (2.95 MB)

[#001] sha256:cd72197ef90de028cb31a1467aa046f5ad0fe29fbe0901bc8b9d4b96aa60df45 - 0.01% (955 Bytes)

[#002] sha256:3d590a7bc52ba7bfcfa32382ff9d774bb1bdfec42af6d7354655f258daf9343b - 0.99% (169 KB)

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

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

[#005] sha256:ba6f7d7e2f8f2dcb308d7295a59fd015f7ea7e5b2f318a938d74503202e33fd4 - 0.0% (161 Bytes)

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

[#007] sha256:724c60ddf4ff44e1810ff0966254a8bcb9092065a134b6e8c523ec4583790b38 - 55.16% (9.17 MB)

[#008] sha256:bd07e34f04c91ac4afcb2212df08197901f52d1fe2faf7214e3959548af60fe8 - 26.03% (4.33 MB)

[#009] sha256:955123c6ee63e38ea48f5953a056f99373bc07ac9dacb54a23e3e60354638037 - 0.03% (4.73 KB)

[#010] sha256:c889bf2cb06f26b35280a1290bad9bc12ec8fd0a1e504828a335ec0269850123 - 0.01% (920 Bytes)

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


History
2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

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

2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-06-19 16:58:20 UTC (buildkit.dockerfile.v0)

LABEL maintainer=MaysWind <i@mayswind.net>

2025-06-19 16:58:20 UTC (buildkit.dockerfile.v0)

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

2025-06-19 16:58:26 UTC (buildkit.dockerfile.v0)

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

2025-06-19 16:58:26 UTC (buildkit.dockerfile.v0)

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

2025-06-19 16:58:26 UTC (buildkit.dockerfile.v0)

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

2025-06-19 16:58:26 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

2025-06-19 16:58:26 UTC (buildkit.dockerfile.v0)

WORKDIR /ezbookkeeping

2025-06-19 19:12:30 UTC (buildkit.dockerfile.v0)

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

2025-06-19 19:12:30 UTC (buildkit.dockerfile.v0)

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

2025-06-19 19:12:30 UTC (buildkit.dockerfile.v0)

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

2025-06-19 19:12:30 UTC (buildkit.dockerfile.v0)

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

2025-06-19 19:12:30 UTC (buildkit.dockerfile.v0)

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

2025-06-19 19:12:30 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2025-06-19 19:12:30 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2025-06-19 19:12:30 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

Details
Created

2025-06-19 19:03:48 UTC

Size

17.2 MB

Content Digest
Labels
  • maintainer
    MaysWind <i@mayswind.net>
  • org.opencontainers.image.created
    2025-06-19T16:58:10.398Z
  • org.opencontainers.image.description
    A lightweight personal bookkeeping app hosted by yourself.
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    4a6f7eb43cf1422e00cc560e6bf1250ce519a225
  • 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-20250619

Environment
PATH

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


Layers

[#000] sha256:6e771e15690e2fabf2332d3a3b744495411d6e0b00b2aea64419b58b0066cf81 - 22.16% (3.81 MB)

[#001] sha256:580fad0b2e649da99102d8b7a4e393e63eeda2d724f1d5161519da5a82e1ea70 - 0.01% (955 Bytes)

[#002] sha256:84da4b972e54f28dbd563000885c3fe21d26bb0d21af631cd9991bdb65ceffdd - 0.96% (169 KB)

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

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

[#005] sha256:ba6f7d7e2f8f2dcb308d7295a59fd015f7ea7e5b2f318a938d74503202e33fd4 - 0.0% (161 Bytes)

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

[#007] sha256:99ddaa7035cebcf8337d500727bd7abf31fde9f566c12d9f8696ef2153521e2d - 51.66% (8.88 MB)

[#008] sha256:9ea4e280f818345de24aea4c113d625af499f731b814e626256bb708ba797ae6 - 25.18% (4.33 MB)

[#009] sha256:85f629f6ec4124cc50e7f499b0c0d0a62bbeb019d5e88895726acfaa26f4adc9 - 0.03% (4.73 KB)

[#010] sha256:886e9900246b8a3b5d60a708c343cc3e7a9c4411c40040fc21f5f18c57fb0371 - 0.01% (920 Bytes)

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


History
2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

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

2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-06-19 16:58:20 UTC (buildkit.dockerfile.v0)

LABEL maintainer=MaysWind <i@mayswind.net>

2025-06-19 16:58:20 UTC (buildkit.dockerfile.v0)

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

2025-06-19 16:58:26 UTC (buildkit.dockerfile.v0)

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

2025-06-19 16:58:26 UTC (buildkit.dockerfile.v0)

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

2025-06-19 16:58:26 UTC (buildkit.dockerfile.v0)

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

2025-06-19 16:58:26 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

2025-06-19 16:58:27 UTC (buildkit.dockerfile.v0)

WORKDIR /ezbookkeeping

2025-06-19 19:03:48 UTC (buildkit.dockerfile.v0)

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

2025-06-19 19:03:48 UTC (buildkit.dockerfile.v0)

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

2025-06-19 19:03:48 UTC (buildkit.dockerfile.v0)

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

2025-06-19 19:03:48 UTC (buildkit.dockerfile.v0)

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

2025-06-19 19:03:48 UTC (buildkit.dockerfile.v0)

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

2025-06-19 19:03:48 UTC (buildkit.dockerfile.v0)

USER 1000:1000

2025-06-19 19:03:48 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2025-06-19 19:03:48 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