Sign inSign up

webera/apache:0feb804eed4e8481efa11dbde3dcedc0189fe487

Multi-platform
Index digest

sha256:ba50c4d498421dc720067bb04e9b49b5dbae3936a1bb0a5766cf30f3b15e34b2

OS/ARCH

Compressed size

66.33 MB

Last pushed

about 1 year by joelzamboni

Type

Image

Manifest digest

sha256:54ca98ef5c17f090051036acac6cef4e8a4f104635da76086ced5c183cc6affe

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.ref.name=ubuntu0 B
4LABEL org.opencontainers.image.version=24.040 B
5ADD file ... in / 27.52 MB
6CMD ["/bin/bash"]0 B
7ENV DEBIAN_FRONTEND=noninteractive0 B
8RUN /bin/sh -c apt-get update9.37 MB
9RUN /bin/sh -c echo "Acquire::http::Pipeline-Depth247 B
10ENV APACHE_HOME=/var/www/public_html HEALTH_HOME=/var/health SERVER_ROOT=/etc/apache2/ APACHE_PORT=80800 B
11COPY assets /tmp/assets # buildkit1.51 KB
12RUN /bin/sh -c /tmp/assets/build.sh &&29.44 MB
13HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:${APACHE_PORT}/health0 B
14USER www-data0 B
15EXPOSE map[8080/tcp:{}]0 B
16ENTRYPOINT ["/bin/entrypoint.sh"]0 B

Command

 ARG RELEASE