• Hell
  • https://forust.xyz
  • Nothing special, I'm just a kid that once saw a computer in his childhood and wanted to become a PrOgramMer. Maintaining my homeserver and some VPServers | DevOps | OffSec | Arch- Kali- Linux |

  • Joined on 2025-11-15

statuspage (dev)

Published 2026-07-02 08:02:21 +00:00 by forust

Installation

docker pull gitea.forust.xyz/forust/statuspage:dev
sha256:73fcb6ab7ba8ad102a22779e6896e79b7517a6f2a0cb1d548474f31d82fcd925

Image Layers

bazel build @bookworm//base-files/amd64:data_statusd
bazel build @bookworm//netbase/amd64:data_statusd
bazel build @bookworm//tzdata/amd64:data_statusd
bazel build @bookworm//media-types/amd64:data_statusd
bazel build //common:rootfs
bazel build //common:passwd
bazel build //common:home
bazel build //common:group
bazel build //common:tmp
bazel build //static:nsswitch
bazel build //common:os_release_debian12
bazel build //common:cacerts_debian12_amd64
bazel build @bookworm//libc6/amd64:data_statusd
bazel build @bookworm//libssl3/amd64:data_statusd
WORKDIR /
COPY /statuspage /statuspage # buildkit
COPY /app/build /frontend/build # buildkit
EXPOSE [3000/tcp]
ENV DATA_DIR=/data
HEALTHCHECK {Test:[CMD /statuspage -healthcheck] Interval:30s Timeout:5s StartPeriod:0s StartInterval:0s Retries:3}
ENTRYPOINT ["/statuspage"]
Details
Container
2026-07-02 08:02:21 +00:00
2
OCI / Docker
linux/amd64
17 MiB
Versions (7) View all
latest 2026-07-02
dev 2026-07-02
prod 2026-07-01
main 2026-07-01
dev-opencode 2026-07-01