lichterei-web (latest)
Installation
docker pull gitea.mindboost.team/interkollektives/lichterei-web:latestsha256:f93d2f84374da4ce918bc5616030dc344684f0fabd83776ef91b795cbaba68faImage 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
2025-11-20 02:32:03 +00:00
Versions (6)
View all
Container
2
OCI / Docker
linux/amd64
112 MiB