tms

ommekas (josz)

Published 2023-09-25 14:32:34 +02:00 by tms

Installation

docker pull git.lameops.io/tms/ommekas:josz
sha256:586da1386c6ea1300f45ac9d73804f230f4f1ab61e81d8d25bb149aeded5af86

Image Layers

ADD file:32ff5e7a78b890996ee4681cc0a26185d3e9acdb4eb1e2aaccb2411f922fed6b in /
CMD ["/bin/sh"]
LABEL Maintainer=TMS <tms@lameops.io> Description=Omeka S docker container with NGINX
/bin/sh -c apk --update add ca-certificates
/bin/sh -c apk --no-cache add php82 php82-fpm php82-opcache php82-openssl php82-curl php82-pdo php82-pdo_mysql php82-session php82-mbstring php82-fileinfo php82-xml nginx supervisor curl unzip
COPY file:f91b2615deeb5d5f04e8a5c12680bca61444474c0edad72eb2bb3cb4b09f132a in /etc/nginx/nginx.conf
COPY file:f29e901626f90eb7a66447960931f95ea36f378e82d39560307086b667d3eb68 in /etc/php82/php-fpm.d/www.conf
COPY file:748698cbb087869058266080913f3bca9aca46123031c231dece2f17fd00a4ca in /etc/php82/conf.d/custom.ini
COPY file:a9814f36dec29016c8ad40d9c12085e61c717460ead2a799a82920bbb50792d0 in /etc/supervisor/conf.d/supervisord.conf
/bin/sh -c mkdir -p /var/www/html
WORKDIR /tmp
ADD fd129a41909fb32b44211c09eb97aec24f5339a1f030ae418c65e0308a70340b in /tmp
/bin/sh -c unzip omeka-s-4.0.4.zip -d /var/www/html/ && rm omeka-s-4.0.4.zip
/bin/sh -c chown -R nobody.nobody /var/www/html && chown -R nobody.nobody /run && chown -R nobody.nobody /var/lib/nginx && chown -R nobody.nobody /var/log/nginx && chown -R nobody.nobody /var/log/php82
WORKDIR /var/www/html/omeka-s
USER nobody
EXPOSE 8080
CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]
HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail http://127.0.0.1:8080/fpm-ping"] "0s" "10s" "0s" '\x00'}

Labels

Key Value
Description Omeka S docker container with NGINX
Maintainer TMS <tms@lameops.io>
Details
Container
2023-09-25 14:32:34 +02:00
1
OCI / Docker
linux/amd64
83 MiB
Versions (1) View all
josz 2023-09-25