sha256:0b9b8f1910e97c527cb35c31fc5327109bc785f074ce05ec8e0b6ba314579938
OS/ARCH
linux/arm64/v8
Compressed size
95.04 MB
Last pushed
about 2 years by roberjma
Type
Image
Manifest digest
sha256:0b9b8f1910e97c527cb35c31fc5327109bc785f074ce05ec8e0b6ba314579938
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=20.040 B5ADD file ... in / 24.77 MB6CMD ["/bin/bash"]0 B7ENV APACHE_USER_DATA=www-data0 B8ENV APACHE_GROUP_DATA=www-data0 B9RUN /bin/sh -c apt update23.69 MB10RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive apt34.39 MB11RUN /bin/sh -c apt install1.33 MB12COPY apache2.conf /etc/apache2/apache2.conf # buildkit806 B13COPY ports.conf /etc/apache2/ports.conf # buildkit183 B14COPY 000-default.conf /etc/apache2/sites-available/000-default.conf # buildkit535 B15COPY ./cliente/ /var/www/html # buildkit140.87 KB16COPY ./default-ssl.conf /etc/apache2/sites-available/default-ssl.conf # buildkit725 B17COPY ./server.crt /etc/ssl/certs/server.crt # buildkit1.08 KB18COPY ./server.key /etc/ssl/private/server.key # buildkit1.46 KB19COPY ./pass.sh /etc/ssl/private/pass.sh # buildkit209 B20RUN /bin/sh -c chmod u+x209 B21RUN /bin/sh -c a2enmod ssl355 B22RUN /bin/sh -c a2ensite default-ssl304 B23RUN /bin/sh -c a2enmod security20 B24COPY modsecurity.conf /etc/modsecurity/modsecurity.conf # buildkit2.68 KB25RUN /bin/sh -c mkdir /etc/apache2/modsecurity-crs/148 B26COPY coreruleset-3.3.0/ /etc/apache2/modsecurity-crs/ # buildkit114.82 KB27COPY coreruleset-3.3.0/crs-setup.conf /etc/modsecurity/crs # buildkit10.38 KB28RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get10.58 MB29COPY evasive.conf /etc/apache2/mods-enabled/evasive.conf # buildkit386 B30RUN /bin/sh -c mkdir /var/log/mod_evasive146 B31RUN /bin/sh -c a2enmod proxy364 B32RUN /bin/sh -c a2enmod headers344 B33COPY security.conf /etc/apache2/conf-available/security.conf # buildkit448 B34RUN /bin/sh -c a2dismod userdir361 B35RUN /bin/sh -c service apache20 B36RUN /bin/sh -c service apache21.26 KB37EXPOSE map[80/tcp:{}]0 B38EXPOSE map[443/tcp:{}]0 B39CMD ["apachectl" "-D" "FOREGROUND"]0 BCommand
ARG RELEASE