interkollektives

lichterei-web (latest)

Published 2025-11-20 02:32:03 +00:00 by rorapp in interkollektives/lichterei-web

Installation

docker pull gitea.mindboost.team/interkollektives/lichterei-web:latest
sha256:f93d2f84374da4ce918bc5616030dc344684f0fabd83776ef91b795cbaba68fa

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:ddf1aa62235de6657123492b19d27d937c25668011b5ebf923a3f019200f8540 in /
CMD ["/bin/bash"]
ENV TZ=Europe/Berlin
RUN /bin/sh -c ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone # buildkit
ARG DEBIAN_FRONTEND=noninteractive
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y apache2 apache2-utils ca-certificates php libapache2-mod-php php-curl php-dom php-gd php-intl php-json php-mbstring php-xml php-zip && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c groupadd -g 1111 kirbygroup && usermod -aG kirbygroup www-data # buildkit
COPY default.conf /etc/apache2/sites-available/000-default.conf # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c chmod +x /entrypoint.sh # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c rm -rf /var/www/html/* # buildkit
COPY --chown=www-data:kirbygroup . /var/www/html # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c a2enmod headers rewrite # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c chmod -R g+rw /var/www/html && find /var/www/html -type d -exec chmod g+xs {} \; # buildkit
EXPOSE map[80/tcp:{}]
ENTRYPOINT ["/entrypoint.sh"]
CMD ["/usr/sbin/apache2ctl" "-DFOREGROUND"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2025-11-20 02:32:03 +00:00
2
OCI / Docker
linux/amd64
112 MiB
Versions (6) View all
latest 2025-11-20
0.0.1 2025-10-23
0.0.3 2025-10-22
0.0.2 2025-10-22
0.0.1-amd64 2025-10-22