apache2 (latest)

Published 2024-10-13 23:47:20 +02:00 by ashley

Installation

docker pull git.incest.world/ashley/apache2:latest
sha256:8a0ad5a32f4d78d2467abb909650308302dfce722bf37ad0ae299e2e708be8a7

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:f77876c7db6df55380fb32e200969af6e12f1e932f742c4a63bd9da235d83413 in /
CMD ["/bin/bash"]
/bin/sh -c apt update
/bin/sh -c apt upgrade -y
/bin/sh -c apt install apache2 libapache2-mod-xsendfile -y
/bin/sh -c a2enmod remoteip
/bin/sh -c a2enmod xsendfile
ADD file:9dfccb0dcb16d7ea7c26585b669d8d77d1696df93b9eafc19670821ae9af44f4 in /etc/apache2/apache2.conf
ENTRYPOINT ["apache2", "-D", "FOREGROUND", "-f", "/etc/apache2/apache2.conf"]

Labels

Key Value
io.buildah.version 1.36.0
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2024-10-13 23:47:20 +02:00
12
OCI / Docker
linux/amd64
94 MiB
Versions (1) View all
latest 2024-10-13