20240914_063340
sha256:0c076ba8fa11ad22e025632b2de133c17d72c3e33f855e1d8725728069228d51
OS/ARCH
Compressed size
367.96 MB
Last pushed
6 months by ncsimon
Type
Image
Manifest digest
sha256:e2cf5a884761457b87804cd8508a3e57ebb4a0cb8308b1a54251ea05165c0903
Image Layers
1
ADD file ... in /
3.9 MB
2
CMD ["/bin/sh"]
0 B
3
ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg
0 B
4
/bin/sh -c apk add --no-cache
3.18 MB
5
/bin/sh -c set -eux; adduser
943 B
6
ENV PHP_INI_DIR=/usr/local/etc/php
0 B
7
/bin/sh -c set -eux; mkdir
222 B
8
ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie
0 B
9
ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie
0 B
10
ENV PHP_LDFLAGS=-Wl,-O1 -pie
0 B
11
ENV GPG_KEYS=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC
0 B
12
ENV PHP_VERSION=8.2.23
0 B
13
ENV PHP_URL=https://www.php.net/distributions/php-8.2.23.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.2.23.tar.xz.asc
0 B
14
ENV PHP_SHA256=81c5ae6ba44e262a076349ee54a2e468638a4571085d80bff37f6fd308e1d8d5
0 B
15
/bin/sh -c set -eux; apk
11.58 MB
16
COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
492 B
17
/bin/sh -c set -eux; apk
12.34 MB
18
COPY multi:869bde9dbeae74886a05c9e2107b3e3b4877116db8c6d9adbaff2719f9fb5262 in /usr/local/bin/
2.39 KB
19
/bin/sh -c docker-php-ext-enable sodium
19.03 KB
20
ENTRYPOINT ["docker-php-entrypoint"]
0 B
21
WORKDIR /var/www/html
0 B
22
/bin/sh -c set -eux; cd
8.97 KB
23
STOPSIGNAL SIGQUIT
0 B
24
EXPOSE 9000
0 B
25
CMD ["php-fpm"]
0 B
26
ENV PHP_MEMORY_LIMIT=512M
0 B
27
ENV PHP_UPLOAD_LIMIT=10G
0 B
28
ENV PHP_MAX_TIME=3600
0 B
29
ENV SOURCE_LOCATION=/usr/src/nextcloud
0 B
30
ENV REDIS_DB_INDEX=0
0 B
31
ENV NEXTCLOUD_VERSION=29.0.6
0 B
32
ENV AIO_TOKEN=123456
0 B
33
ENV AIO_URL=localhost
0 B
34
COPY --chmod=775 *.sh / #
11.96 KB
35
COPY --chmod=774 upgrade.exclude /upgrade.exclude #
151 B
36
COPY config/*.php / # buildkit
1.77 KB
37
COPY supervisord.conf /supervisord.conf # buildkit
470 B
38
COPY root.motd /root.motd # buildkit
326 B
39
VOLUME [/mnt/ncdata]
0 B
40
VOLUME [/var/www/html]
0 B
41
RUN /bin/sh -c set -ex;
336.92 MB
42
USER root
0 B
43
ENTRYPOINT ["/start.sh"]
0 B
44
CMD ["/usr/bin/supervisord" "-c" "/supervisord.conf"]
0 B
45
HEALTHCHECK &{["CMD-SHELL" "sudo -E -u
0 B
46
LABEL com.centurylinklabs.watchtower.enable=false
0 B
Command
ADD file:ee5bb8409915b11413f44cce4c22fed658aba4fb078a448e08dd4ac9a23581f2 in /