Namespace
reallibrephotos
Image / Tag
librephotos-frontend:dev-amd64
Content Digest
sha256:a69ebe5fd50acd2a7a251351b578387a38f9a338166d3d1e9417b895e6ec59b8
Details
Created

2026-05-20 16:10:03 UTC

Size

5.82 MB

Content Digest
Labels
  • life.apets.description
    A tiny static file server
  • life.apets.name
    Static File Server
  • life.apets.schema-version
    1.0
  • life.apets.url
    https://github.com/halverneus/static-file-server
  • life.apets.vendor
    Halverneus
  • life.apets.version
    v1.8.12

Environment
PATH

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

PORT

3000


Layers

[#000] sha256:25c47605fc56997550085e1f5ef8c3954295125d1210ea426dfe2f2b01a978a3 - 46.34% (2.7 MB)

[#001] sha256:f2a09e46a12e6858974c777fc0a17b40ab2e84f3b19bc06798c4d6d1a15ac04d - 0.01% (450 Bytes)

[#002] sha256:f016881ee4c75930440fa2bab43ec7c08f19d764e5544e173b0fc11e0d2401b4 - 53.65% (3.12 MB)

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


History
2026-02-14 23:49:41 UTC (buildkit.dockerfile.v0)

EXPOSE [8080/tcp]

2026-02-14 23:49:41 UTC (buildkit.dockerfile.v0)

COPY /serve / # buildkit

2026-02-14 23:49:41 UTC (buildkit.dockerfile.v0)

COPY /etc/passwd /etc/passwd # buildkit

2026-02-14 23:49:41 UTC (buildkit.dockerfile.v0)

USER static

2026-02-14 23:49:41 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/serve"]

2026-02-14 23:49:41 UTC (buildkit.dockerfile.v0)

CMD []

2026-02-14 23:49:41 UTC (buildkit.dockerfile.v0)

LABEL life.apets.vendor=Halverneus life.apets.url=https://github.com/halverneus/static-file-server life.apets.name=Static File Server life.apets.description=A tiny static file server life.apets.version=v1.8.12 life.apets.schema-version=1.0

2026-05-20 16:10:03 UTC (buildkit.dockerfile.v0)

ENV PORT=3000

2026-05-20 16:10:03 UTC (buildkit.dockerfile.v0)

EXPOSE [3000/tcp]

2026-05-20 16:10:03 UTC (buildkit.dockerfile.v0)

COPY /usr/src/app/dist /web # buildkit

2026-05-20 16:10:03 UTC (buildkit.dockerfile.v0)

COPY /usr/src/app/dist/git_hash.txt /web # buildkit

2026-05-20 16:10:03 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/serve"]

2026-05-20 16:10:03 UTC (buildkit.dockerfile.v0)

CMD []

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