|
|
|
|
@@ -4,11 +4,11 @@ ARG TARGETARCH
|
|
|
|
|
|
|
|
|
|
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
|
|
|
|
org.opencontainers.image.description="Application packaged by Bitnami" \
|
|
|
|
|
org.opencontainers.image.ref.name="10.10.0-debian-11-r39" \
|
|
|
|
|
org.opencontainers.image.ref.name="10.11.0-debian-11-r0" \
|
|
|
|
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/owncloud" \
|
|
|
|
|
org.opencontainers.image.title="owncloud" \
|
|
|
|
|
org.opencontainers.image.vendor="VMware, Inc." \
|
|
|
|
|
org.opencontainers.image.version="10.10.0"
|
|
|
|
|
org.opencontainers.image.version="10.11.0"
|
|
|
|
|
|
|
|
|
|
ENV HOME="/" \
|
|
|
|
|
OS_ARCH="${TARGETARCH:-amd64}" \
|
|
|
|
|
@@ -36,13 +36,13 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|
|
|
|
tar -zxf apache-2.4.54-156-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
|
|
|
|
rm -rf apache-2.4.54-156-linux-${OS_ARCH}-debian-11.tar.gz apache-2.4.54-156-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
|
|
|
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|
|
|
|
if [ ! -f mysql-client-10.6.9-1-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
|
|
|
|
curl -SsLf https://downloads.bitnami.com/files/stacksmith/mysql-client-10.6.9-1-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
|
|
|
|
curl -SsLf https://downloads.bitnami.com/files/stacksmith/mysql-client-10.6.9-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
|
|
|
|
if [ ! -f mysql-client-10.6.10-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
|
|
|
|
curl -SsLf https://downloads.bitnami.com/files/stacksmith/mysql-client-10.6.10-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
|
|
|
|
curl -SsLf https://downloads.bitnami.com/files/stacksmith/mysql-client-10.6.10-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
|
|
|
|
fi && \
|
|
|
|
|
sha256sum -c mysql-client-10.6.9-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
|
|
|
|
tar -zxf mysql-client-10.6.9-1-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
|
|
|
|
rm -rf mysql-client-10.6.9-1-linux-${OS_ARCH}-debian-11.tar.gz mysql-client-10.6.9-1-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
|
|
|
|
sha256sum -c mysql-client-10.6.10-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
|
|
|
|
tar -zxf mysql-client-10.6.10-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
|
|
|
|
rm -rf mysql-client-10.6.10-0-linux-${OS_ARCH}-debian-11.tar.gz mysql-client-10.6.10-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
|
|
|
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|
|
|
|
if [ ! -f libphp-7.4.30-154-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
|
|
|
|
curl -SsLf https://downloads.bitnami.com/files/stacksmith/libphp-7.4.30-154-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
|
|
|
|
@@ -60,13 +60,13 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|
|
|
|
tar -zxf render-template-1.0.3-153-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
|
|
|
|
rm -rf render-template-1.0.3-153-linux-${OS_ARCH}-debian-11.tar.gz render-template-1.0.3-153-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
|
|
|
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|
|
|
|
if [ ! -f owncloud-10.10.0-153-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
|
|
|
|
curl -SsLf https://downloads.bitnami.com/files/stacksmith/owncloud-10.10.0-153-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
|
|
|
|
curl -SsLf https://downloads.bitnami.com/files/stacksmith/owncloud-10.10.0-153-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
|
|
|
|
if [ ! -f owncloud-10.11.0-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
|
|
|
|
curl -SsLf https://downloads.bitnami.com/files/stacksmith/owncloud-10.11.0-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
|
|
|
|
curl -SsLf https://downloads.bitnami.com/files/stacksmith/owncloud-10.11.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
|
|
|
|
fi && \
|
|
|
|
|
sha256sum -c owncloud-10.10.0-153-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
|
|
|
|
tar -zxf owncloud-10.10.0-153-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
|
|
|
|
rm -rf owncloud-10.10.0-153-linux-${OS_ARCH}-debian-11.tar.gz owncloud-10.10.0-153-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
|
|
|
|
sha256sum -c owncloud-10.11.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
|
|
|
|
tar -zxf owncloud-10.11.0-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
|
|
|
|
rm -rf owncloud-10.11.0-0-linux-${OS_ARCH}-debian-11.tar.gz owncloud-10.11.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
|
|
|
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|
|
|
|
if [ ! -f gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
|
|
|
|
curl -SsLf https://downloads.bitnami.com/files/stacksmith/gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
|
|
|
|
@@ -76,7 +76,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|
|
|
|
tar -zxf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
|
|
|
|
rm -rf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
|
|
|
|
RUN apt-get update && apt-get upgrade -y && \
|
|
|
|
|
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
|
|
|
|
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
|
|
|
|
RUN chmod g+rwX /opt/bitnami
|
|
|
|
|
RUN sed -i -e '/pam_loginuid.so/ s/^#*/#/' /etc/pam.d/cron
|
|
|
|
|
RUN ln -sf /dev/stdout /opt/bitnami/apache/logs/access_log && \
|
|
|
|
|
@@ -90,7 +90,7 @@ RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
|
|
|
|
|
RUN /opt/bitnami/scripts/owncloud/postunpack.sh
|
|
|
|
|
ENV APACHE_HTTPS_PORT_NUMBER="" \
|
|
|
|
|
APACHE_HTTP_PORT_NUMBER="" \
|
|
|
|
|
APP_VERSION="10.10.0" \
|
|
|
|
|
APP_VERSION="10.11.0" \
|
|
|
|
|
BITNAMI_APP_NAME="owncloud" \
|
|
|
|
|
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:$PATH"
|
|
|
|
|
|
|
|
|
|
|