interkollektives

lichterei-web (0.0.1-amd64)

Published 2025-10-22 22:32:48 +00:00 by jenkins in interkollektives/lichterei-web

Installation

docker pull gitea.mindboost.team/interkollektives/lichterei-web:0.0.1-amd64
sha256:a0ae8c8812fef8c22c06601af237358fc4e8e4cca69d1879315abf5fd161385f

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:249778a1782b02a1c2bcf9f292f5778d81442a53c3de1958d712f10baf7e0b60 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-10-22 22:32:48 +00:00
5
OCI / Docker
linux/amd64
96 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