Namespace
gotify
Image / Tag
server:2.5
Content Digest
sha256:87761c6884bab9169699111bc542c0d29ae785247e2129ac9b3a07e54b686281
Details
Created

2024-06-23 17:19:22 UTC

Size

42.9 MB

Content Digest
Environment
GOTIFY_SERVER_PORT

80

PATH

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


Layers

[#000] sha256:d693fe8c42ef85a9405d5a1977ea60b695ed949b0b551af5483667536a3bacd5 - 64.78% (27.8 MB)

[#001] sha256:a7f95f52218f413122fe6cd60e18a964d0e8c319cf8cd4057cdb9ef39fcd5b87 - 0.0% (93 Bytes)

[#002] sha256:39d1810f7944eb26668c3358935bc5939b516ccd739c1b2d874dff6fc2551c00 - 12.81% (5.5 MB)

[#003] sha256:38f32965ace91cd488e17f8997b5d097471a06cf60a2d6e460a84d7d348b52b3 - 22.4% (9.61 MB)


History
2024-06-13 01:23:01 UTC

/bin/sh -c #(nop) ADD file:8e72543e3a341a8e3e2b8c32be6f7a8c620bf444b3da85feb5a0b66031d2f771 in /

2024-06-13 01:23:01 UTC

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

2024-06-23 17:19:17 UTC (buildkit.dockerfile.v0)

ENV GOTIFY_SERVER_PORT=80

2024-06-23 17:19:17 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-06-23 17:19:22 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -yq tzdata curl ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit

2024-06-23 17:19:22 UTC (buildkit.dockerfile.v0)

ADD gotify-app /app/ # buildkit

2024-06-23 17:19:22 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "curl --fail http://localhost:$GOTIFY_SERVER_PORT/health || exit 1"] "30s" "5s" "5s" "0s" '\x00'}

2024-06-23 17:19:22 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2024-06-23 17:19:22 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["./gotify-app"]

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