Namespace
justsong
Image / Tag
go-file:latest
Content Digest
sha256:9860606003f432cc15ecec4f2cff61fedc7f446acf4bdcc4ef3d936b7466ba20
Details
Created

2023-05-20 07:02:03 UTC

Size

11.8 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-05-20T07:00:00.144Z
  • org.opencontainers.image.description
    基于 Go 的文件分享工具,仅单可执行文件,开箱即用,内置图床和视频播放页面. File sharing tool based on Go.
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    a0c1807cd0462e7a0f4d87f3e44813db0d5d3b0d
  • org.opencontainers.image.source
    https://github.com/songquanpeng/go-file
  • org.opencontainers.image.title
    go-file
  • org.opencontainers.image.url
    https://github.com/songquanpeng/go-file
  • org.opencontainers.image.version
    v0.4.12

Environment
PATH

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

PORT

3000


Layers

[#000] sha256:8a49fdb3b6a5ff2bd8ec6a86c05b2922a0f7454579ecc07637e94dfd1d0639b6 - 27.56% (3.24 MB)

[#001] sha256:6c0696470a5d72623bbcfd5d03a09a42a461c0d4bff1904c0f0ff8f1544325c7 - 21.28% (2.5 MB)

[#002] sha256:cc95f799a85bbb341bcbc01ca986b84cca0c49ef88189592ec107368fd30c833 - 51.16% (6.01 MB)

[#003] sha256:576cd38f4e4412c9c26977f3c11c99f30dd9238afc3a05719ee51ad58e99ffee - 0.0% (93 Bytes)


History
2023-05-09 23:11:10 UTC

/bin/sh -c #(nop) ADD file:7625ddfd589fb824ee39f1b1eb387b98f3676420ff52f26eb9d975151e889667 in /

2023-05-09 23:11:10 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2023-05-20 07:00:14 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk update && apk upgrade && apk add --no-cache ca-certificates tzdata && update-ca-certificates 2>/dev/null || true # buildkit

2023-05-20 07:02:03 UTC (buildkit.dockerfile.v0)

ENV PORT=3000

2023-05-20 07:02:03 UTC (buildkit.dockerfile.v0)

COPY /build/go-file / # buildkit

2023-05-20 07:02:03 UTC (buildkit.dockerfile.v0)

WORKDIR /data

2023-05-20 07:02:03 UTC (buildkit.dockerfile.v0)

EXPOSE map[3000/tcp:{}]

2023-05-20 07:02:03 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/go-file"]

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