sha256:5eb412205f4d02d6b4265ddf88cdafe5875c55626697182391260c4242a7730d
OS/ARCH
Compressed size
812.54 MB
Last pushed
almost 4 years by dckwr
Type
Image
Manifest digest
sha256:268a51b874a5a8cfdaa0162184dd06693ef5e8baca9bd24ba0c2f642c501b127
Image Layers
1ADD file ... in / 22.63 MB2CMD ["bash"]0 B3LABEL title=Dockware essentials:test-php8.1 version=1.5.3 maintainer=dasistweb0 B4RUN /bin/sh -c date >/build-date.txt212 B5ADD ./assets/CHANGELOG.md /var/www/CHANGELOG.md # buildkit2.83 KB6ENV TZ=Europe/Berlin0 B7ENV PHP_VERSION=8.10 B8ENV APACHE_DOCROOT=/var/www/html/public0 B9ENV SW_TASKS_ENABLED=00 B10ENV COMPOSER_VERSION=not-set0 B11ENV NODE_VERSION=120 B12RUN /bin/sh -c echo "export545 B13ENV SSH_USER=not-set0 B14ENV SSH_PWD=not-set0 B15ENV XDEBUG_REMOTE_HOST=host.docker.internal0 B16ENV XDEBUG_CONFIG=idekey=PHPSTORM0 B17ENV PHP_IDE_CONFIG=serverName=localhost0 B18ENV XDEBUG_ENABLED=00 B19ENV FILEBEAT_ENABLED=00 B20ENV TIDEWAYS_KEY=not-set0 B21ENV TIDEWAYS_ENV=production0 B22ENV TIDEWAYS_SERVICE=web0 B23RUN /bin/sh -c echo "export684 B24ENV MYSQL_USER=not-set0 B25ENV MYSQL_PWD=not-set0 B26RUN /bin/sh -c echo "export698 B27ENV SW_CURRENCY=not-set0 B28RUN /bin/sh -c echo "export708 B29ENV SW_API_ACCESS_KEY=not-set0 B30RUN /bin/sh -c echo "export719 B31RUN /bin/sh -c apt-get update278.23 MB32RUN /bin/sh -c echo "root:root"2.3 KB33RUN /bin/sh -c adduser --disabled-password7.16 KB34RUN /bin/sh -c echo 'AllowUsers1.59 KB35ENV BASH_ENV=/var/www/.bashrc0 B36RUN /bin/sh -c echo "source815 B37ADD ./config/apache/http2.conf /etc/apache2/conf-available/http2.conf # buildkit252 B38RUN /bin/sh -c apt-get update3.65 MB39ADD ./config/apache/apache2.conf /etc/apache2/apache2.conf # buildkit3.06 KB40ADD ./config/apache/ports.conf /etc/apache2/ports.conf # buildkit216 B41ADD ./config/apache/sites.conf /etc/apache2/sites-enabled/000-default.conf # buildkit725 B42RUN /bin/sh -c mkdir -p3.21 KB43RUN /bin/sh -c apt-get update28.37 MB44COPY ./config/php/general.ini /etc/php/8.1/fpm/conf.d/01-general.ini # buildkit497 B45COPY ./config/php/general.ini /etc/php/8.1/cli/conf.d/01-general.ini # buildkit499 B46COPY ./config/php/cli.ini /etc/php/8.1/cli/conf.d/01-general-cli.ini # buildkit312 B47RUN /bin/sh -c sudo update-alternatives32 B48RUN /bin/sh -c service php8.1-fpm2.4 KB49RUN /bin/sh -c chown www-data:www-data190 B50RUN /bin/sh -c mkdir -p215 B51RUN /bin/sh -c chmod -R6.47 KB52RUN /bin/sh -c apt-get update5.28 KB53RUN /bin/sh -c apt-get update56.14 MB54RUN /bin/sh -c curl -sS564.9 KB55RUN /bin/sh -c mv /tmp/composer.phar562.27 KB56RUN /bin/sh -c cd /var/www25.51 MB57COPY ./config/php/xdebug-3.ini /etc/php/8.1/fpm/conf.d/20-xdebug.ini # buildkit448 B58COPY ./config/php/xdebug-3.ini /etc/php/8.1/cli/conf.d/20-xdebug.ini # buildkit446 B59COPY ./config/php/xdebug-3.ini /etc/php/8.0/fpm/conf.d/20-xdebug.ini # buildkit436 B60COPY ./config/php/xdebug-3.ini /etc/php/8.0/cli/conf.d/20-xdebug.ini # buildkit442 B61COPY ./config/php/xdebug-3.ini /etc/php/7.4/fpm/conf.d/20-xdebug.ini # buildkit437 B62COPY ./config/php/xdebug-3.ini /etc/php/7.4/cli/conf.d/20-xdebug.ini # buildkit442 B63COPY ./config/php/xdebug-3.ini /etc/php/7.3/fpm/conf.d/20-xdebug.ini # buildkit437 B64COPY ./config/php/xdebug-3.ini /etc/php/7.3/cli/conf.d/20-xdebug.ini # buildkit440 B65COPY ./config/php/xdebug-3.ini /etc/php/7.2/fpm/conf.d/20-xdebug.ini # buildkit437 B66COPY ./config/php/xdebug-3.ini /etc/php/7.2/cli/conf.d/20-xdebug.ini # buildkit443 B67COPY ./config/php/xdebug-2.ini /etc/php/7.1/fpm/conf.d/20-xdebug.ini # buildkit478 B68COPY ./config/php/xdebug-2.ini /etc/php/7.1/cli/conf.d/20-xdebug.ini # buildkit482 B69COPY ./config/php/xdebug-2.ini /etc/php/7.0/fpm/conf.d/20-xdebug.ini # buildkit477 B70COPY ./config/php/xdebug-2.ini /etc/php/7.0/cli/conf.d/20-xdebug.ini # buildkit482 B71COPY ./config/php/xdebug-2.ini /etc/php/5.6/fpm/conf.d/20-xdebug.ini # buildkit478 B72COPY ./config/php/xdebug-2.ini /etc/php/5.6/cli/conf.d/20-xdebug.ini # buildkit484 B73RUN /bin/sh -c cd /var/www1.19 KB74RUN /bin/sh -c echo debconf531.81 KB75RUN /bin/sh -c echo debconf531.94 KB76RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive 30.5 MB77ADD ./config/mysql/my.cnf /etc/mysql/my.cnf # buildkit549 B78RUN /bin/sh -c chmod 0444549 B79RUN /bin/sh -c service mysql925.21 KB80RUN /bin/sh -c mkdir /usr/share/adminer292.32 KB81RUN /bin/sh -c apt-get update19.8 MB82COPY ./config/ssmtp/ssmtp.conf /etc/ssmtp/ssmtp.conf # buildkit270 B83RUN /bin/sh -c echo "sendmail_path273 B84RUN /bin/sh -c mkdir -p679.57 KB85COPY /config/pimpmylog/config.user.d /var/www/pimpmylog/config.user.d # buildkit1.06 KB86COPY /config/pimpmylog/config.user.json /var/www/pimpmylog/config.user.json # buildkit591 B87COPY /config/pimpmylog/global.inc.php /var/www/pimpmylog/inc/global.inc.php # buildkit10.41 KB88RUN /bin/sh -c chown -R680.81 KB89RUN /bin/sh -c apt-get update32.33 MB90RUN /bin/sh -c ls -la148.51 MB91ENV NODE_PATH=/v12/lib/node_modules0 B92ENV PATH=/v12/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B93RUN /bin/sh -c echo ""6.04 MB94RUN /bin/sh -c sudo echo7.62 MB95COPY ./config/tideways/tideways-daemon /etc/default/tideways-daemon # buildkit237 B96COPY ./config/tideways/tideways.ini /etc/php/8.1/fpm/conf.d/20-tideways.ini # buildkit340 B97COPY ./config/tideways/tideways.ini /etc/php/8.1/cli/conf.d/20-tideways.ini # buildkit32 B98COPY ./config/tideways/tideways.ini /etc/php/8.0/fpm/conf.d/20-tideways.ini # buildkit352 B99COPY ./config/tideways/tideways.ini /etc/php/8.0/cli/conf.d/20-tideways.ini # buildkit340 B100COPY ./config/tideways/tideways.ini /etc/php/7.4/fpm/conf.d/20-tideways.ini # buildkit351 B101COPY ./config/tideways/tideways.ini /etc/php/7.4/cli/conf.d/20-tideways.ini # buildkit338 B102COPY ./config/tideways/tideways.ini /etc/php/7.3/fpm/conf.d/20-tideways.ini # buildkit351 B103COPY ./config/tideways/tideways.ini /etc/php/7.3/cli/conf.d/20-tideways.ini # buildkit338 B104COPY ./config/tideways/tideways.ini /etc/php/7.2/fpm/conf.d/20-tideways.ini # buildkit351 B105COPY ./config/tideways/tideways.ini /etc/php/7.2/cli/conf.d/20-tideways.ini # buildkit338 B106COPY ./config/tideways/tideways.ini /etc/php/7.1/fpm/conf.d/20-tideways.ini # buildkit351 B107COPY ./config/tideways/tideways.ini /etc/php/7.1/cli/conf.d/20-tideways.ini # buildkit338 B108COPY ./config/tideways/tideways.ini /etc/php/7.0/fpm/conf.d/20-tideways.ini # buildkit350 B109COPY ./config/tideways/tideways.ini /etc/php/7.0/cli/conf.d/20-tideways.ini # buildkit337 B110COPY ./config/tideways/tideways.ini /etc/php/5.6/fpm/conf.d/20-tideways.ini # buildkit351 B111COPY ./config/tideways/tideways.ini /etc/php/5.6/cli/conf.d/20-tideways.ini # buildkit338 B112COPY ./assets/scripts/makefile /var/www/makefile # buildkit1.67 KB113COPY ./assets/scripts/bin /var/www/scripts/bin # buildkit688 B114COPY ./assets/scripts/cron /var/www/scripts/cron # buildkit305 B115COPY ./assets/shopware6/files /var/www/scripts/shopware6 # buildkit1.3 KB116RUN /bin/sh -c chown www-data:www-data1.92 KB117RUN /bin/sh -c sh /var/www/scripts/bin/xdebug_disable.sh727 B118ADD entrypoint.sh /entrypoint.sh # buildkit3.61 KB119RUN /bin/sh -c chmod 7553.61 KB120RUN /bin/sh -c chown 33:33148.45 MB121USER dockware0 B122WORKDIR /var/www/html32 B123ENTRYPOINT ["/bin/bash" "/entrypoint.sh"]0 BCommand
ADD file:26cb5ace98a4462b36211bf28f1e73781dd6d8984350d9bd53243dbe50ae180c in /