ciste-byvanie (sha256:fa366ba15a4167dc54ba14e8764733e754b492f0292cf0a497d964a5018aefab)

Published 2026-03-06 19:15:08 +01:00 by lukniz

Installation

docker pull git.carabonet.sk/lukniz/ciste-byvanie@sha256:fa366ba15a4167dc54ba14e8764733e754b492f0292cf0a497d964a5018aefab
sha256:fa366ba15a4167dc54ba14e8764733e754b492f0292cf0a497d964a5018aefab

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1771804800'
WORKDIR /
COPY script.sh / # buildkit
RUN /bin/sh -c apt update # buildkit
RUN /bin/sh -c apt upgrade -y # buildkit
RUN /bin/sh -c apt install php php-ldap php-gd php-gmp php-intl php-mbstring php-mysql php-snmp php-soap php-sqlite3 php-tidy php-zip php-curl php-xml php-common -y # buildkit
RUN /bin/sh -c apt install git -y # buildkit
RUN /bin/sh -c sed -i 's/memory_limit = 128M/memory_limit = 512M/' /etc/php/8.4/apache2/php.ini # buildkit
RUN /bin/sh -c a2enmod rewrite # buildkit
RUN /bin/sh -c sed -i 's/AllowOverride None/AllowOverride All/' /etc/apache2/apache2.conf # buildkit
RUN /bin/sh -c chmod +x /script.sh # buildkit
WORKDIR /var/www/html
RUN /bin/sh -c rm index.html # buildkit
RUN /bin/sh -c git clone https://lukniz:875c9d2c66467fdf421bf9dca53c52b7adb3a5ec@git.carabonet.sk/lukniz/ciste-byvanie.sk.git # buildkit
RUN /bin/sh -c chown www-data:www-data * -R # buildkit
WORKDIR /var/www/html/ciste-byvanie.sk
WORKDIR /etc/apache2/sites-enabled
RUN /bin/sh -c sed -i 's|/var/www/html|/var/www/html/ciste-byvanie.sk/public|g' 000-default.conf # buildkit
WORKDIR /var/www/html/ciste-byvanie.sk
EXPOSE [80/tcp]
CMD ["sh" "-c" "/script.sh && tail -f /dev/null"]
Details
Container
2026-03-06 19:15:08 +01:00
2
OCI / Docker
linux/amd64
168 MiB
Versions (1) View all
latest 2026-03-06