websocket (1.0.6)
Published 2024-11-17 09:16:41 +01:00 by holzi1005
Installation
docker pull git.h2-invent.com/meetling/websocket:1.0.6
sha256:336f69fc37d9552ea8d4207008d96ef704f625b7870c6606451712006856d80d
Image layers
ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in / |
CMD ["/bin/sh"] |
LABEL Maintainer=Ernesto Serrano <info@ernesto.es> Description=Lightweight container with Nginx & PHP-FPM based on Alpine Linux. |
RUN /bin/sh -c apk --no-cache add php83 php83-ctype php83-curl php83-dom php83-exif php83-fileinfo php83-fpm php83-gd php83-iconv php83-intl php83-json php83-mbstring php83-mysqli php83-opcache php83-openssl php83-pecl-apcu php83-pdo php83-pdo_mysql php83-pgsql php83-phar php83-session php83-simplexml php83-soap php83-sodium php83-tokenizer php83-xml php83-xmlreader php83-zip php83-zlib nginx runit curl && apk add --no-cache --virtual .gettext gettext && mv /usr/bin/envsubst /tmp/ && runDeps="$( scanelf --needed --nobanner /tmp/envsubst | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --no-cache $runDeps && apk del .gettext && mv /tmp/envsubst /usr/local/bin/ && rm -rf /var/cache/apk/* && rm /etc/nginx/http.d/default.conf && mkdir -p /run /var/lib/nginx /var/www/html /var/log/nginx && chown -R nobody:nobody /run /var/lib/nginx /var/www/html /var/log/nginx # buildkit |
COPY --chown=nobody rootfs/ / # buildkit |
USER nobody |
WORKDIR /var/www/html |
EXPOSE map[8080/tcp:{}] |
ENTRYPOINT ["/bin/docker-entrypoint.sh"] |
HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail http://127.0.0.1:8080/fpm-ping || exit 1"] "0s" "10s" "0s" "0s" '\x00'} |
ENV nginx_root_directory=/var/www/html client_max_body_size=2M clear_env=no allow_url_fopen=On allow_url_include=Off display_errors=Off file_uploads=On max_execution_time=0 max_input_time=-1 max_input_vars=1000 memory_limit=128M post_max_size=8M upload_max_filesize=2M zlib_output_compression=On |
ARG VERSION= |
ARG WEBDIR=/var/www/html |
LABEL version=1.0.6 Maintainer=H2 invent GmbH Description=Docker Image Jitsi Admin Websocket org.opencontainers.version=1.0.6 org.opencontainers.image.title=Jitsi Admin org.opencontainers.image.license=AGPLv3 org.opencontainers.image.vendor=H2 invent GmbH org.opencontainers.image.authors=Emanuel Holzmann <support@h2-invent.com> org.opencontainers.image.source=https://github.com/h2-invent/jitsi-admin org.opencontainers.image.documentation=https://meetling.de org.opencontainers.image.url=https://jitsi-admin.de |
USER root |
RUN |2 VERSION=1.0.6 WEBDIR=/var/www/html /bin/sh -c apk --no-cache add unzip nodejs cronie # buildkit |
RUN |2 VERSION=1.0.6 WEBDIR=/var/www/html /bin/sh -c rm -r /etc/service/nginx && rm -r /etc/service/php # buildkit |
RUN |2 VERSION=1.0.6 WEBDIR=/var/www/html /bin/sh -c mkdir /etc/service/websocket && echo "#!/bin/sh -e" > /etc/service/websocket/run && echo "exec 2>&1 /usr/bin/node ${WEBDIR}" >> /etc/service/websocket/run && chown -R nobody:nobody /etc/service/websocket && chmod +x /etc/service/websocket/run # buildkit |
RUN |2 VERSION=1.0.6 WEBDIR=/var/www/html /bin/sh -c wget https://github.com/H2-invent/jitsi-admin/releases/download/${VERSION}/websocket.zip -O artifact.zip && unzip artifact.zip -d ${WEBDIR} && chown -R nobody ${WEBDIR} && chmod -R 700 ${WEBDIR} # buildkit |
RUN |2 VERSION=1.0.6 WEBDIR=/var/www/html /bin/sh -c apk del unzip && rm artifact.zip && rm -rf /var/cache/apk/* # buildkit |
EXPOSE map[3000/tcp:{}] |
USER nobody |
HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail http://127.0.0.1:3000/healthz || exit 1"] "0s" "10s" "0s" '\x00'} |
Labels
Key | Value |
---|---|
Description | Docker Image Jitsi Admin Websocket |
Maintainer | H2 invent GmbH |
org.opencontainers.image.authors | Emanuel Holzmann <support@h2-invent.com> |
org.opencontainers.image.documentation | https://meetling.de |
org.opencontainers.image.license | AGPLv3 |
org.opencontainers.image.source | https://github.com/h2-invent/jitsi-admin |
org.opencontainers.image.title | Jitsi Admin |
org.opencontainers.image.url | https://jitsi-admin.de |
org.opencontainers.image.vendor | H2 invent GmbH |
org.opencontainers.version | 1.0.6 |
version | 1.0.6 |
Details
2024-11-17 09:16:41 +01:00
Versions (38)
View all
Container
19
OCI / Docker
linux/amd64
Emanuel Holzmann <support@h2-invent.com>
43 MiB