livekit-webhook (2.8.2)
Published 2025-05-29 12:24:14 +02:00 by holzi1005
Installation
docker pull git.h2-invent.com/meetling/livekit-webhook:2.8.2
sha256:9712d4cab5a200d42969b5f428dd775cb21e473f6aebf9a5cec94dc352d5085a
Image layers
ADD alpine-minirootfs-3.20.6-x86_64.tar.gz / # buildkit |
CMD ["/bin/sh"] |
ARG VERSION=2.8.2 |
LABEL version=2.8.2 Maintainer=H2 invent GmbH Description=Webhook Server org.opencontainers.version=2.8.2 org.opencontainers.image.title=Webhook Server org.opencontainers.image.vendor=H2 invent GmbH org.opencontainers.image.authors=Andreas Holzmann <support@h2-invent.com> org.opencontainers.image.documentation=https://h2-invent.com org.opencontainers.image.url=https://h2-invent.com |
RUN |1 VERSION=2.8.2 /bin/sh -c apk --no-cache add git curl wget jq && rm -rf /var/cache/apk/* # buildkit |
RUN |1 VERSION=2.8.2 /bin/sh -c addgroup -S webhook && adduser -S webhook -G webhook # buildkit |
WORKDIR /opt/webhook |
RUN |1 VERSION=2.8.2 /bin/sh -c wget https://github.com/adnanh/webhook/releases/download/${VERSION}/webhook-linux-amd64.tar.gz -O webhook-linux-amd64.tar.gz && tar -xzf webhook-linux-amd64.tar.gz && mv webhook-linux-amd64/webhook /usr/local/bin/ && chmod +x /usr/local/bin/webhook && rm -rf webhook-linux-amd64* # buildkit |
COPY hooks.json /opt/webhook/webhook/hooks.json # buildkit |
COPY relay-script.sh /opt/webhook/relay-script.sh # buildkit |
COPY entrypoint.sh /entrypoint.sh # buildkit |
RUN |1 VERSION=2.8.2 /bin/sh -c chmod +x /opt/webhook/relay-script.sh /entrypoint.sh # buildkit |
USER webhook |
EXPOSE map[9000/tcp:{}] |
HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail http://127.0.0.1:9000/ || exit 1"] "0s" "4s" "0s" '\x00'} |
ENTRYPOINT ["/entrypoint.sh"] |
Labels
Key | Value |
---|---|
Description | Webhook Server |
Maintainer | H2 invent GmbH |
org.opencontainers.image.authors | Andreas Holzmann <support@h2-invent.com> |
org.opencontainers.image.documentation | https://h2-invent.com |
org.opencontainers.image.title | Webhook Server |
org.opencontainers.image.url | https://h2-invent.com |
org.opencontainers.image.vendor | H2 invent GmbH |
org.opencontainers.version | 2.8.2 |
version | 2.8.2 |
Details
2025-05-29 12:24:14 +02:00
Versions (21)
View all
Container
4
OCI / Docker
linux/amd64
Andreas Holzmann <support@h2-invent.com>
17 MiB