Namespace
linuxserver
Image / Tag
nextcloud:arm64v8-15.0.2-ls12
Content Digest
sha256:6e712a539aa3984c7875321a1a5e67d85f87eb07c80e7260ff927c9750bd390e
Details
Created

2019-04-03 11:43:09 UTC

Size

86.1 MB

Content Digest
Labels
  • MAINTAINER
    sparkyballs,TheLamer
  • build_version
    Linuxserver.io version:- 15.0.2-ls12 Build-date:- 2019-04-03T11:38:49+00:00
  • maintainer
    sparklyballs

Environment
HOME

/root

NEXTCLOUD_PATH

/config/www/nextcloud

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

TERM

xterm


Layers

[#000] sha256:49e60981ede5e5730a9bad90e13d025a6a8c98b227bba2d3d636fa6cf64e327d - 3.11% (2.68 MB)

[#001] sha256:08527e516ec813b23760588abded6ace43fd9c0b5152bc3d0f18cf2c42a39ee4 - 1.82% (1.57 MB)

[#002] sha256:049ec98cbfe8682fba7b3b05d68f2f7e84c542507e16051fdd8848ea6232c391 - 5.83% (5.02 MB)

[#003] sha256:05a50d7414088fe497f1acd3eaac646478b39a2be668d26796f6f80304c203f8 - 0.0% (450 Bytes)

[#004] sha256:84fab0f4b93cadcd8c321ab90cdc318ec8da00d9b4712c9fd92073bdd373baa4 - 17.31% (14.9 MB)

[#005] sha256:984f68ecf5852aef769004eff6bd348ce99853433510822ff7d11b50fff745f8 - 0.0% (2.92 KB)

[#006] sha256:38b48392fc4fb83c8234a79a33de4dbfdb56aea4d16660ebdaf09daffe8d578e - 71.93% (61.9 MB)

[#007] sha256:40e5052702fa5783ef4c2b22d0718dff4fc1a8b61fbc7647df87162681fd03f2 - 0.0% (2.34 KB)


History
2019-03-22 00:10:09 UTC

/bin/sh -c #(nop) COPY dir:5a81ec839df1cf866c1d3b69c641966fea7b8af282b53e296b1be7e191214731 in /

2019-03-22 00:10:10 UTC

/bin/sh -c #(nop) COPY file:252e67e7e6dc493b406cb5806c23967ecdbea98b88c359a799de12f94be6c067 in /usr/bin

2019-03-22 00:10:10 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- Build-date:-

2019-03-22 00:10:11 UTC

/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer

2019-03-22 00:10:12 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.0.0

2019-03-22 00:10:12 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64

2019-03-22 00:10:13 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2019-03-22 00:10:24 UTC

|2 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.0.0 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils shadow tzdata && echo "**** add s6 overlay ****" && curl -o /tmp/s6-overlay.tar.gz -L "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${OVERLAY_ARCH}.tar.gz" && tar xfz /tmp/s6-overlay.tar.gz -C / && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2019-03-22 00:10:26 UTC

/bin/sh -c #(nop) COPY dir:2b268e7bcc3a2210f3b729e0af0d6c72052fe55dfa941e4abcac51eaca083183 in /

2019-03-22 00:10:26 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2019-03-29 15:48:26 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl2.7-libssl logrotate nano nginx openssl php7 php7-fileinfo php7-fpm php7-json php7-mbstring php7-openssl php7-session php7-simplexml php7-xml php7-xmlwriter php7-zlib && echo "**** configure nginx ****" && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/conf.d/default.conf && echo "**** fix logrotate ****" && sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf

2019-03-29 15:48:29 UTC

/bin/sh -c #(nop) COPY dir:02af734caf240a7d4fd2e93e28ec6c0f3efc9d85f64a824ac9434acae760d347 in /

2019-03-29 15:48:29 UTC

/bin/sh -c #(nop) EXPOSE 443 80

2019-03-29 15:48:30 UTC

/bin/sh -c #(nop) VOLUME [/config]

2019-04-03 11:39:47 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2019-04-03 11:39:49 UTC

/bin/sh -c #(nop) ARG VERSION

2019-04-03 11:39:51 UTC

/bin/sh -c #(nop) ARG NEXTCLOUD_RELEASE

2019-04-03 11:39:52 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 15.0.2-ls12 Build-date:- 2019-04-03T11:38:49+00:00

2019-04-03 11:39:53 UTC

/bin/sh -c #(nop) LABEL maintainer=sparklyballs

2019-04-03 11:39:54 UTC

/bin/sh -c #(nop) ENV NEXTCLOUD_PATH=/config/www/nextcloud

2019-04-03 11:42:52 UTC

|3 BUILD_DATE=2019-04-03T11:38:49+00:00 NEXTCLOUD_RELEASE=15.0.2 VERSION=15.0.2-ls12 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies --upgrade autoconf automake file g++ gcc make php7-dev re2c samba-dev zlib-dev && echo "**** install runtime packages ****" && apk add --no-cache --upgrade curl ffmpeg imagemagick libxml2 php7-apcu php7-bz2 php7-ctype php7-curl php7-dom php7-exif php7-ftp php7-gd php7-gmp php7-iconv php7-imagick php7-imap php7-intl php7-ldap php7-mcrypt php7-memcached php7-opcache php7-pcntl php7-pdo_mysql php7-pdo_pgsql php7-pdo_sqlite php7-pgsql php7-phar php7-posix php7-redis php7-sodium php7-sqlite3 php7-xmlreader php7-zip samba-client sudo tar unzip && echo "**** compile smbclient ****" && git clone git://github.com/eduardok/libsmbclient-php.git /tmp/smbclient && cd /tmp/smbclient && phpize7 && ./configure --with-php-config=/usr/bin/php-config7 && make && make install && echo "**** configure php and nginx for nextcloud ****" && echo "extension="smbclient.so"" > /etc/php7/conf.d/00_smbclient.ini && echo 'apc.enable_cli=1' >> /etc/php7/conf.d/apcu.ini && sed -i -e 's/;opcache.enable.*=.*/opcache.enable=1/g' -e 's/;opcache.interned_strings_buffer.*=.*/opcache.interned_strings_buffer=8/g' -e 's/;opcache.max_accelerated_files.*=.*/opcache.max_accelerated_files=10000/g' -e 's/;opcache.memory_consumption.*=.*/opcache.memory_consumption=128/g' -e 's/;opcache.save_comments.*=.*/opcache.save_comments=1/g' -e 's/;opcache.revalidate_freq.*=.*/opcache.revalidate_freq=1/g' -e 's/;always_populate_raw_post_data.*=.*/always_populate_raw_post_data=-1/g' -e 's/memory_limit.*=.*128M/memory_limit=512M/g' /etc/php7/php.ini && sed -i '/opcache.enable=1/a opcache.enable_cli=1' /etc/php7/php.ini && echo "env[PATH] = /usr/local/bin:/usr/bin:/bin" >> /etc/php7/php-fpm.conf && echo "**** set version tag ****" && if [ -z ${NEXTCLOUD_RELEASE+x} ]; then NEXTCLOUD_RELEASE=$(curl -s https://download.nextcloud.com/server/installer/setup-nextcloud.php | awk -F \' '/NC_VERSION/{print $4;exit}'); fi && echo ${NEXTCLOUD_RELEASE} > /version.txt && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2019-04-03 11:43:03 UTC

/bin/sh -c #(nop) COPY dir:9f8fae9cf9691337aeaefb896bf67700356bd5df9202349b0d58d7322981259f in /

2019-04-03 11:43:06 UTC

/bin/sh -c #(nop) EXPOSE 443

2019-04-03 11:43:09 UTC

/bin/sh -c #(nop) VOLUME [/config /data]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete