jtl-shop (sha256:658620735c6dbf634b6090d4fc3e32a6806e5195aa3866cc0ecdb9a5abfd3bad)

Published 2025-11-01 19:37:30 +01:00 by fabrice.kirchner in fabrice.kirchner/jtl-shop-docker

Installation

docker pull git.casa-due-pur.de/fabrice.kirchner/jtl-shop@sha256:658620735c6dbf634b6090d4fc3e32a6806e5195aa3866cc0ecdb9a5abfd3bad
sha256:658620735c6dbf634b6090d4fc3e32a6806e5195aa3866cc0ecdb9a5abfd3bad

Image layers

# debian.sh --arch 'arm64' out/ 'stable' '@1760918400'
LABEL org.opencontainers.image.authors=fabrice.kirchner@casa-due-pur.de
ARG DEBIAN_FRONTEND=noninteractive
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y -qq --no-install-recommends apache2 libapache2-mod-security2 libapache2-mod-fcgid libapache2-mod-xsendfile libfcgi-bin zip jpegoptim optipng gifsicle openssl ssl-cert ca-certificates zip curl && rm -rf /var/lib/apt/lists/* # buildkit
ADD remoteip.conf /etc/apache2/conf-available/remoteip.conf # buildkit
ADD override.conf /etc/apache2/conf-available/override.conf # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c a2enconf override.conf # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c a2dismod mpm_prefork # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c a2enmod cache_socache rewrite remoteip socache_shmcb mime_magic slotmem_shm remoteip headers expires vhost_alias xml2enc http2 security2 lbmethod_byrequests include cache ssl proxy_fcgi setenvif mpm_event # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c a2ensite default-ssl # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c ln -sf /proc/self/fd/1 /var/log/apache2/access.log && ln -sf /proc/self/fd/1 /var/log/apache2/error.log # buildkit
COPY proxy-php.conf /etc/apache2/conf-available/proxy-php.conf # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c a2enconf proxy-php && a2enmod remoteip && a2ensite default-ssl && rm /var/www/html/index.html # buildkit
COPY /docker-entrypoint-apache.d /docker-entrypoint.d/ # buildkit
COPY docker-entrypoint.sh / # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c chmod +x /docker-entrypoint.sh # buildkit
WORKDIR /var/www/html
EXPOSE [80/tcp]
EXPOSE [443/tcp]
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["apachectl" "-D" "FOREGROUND"]

Labels

Key Value
org.opencontainers.image.authors fabrice.kirchner@casa-due-pur.de
org.opencontainers.image.created 2025-11-01T18:33:00.578Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision cf49996744d9dea71e66c98b1f29e92c0cbb1f57
org.opencontainers.image.source https://git.casa-due-pur.de/fabrice.kirchner/jtl-shop-docker
org.opencontainers.image.title jtl-shop-docker
org.opencontainers.image.url https://git.casa-due-pur.de/fabrice.kirchner/jtl-shop-docker
org.opencontainers.image.version 1.0.16
Details
Container
2025-11-01 19:37:30 +01:00
0
OCI / Docker
linux/arm64
fabrice.kirchner@casa-due-pur.de
77 MiB
Versions (1) View all
latest 2025-11-01