navisearch (amd64)

Published 2024-06-07 19:51:39 -05:00 by Korbs

Installation

docker pull ark.sudovanilla.org/korbs/navisearch:amd64
sha256:26711ba417040756d578e5bfc42c68b94cfc18c2b933dc1f7f62ed5a6b2b75be

Image Layers

ADD file:e3abcdba177145039cfef1ad882f9f81a612a24c9f044b19f713b95454d2e3f6 in /
CMD ["/bin/sh"]
WORKDIR /var/www/html/narvisearch
RUN /bin/sh -c apk update && apk upgrade # buildkit
RUN /bin/sh -c apk add php apache2-ssl php83-fileinfo php83-openssl php83-iconv php83-common php83-dom php83-sodium php83-curl curl php83-pecl-apcu php83-apache2 imagemagick php83-pecl-imagick php-mbstring imagemagick-webp imagemagick-jpeg # buildkit
COPY ./docker/apache/ /etc/apache2/ # buildkit
COPY . . # buildkit
EXPOSE map[80/tcp:{}]
EXPOSE map[443/tcp:{}]
ENV NS_PROTO=http
CMD ["./docker/docker-entrypoint.sh"]
Details
Container
2024-06-07 19:51:39 -05:00
1
OCI / Docker
linux/amd64
28 MiB
Versions (2) View all
arm64 2024-06-07
amd64 2024-06-07