kirby-backend (ef19f6c)
Published 2026-04-11 22:37:33 +02:00 by org-gaengeviertel-actions
Installation
docker pull git.gaengeviertel.de/gaengeviertel/kirby-backend:ef19f6csha256:fe1effd04a891bb5310e961c5427edf97691610634d6f72044a7b879d5f8869d
About this package
The Ubuntu container image maintained by Canonical
Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things.
It is the world's most popular operating system across public clouds and OpenStack clouds.
It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale.
Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
Image Layers
| umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-304ffa8f0a534831331ec9aeaa871465/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-304ffa8f0a534831331ec9aeaa871465/images/.temp_layer.4422.tar --tag 26.04 |
| umoci config |
| umoci config |
| umoci config |
| umoci config |
| umoci config |
| umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-304ffa8f0a534831331ec9aeaa871465/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-304ffa8f0a534831331ec9aeaa871465/images/.temp_layer.control_data.4422.tar |
| ENV TZ=Europe/Berlin DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone # buildkit |
| RUN /bin/sh -c apt-get update && apt-get install --no-install-recommends -y apache2 libapache2-mod-php php-curl php-dom php-gd php-intl php-mbstring php-xml php-zip composer ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c a2enmod headers rewrite # buildkit |
| RUN /bin/sh -c echo 'ServerTokens Prod\nServerSignature Off' >> /etc/apache2/conf-available/security.conf # buildkit |
| RUN /bin/sh -c find /etc/php -path '*/apache2/conf.d' -exec sh -c 'echo "expose_php = Off" > "$1/99-security.ini"' _ {} \; # buildkit |
| RUN /bin/sh -c echo '<VirtualHost *:80>\n DocumentRoot /var/www/html/public\n <Directory /var/www/html/public>\n AllowOverride All\n </Directory>\n </VirtualHost>' > /etc/apache2/sites-available/000-default.conf # buildkit |
| WORKDIR /var/www/html |
| COPY composer.json composer.lock ./ # buildkit |
| RUN /bin/sh -c composer install --no-dev --optimize-autoloader --no-scripts && apt-get purge -y composer && apt-get autoremove -y # buildkit |
| COPY . . # buildkit |
| RUN /bin/sh -c chown -R www-data:www-data storage public/media # buildkit |
| EXPOSE [80/tcp] |
| CMD ["apachectl" "-DFOREGROUND"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-04-11T19:12:11Z |
| org.opencontainers.image.description | The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide. |
| org.opencontainers.image.revision | ef19f6c |
| org.opencontainers.image.source | https://git.gaengeviertel.de/gaengeviertel/kirby-backend |
| org.opencontainers.image.title | ubuntu |
| org.opencontainers.image.version | 26.04 |