sha256:ca3411d118f4e21e56e0d5e692c6bcabb9783db5d1d9a73a92831bce1425be9e
OS/ARCH
linux/amd64
Compressed size
119.62 MB
Last pushed
about 1 year by cometa
Type
Image
Manifest digest
sha256:ca3411d118f4e21e56e0d5e692c6bcabb9783db5d1d9a73a92831bce1425be9e
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.87 KB20WORKDIR /code/front32 B21COPY --chown=cometa:cometa /app/dist/ /usr/local/apache2/htdocs #6.39 MB22COPY --chown=cometa:cometa ./apache2/conf/*.conf /usr/local/apache2/conf #9.43 KB23COPY --chown=cometa:cometa ./apache2/metadata/* /code/front/apache2/metadata #577 B24COPY --chown=cometa:cometa ./apache2/modules /usr/local/apache2/modules #1.44 MB25RUN /bin/bash -c mkdir -p229 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 #455 B29RUN /bin/bash -c apt-get update14.5 MB30RUN /bin/bash -c apt-get install15.24 MB31RUN /bin/bash -c apt-get install2.37 MB32RUN /bin/bash -c apt-get install14.93 MB33RUN /bin/bash -c touch /usr/local/apache2/logs/error_log231 B34COPY --chown=cometa:cometa start_server.sh start_server.sh #1.87 KB35RUN /bin/bash -c chown -R231 B36RUN /bin/bash -c chmod -R233 B37RUN /bin/bash -c touch /usr/local/apache2/logs/error_log220 B38RUN /bin/bash -c touch /usr/local/apache2/logs/access.log223 B39RUN /bin/bash -c chmod +x1.9 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'