2023-09-17 08:35:34 UTC
42.8 MB
80
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:00d3338ddf144c8002eef2e9ac6cdbec53884d822322e39d5dad1e95d0c234f9 - 64.9% (27.8 MB)
[#001] sha256:557ea8465e9ab64525f9c9f445c9d6ad9bd160de14795927f36eeecdb85ce099 - 0.0% (93 Bytes)
[#002] sha256:3ecb6f16884ee3e818bdce60a5a3a6450c7075de77b04df55f85d6be8721a0a3 - 13.24% (5.67 MB)
[#003] sha256:7937544357048ee3618c32cf67943adb660a1b5e60e10ad92dff5d734c6af954 - 21.86% (9.35 MB)
/bin/sh -c #(nop) ADD file:77b00777bef418f748158280f771c33a49fde4806c03d39ff0b48b746ddd9709 in /
2023-09-07 00:22:56 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-09-17 08:35:26 UTC (buildkit.dockerfile.v0)ENV GOTIFY_SERVER_PORT=80
2023-09-17 08:35:26 UTC (buildkit.dockerfile.v0)WORKDIR /app
2023-09-17 08:35:34 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
2023-09-17 08:35:34 UTC (buildkit.dockerfile.v0)ADD gotify-app /app/ # buildkit
2023-09-17 08:35:34 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "curl --fail http://localhost:$GOTIFY_SERVER_PORT/health || exit 1"] "30s" "5s" "5s" '\x00'}
2023-09-17 08:35:34 UTC (buildkit.dockerfile.v0)EXPOSE map[80/tcp:{}]
2023-09-17 08:35:34 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["./gotify-app"]
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.