sha256:dab40577614016db2a7024b94a417ebaebbcfdd802a709eda46c5bbde24e798b
OS/ARCH
linux/amd64
Compressed size
106.81 MB
Last pushed
about 2 years by roberjma
Type
Image
Manifest digest
sha256:dab40577614016db2a7024b94a417ebaebbcfdd802a709eda46c5bbde24e798b
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 / 26.24 MB6CMD ["/bin/bash"]0 B7ENV APACHE_USER_DATA=www-data0 B8ENV APACHE_GROUP_DATA=www-data0 B9RUN /bin/sh -c apt update33.72 MB10RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive apt34.75 MB11RUN /bin/sh -c apt install1.34 MB12COPY apache2.conf /etc/apache2/apache2.conf # buildkit804 B13COPY ports.conf /etc/apache2/ports.conf # buildkit178 B14COPY 000-default.conf /etc/apache2/sites-available/000-default.conf # buildkit532 B15COPY ./cliente/ /var/www/html # buildkit140.86 KB16COPY ./default-ssl.conf /etc/apache2/sites-available/default-ssl.conf # buildkit722 B17COPY ./server.crt /etc/ssl/certs/server.crt # buildkit1.08 KB18COPY ./server.key /etc/ssl/private/server.key # buildkit1.45 KB19COPY ./pass.sh /etc/ssl/private/pass.sh # buildkit204 B20RUN /bin/sh -c chmod u+x204 B21RUN /bin/sh -c a2enmod ssl359 B22RUN /bin/sh -c a2ensite default-ssl308 B23RUN /bin/sh -c a2enmod security232 B24COPY modsecurity.conf /etc/modsecurity/modsecurity.conf # buildkit2.67 KB25RUN /bin/sh -c mkdir /etc/apache2/modsecurity-crs/147 B26COPY coreruleset-3.3.0/ /etc/apache2/modsecurity-crs/ # buildkit114.83 KB27COPY coreruleset-3.3.0/crs-setup.conf /etc/modsecurity/crs # buildkit10.39 KB28RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get10.49 MB29COPY evasive.conf /etc/apache2/mods-enabled/evasive.conf # buildkit380 B30RUN /bin/sh -c mkdir /var/log/mod_evasive148 B31RUN /bin/sh -c a2enmod proxy366 B32RUN /bin/sh -c a2enmod headers347 B33COPY security.conf /etc/apache2/conf-available/security.conf # buildkit445 B34RUN /bin/sh -c a2dismod userdir365 B35RUN /bin/sh -c service apache232 B36RUN /bin/sh -c service apache21.25 KB37EXPOSE map[80/tcp:{}]0 B38EXPOSE map[443/tcp:{}]0 B39CMD ["apachectl" "-D" "FOREGROUND"]0 BCommand
ARG RELEASE