uptime-kuma (1.23.13)

Published 2024-09-26 20:35:45 +00:00 by ami

Installation

docker pull git.ami.sc/ami/uptime-kuma:1.23.13
sha256:6b91ac6982fea44cf0668e5661c64fd751305a38ae7b79204b8195a6c48aa587

Image Layers

LABEL maintainer=Clement Verna <cverna@fedoraproject.org>
ENV DISTTAG=f40container FGC=f40 FBR=f40
ADD fedora-20240916.tar / # buildkit
CMD ["/bin/bash"]
ENV NODEJS_VERSION="v20.17.0"
ENV UPTIME_KUMA_VERSION="1.23.13"
/bin/sh -c dnf update -y --refresh
/bin/sh -c dnf install -y wget git
/bin/sh -c dnf clean all -y
/bin/sh -c wget "https://nodejs.org/dist/${NODEJS_VERSION}/node-${NODEJS_VERSION}-linux-x64.tar.xz" && tar xvf node-${NODEJS_VERSION}-linux-x64.tar.xz && cp -r node-${NODEJS_VERSION}-linux-x64/{lib,share,include,bin} /usr && rm -r node-${NODEJS_VERSION}-linux-x64 && rm node-${NODEJS_VERSION}-linux-x64.tar.xz && corepack enable
/bin/sh -c useradd -ms /bin/bash uptime-kuma
USER uptime-kuma
WORKDIR /app
/bin/sh -c git clone "https://github.com/louislam/uptime-kuma" . && git checkout "${UPTIME_KUMA_VERSION}" && npm run setup

Labels

Key Value
io.buildah.version 1.37.2
maintainer Clement Verna <cverna@fedoraproject.org>
Details
Container
2024-09-26 20:35:45 +00:00
0
OCI / Docker
linux/amd64
347 MiB
Versions (2) View all
1.23.15 2024-10-05
1.23.13 2024-09-26