sha256:a8d8df9328f4fe4e93e926d314230a165ee021c9367d962e68c142f1d5199aaf
OS/ARCH
linux/amd64
Compressed size
300 MB
Last pushed
over 1 year by cometa
Type
Image
Manifest digest
sha256:a8d8df9328f4fe4e93e926d314230a165ee021c9367d962e68c142f1d5199aaf
Image Layers
1ADD file ... in / 25.89 MB2CMD ["bash"]0 B3ENV HTTPD_PREFIX=/usr/local/apache20 B4ENV PATH=/usr/local/apache2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B5/bin/sh -c mkdir -p "$HTTPD_PREFIX"174 B6WORKDIR /usr/local/apache20 B7/bin/sh -c set -eux; apt-get2.67 MB8ENV HTTPD_VERSION=2.4.480 B9ENV HTTPD_SHA256=1bc826e7b2e88108c7e4bf43c026636f77a41d849cfb667aa7b5c0b86dbf966c0 B10ENV HTTPD_PATCHES=0 B11/bin/sh -c set -eux; savedAptMark="$(apt-mark23.44 MB12STOPSIGNAL SIGWINCH0 B13COPY file:c432ff61c4993ecdef4786f48d91a96f8f0707f6179816ccb98db661bfb96b90 in /usr/local/bin/ 295 B14EXPOSE 800 B15CMD ["httpd-foreground"]0 B16LABEL AUTHOR=COMETA ROCKS S.L.0 B17SHELL [/bin/bash -c]0 B18RUN /bin/bash -c groupadd -g1.54 KB19RUN /bin/bash -c mkdir -p7.47 MB20COPY --chown=cometa:cometa /app/dist/ /usr/local/apache2/htdocs #6.23 MB21COPY --chown=cometa:cometa apache-conf/ /usr/local/apache2/conf/ #1.45 MB22COPY --chown=cometa:cometa apache-conf/mod_auth_openidc.so /usr/local/apache2/modules/ #551.21 KB23COPY --chown=cometa:cometa start_server.sh /code/front/start_server.sh #1.34 KB24WORKDIR /code/front32 B25COPY /app/dist/ /usr/local/apache2/htdocs # buildkit6.23 MB26COPY ./apache2/conf /code/front/apache2/cometa_conf # buildkit9.96 KB27COPY ./apache2/metadata /code/front/apache2/metadata # buildkit1.42 KB28COPY ./apache2/modules /code/front/apache2/modules # buildkit1.44 MB29RUN /bin/bash -c mkdir -p226 B30COPY --chown=cometa:cometa /app/appium-inspector/dist-browser/assets/* /usr/local/apache2/htdocs/assets #1.51 MB31COPY --chown=cometa:cometa /app/appium-inspector/dist-browser/locales/* /usr/local/apache2/htdocs/locales #5.42 KB32COPY --chown=cometa:cometa /app/appium-inspector/dist-browser/index.html /usr/local/apache2/htdocs/mobile/inspector/index.html #451 B33RUN /bin/bash -c apt-get update13.42 MB34RUN /bin/bash -c apt-get install198.22 MB35RUN /bin/bash -c apt-get install1.78 MB36RUN /bin/bash -c apt-get install4.88 MB37RUN /bin/bash -c apt-get install1.58 MB38RUN /bin/bash -c apt-get install3.2 MB39RUN /bin/bash -c touch /usr/local/apache2/logs/error_log231 B40COPY start_server.sh start_server.sh # buildkit1.34 KB41COPY s_apache_conf.sh s_apache_conf.sh # buildkit1.11 KB42RUN /bin/bash -c chown -R231 B43RUN /bin/bash -c chmod -R234 B44RUN /bin/bash -c touch /usr/local/apache2/logs/error_log218 B45RUN /bin/bash -c touch /usr/local/apache2/logs/access.log217 B46RUN /bin/bash -c chmod +x1.36 KB47RUN /bin/bash -c chmod +x1.14 KB48EXPOSE map[80/tcp:{}]0 B49USER cometa0 B50EXPOSE map[443/tcp:{} 80/tcp:{}]0 B51ENTRYPOINT ["start_server.sh"]0 BCommand
ADD file:4ff85d9f6aa246746912db62dea02eb71750474bb29611e770516a1fcd217add in /