sha256:ce85794c3ef7e57f92ba2e50f34e6a051c66f50dda28b7eda1ea8bf8b3b2a172
OS/ARCH
linux/amd64
Compressed size
122.33 MB
Last pushed
10 months by cometa
Type
Image
Manifest digest
sha256:ce85794c3ef7e57f92ba2e50f34e6a051c66f50dda28b7eda1ea8bf8b3b2a172
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV HTTPD_PREFIX=/usr/local/apache20 B3ENV PATH=/usr/local/apache2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B4RUN /bin/sh -c mkdir -p145 B5WORKDIR /usr/local/apache232 B6RUN /bin/sh -c set -eux;4.01 MB7ENV HTTPD_VERSION=2.4.640 B8ENV HTTPD_SHA256=120b35a2ebf264f277e20f9a94f870f2063342fbff0861404660d7dd0ab1ac290 B9ENV HTTPD_PATCHES=0 B10RUN /bin/sh -c set -eux;24.86 MB11STOPSIGNAL SIGWINCH0 B12COPY httpd-foreground /usr/local/bin/ # buildkit293 B13EXPOSE map[80/tcp:{}]0 B14CMD ["httpd-foreground"]0 B15LABEL AUTHOR=COMETA ROCKS S.L.0 B16SHELL [/bin/bash -c]0 B17RUN /bin/bash -c groupadd -g1.18 KB18RUN /bin/bash -c mkdir -p7.43 MB19COPY --chown=cometa:cometa start_server.sh /code/front/start_server.sh #1.88 KB20WORKDIR /code/front32 B21COPY --chown=cometa:cometa /app/dist/ /usr/local/apache2/htdocs #6.51 MB22COPY --chown=cometa:cometa ./apache2/conf/*.conf /usr/local/apache2/conf #9.42 KB23COPY --chown=cometa:cometa ./apache2/metadata/* /code/front/apache2/metadata #578 B24COPY --chown=cometa:cometa ./apache2/modules /usr/local/apache2/modules #1.44 MB25RUN /bin/bash -c mkdir -p230 B26COPY --chown=cometa:cometa /app/appium-inspector/dist-browser/assets/* /usr/local/apache2/htdocs/assets #1.51 MB27COPY --chown=cometa:cometa /app/appium-inspector/dist-browser/locales/* /usr/local/apache2/htdocs/locales #5.43 KB28COPY --chown=cometa:cometa /app/appium-inspector/dist-browser/index.html /usr/local/apache2/htdocs/mobile/inspector/index.html #456 B29RUN /bin/bash -c apt-get update14.51 MB30RUN /bin/bash -c apt-get install17.78 MB31RUN /bin/bash -c apt-get install2.37 MB32RUN /bin/bash -c apt-get install14.95 MB33RUN /bin/bash -c touch /usr/local/apache2/logs/error_log234 B34COPY --chown=cometa:cometa start_server.sh start_server.sh #1.89 KB35RUN /bin/bash -c chown -R234 B36RUN /bin/bash -c chmod -R237 B37RUN /bin/bash -c touch /usr/local/apache2/logs/error_log224 B38RUN /bin/bash -c touch /usr/local/apache2/logs/access.log224 B39RUN /bin/bash -c chmod +x1.91 KB40USER cometa0 B41EXPOSE map[443/tcp:{} 80/tcp:{}]0 B42ENTRYPOINT ["bash" "/code/front/start_server.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1753056000'