mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 14:58:03 +08:00
2.4.33-r25 release
Maintenance Release
This commit is contained in:
@@ -3,14 +3,14 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages libc6 libexpat1 libffi6 libgmp10 libgnutls-deb0-28 libhogweed2 libldap-2.4-2 libnettle4 libp11-kit0 libpcre3 libsasl2-2 libssl1.0.0 libtasn1-6 zlib1g
|
||||
RUN bitnami-pkg unpack apache-2.4.33-1 --checksum 6d75b2446161eed96d5ab40d301d9a21d7d304f0323642fee9760e8525b0f852
|
||||
RUN bitnami-pkg unpack apache-2.4.33-2 --checksum 303515aa732cb8a33c9018953f1f8bd3d244e95588906f3dd8c1f30efc115dd2
|
||||
RUN ln -sf /opt/bitnami/apache/htdocs /app
|
||||
|
||||
COPY rootfs /
|
||||
ENV APACHE_HTTPS_PORT_NUMBER="443" \
|
||||
APACHE_HTTP_PORT_NUMBER="80" \
|
||||
BITNAMI_APP_NAME="apache" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.33-r24" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.33-r25" \
|
||||
PATH="/opt/bitnami/apache/bin:$PATH"
|
||||
|
||||
EXPOSE 80 443
|
||||
|
||||
Reference in New Issue
Block a user