Sign inSign up

openenergymonitor/emoncms:latest

Manifest digest

sha256:7c7b5aefaf62abda6c773d3bfc7061f091fe90beadd82eec2f85b1c9fcffaf0e

OS/ARCH

linux/amd64

Compressed size

270.31 MB

Last pushed

almost 2 years by glynhudson

Type

Image

Manifest digest

sha256:7c7b5aefaf62abda6c773d3bfc7061f091fe90beadd82eec2f85b1c9fcffaf0e

Image Layers

1ADD file ... in / 29.96 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; {225 B
4ENV PHPIZE_DEPS=autoconf dpkg-dev file0 B
5/bin/sh -c set -eux; apt-get87.39 MB
6ENV PHP_INI_DIR=/usr/local/etc/php0 B
7/bin/sh -c set -eux; mkdir271 B
8ENV APACHE_CONFDIR=/etc/apache20 B
9ENV APACHE_ENVVARS=/etc/apache2/envvars0 B
10/bin/sh -c set -eux; apt-get18.37 MB
11/bin/sh -c a2dismod mpm_event &&473 B
12/bin/sh -c { echo '<FilesMatch512 B
13ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie0 B
14ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie0 B
15ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B
16ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 BFDDD28642824F8118EF77909B67A5C12229118F 2C16C765DBE54A088130F1BC4B9B5F600B55F3B40 B
17ENV PHP_VERSION=8.0.300 B
18ENV PHP_URL=https://www.php.net/distributions/php-8.0.30.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.0.30.tar.xz.asc0 B
19ENV PHP_SHA256=216ab305737a5d392107112d618a755dc5df42058226f1670e9db90e77d777d90 B
20/bin/sh -c set -eux; savedAptMark="$(apt-mark10.65 MB
21COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/ 493 B
22/bin/sh -c set -eux; savedAptMark="$(apt-mark10.28 MB
23COPY multi:e11221d43af7136e4dbad5a74e659bcfa753214a9e615c3daf357f1633d9d3d1 in /usr/local/bin/ 2.4 KB
24/bin/sh -c docker-php-ext-enable sodium245 B
25ENTRYPOINT ["docker-php-entrypoint"]0 B
26STOPSIGNAL SIGWINCH0 B
27COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/ 892 B
28WORKDIR /var/www/html0 B
29EXPOSE 800 B
30CMD ["apache2-foreground"]0 B
31RUN /bin/sh -c apt-get update39.27 MB
32RUN /bin/sh -c docker-php-ext-install -j$(nproc)55.76 KB
33COPY install_redis.sh / # buildkit221 B
34RUN /bin/sh -c chmod +x220 B
35RUN /bin/sh -c /install_redis.sh #17.16 MB
36COPY install_mosquitto.sh / # buildkit257 B
37RUN /bin/sh -c chmod +x256 B
38RUN /bin/sh -c /install_mosquitto.sh #1.25 MB
39RUN /bin/sh -c a2enmod rewrite315 B
40COPY config/php.ini /usr/local/etc/php/ # buildkit447 B
41COPY config/emoncms.conf /etc/apache2/sites-available/emoncms.conf # buildkit448 B
42RUN /bin/sh -c a2dissite 000-default.conf342 B
43RUN /bin/sh -c a2ensite emoncms311 B
44RUN /bin/sh -c mkdir /var/www/emoncms140 B
45RUN /bin/sh -c git clone45.64 MB
46RUN /bin/sh -c git clone2.95 MB
47RUN /bin/sh -c git clone2.15 MB
48RUN /bin/sh -c git clone3.97 MB
49RUN /bin/sh -c git clone1.21 MB
50COPY docker.settings.ini /var/www/emoncms/settings.ini # buildkit504 B
51RUN /bin/sh -c mkdir /var/opt/emoncms139 B
52RUN /bin/sh -c mkdir /var/opt/emoncms/phpfina159 B
53RUN /bin/sh -c mkdir /var/opt/emoncms/phptimeseries162 B
54RUN /bin/sh -c chown www-data:root163 B
55RUN /bin/sh -c chown www-data:root166 B
56RUN /bin/sh -c mkdir /var/log/emoncms140 B
57RUN /bin/sh -c touch /var/log/emoncms/emoncms.log168 B
58RUN /bin/sh -c chmod 666167 B
59COPY config/supervisord.conf /etc/supervisor/supervisord.conf # buildkit495 B
60ENTRYPOINT ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisor/supervisord.conf"]0 B

Command

ADD file:e9f63d1defc55282fec6525ac2886c735dc2189e34105d7fe64c2420d6673922 in /