sha256:5eb412205f4d02d6b4265ddf88cdafe5875c55626697182391260c4242a7730d
OS/ARCH
Compressed size
852.44 MB
Last pushed
almost 4 years by dckwr
Type
Image
Manifest digest
sha256:b3852658c8bf8ce27444b1aa0e67b3afaa6bf30c1b94329a11113ec05b039ba1
Image Layers
1ADD file ... in / 25.47 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 "export695 B27ENV SW_CURRENCY=not-set0 B28RUN /bin/sh -c echo "export708 B29ENV SW_API_ACCESS_KEY=not-set0 B30RUN /bin/sh -c echo "export720 B31RUN /bin/sh -c apt-get update296.71 MB32RUN /bin/sh -c echo "root:root"2.31 KB33RUN /bin/sh -c adduser --disabled-password7.14 KB34RUN /bin/sh -c echo 'AllowUsers1.59 KB35ENV BASH_ENV=/var/www/.bashrc0 B36RUN /bin/sh -c echo "source814 B37ADD ./config/apache/http2.conf /etc/apache2/conf-available/http2.conf # buildkit252 B38RUN /bin/sh -c apt-get update3.84 MB39ADD ./config/apache/apache2.conf /etc/apache2/apache2.conf # buildkit3.06 KB40ADD ./config/apache/ports.conf /etc/apache2/ports.conf # buildkit214 B41ADD ./config/apache/sites.conf /etc/apache2/sites-enabled/000-default.conf # buildkit723 B42RUN /bin/sh -c mkdir -p3.2 KB43RUN /bin/sh -c apt-get update28.87 MB44COPY ./config/php/general.ini /etc/php/8.1/fpm/conf.d/01-general.ini # buildkit493 B45COPY ./config/php/general.ini /etc/php/8.1/cli/conf.d/01-general.ini # buildkit494 B46COPY ./config/php/cli.ini /etc/php/8.1/cli/conf.d/01-general-cli.ini # buildkit305 B47RUN /bin/sh -c sudo update-alternatives32 B48RUN /bin/sh -c service php8.1-fpm2.36 KB49RUN /bin/sh -c chown www-data:www-data189 B50RUN /bin/sh -c mkdir -p213 B51RUN /bin/sh -c chmod -R6.47 KB52RUN /bin/sh -c apt-get update5.31 KB53RUN /bin/sh -c apt-get update63.34 MB54RUN /bin/sh -c curl -sS564.88 KB55RUN /bin/sh -c mv /tmp/composer.phar562.27 KB56RUN /bin/sh -c cd /var/www27.14 MB57COPY ./config/php/xdebug-3.ini /etc/php/8.1/fpm/conf.d/20-xdebug.ini # buildkit443 B58COPY ./config/php/xdebug-3.ini /etc/php/8.1/cli/conf.d/20-xdebug.ini # buildkit443 B59COPY ./config/php/xdebug-3.ini /etc/php/8.0/fpm/conf.d/20-xdebug.ini # buildkit432 B60COPY ./config/php/xdebug-3.ini /etc/php/8.0/cli/conf.d/20-xdebug.ini # buildkit437 B61COPY ./config/php/xdebug-3.ini /etc/php/7.4/fpm/conf.d/20-xdebug.ini # buildkit434 B62COPY ./config/php/xdebug-3.ini /etc/php/7.4/cli/conf.d/20-xdebug.ini # buildkit437 B63COPY ./config/php/xdebug-3.ini /etc/php/7.3/fpm/conf.d/20-xdebug.ini # buildkit433 B64COPY ./config/php/xdebug-3.ini /etc/php/7.3/cli/conf.d/20-xdebug.ini # buildkit438 B65COPY ./config/php/xdebug-3.ini /etc/php/7.2/fpm/conf.d/20-xdebug.ini # buildkit432 B66COPY ./config/php/xdebug-3.ini /etc/php/7.2/cli/conf.d/20-xdebug.ini # buildkit437 B67COPY ./config/php/xdebug-2.ini /etc/php/7.1/fpm/conf.d/20-xdebug.ini # buildkit474 B68COPY ./config/php/xdebug-2.ini /etc/php/7.1/cli/conf.d/20-xdebug.ini # buildkit478 B69COPY ./config/php/xdebug-2.ini /etc/php/7.0/fpm/conf.d/20-xdebug.ini # buildkit475 B70COPY ./config/php/xdebug-2.ini /etc/php/7.0/cli/conf.d/20-xdebug.ini # buildkit478 B71COPY ./config/php/xdebug-2.ini /etc/php/5.6/fpm/conf.d/20-xdebug.ini # buildkit475 B72COPY ./config/php/xdebug-2.ini /etc/php/5.6/cli/conf.d/20-xdebug.ini # buildkit479 B73RUN /bin/sh -c cd /var/www1.18 KB74RUN /bin/sh -c echo debconf531.81 KB75RUN /bin/sh -c echo debconf531.93 KB76RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive 30.7 MB77ADD ./config/mysql/my.cnf /etc/mysql/my.cnf # buildkit549 B78RUN /bin/sh -c chmod 0444549 B79RUN /bin/sh -c service mysql973.68 KB80RUN /bin/sh -c mkdir /usr/share/adminer292.3 KB81RUN /bin/sh -c apt-get update20.1 MB82COPY ./config/ssmtp/ssmtp.conf /etc/ssmtp/ssmtp.conf # buildkit268 B83RUN /bin/sh -c echo "sendmail_path271 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 # buildkit590 B87COPY /config/pimpmylog/global.inc.php /var/www/pimpmylog/inc/global.inc.php # buildkit10.41 KB88RUN /bin/sh -c chown -R680.8 KB89RUN /bin/sh -c apt-get update34.66 MB90RUN /bin/sh -c ls -la150.34 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 echo10.15 MB95COPY ./config/tideways/tideways-daemon /etc/default/tideways-daemon # buildkit235 B96COPY ./config/tideways/tideways.ini /etc/php/8.1/fpm/conf.d/20-tideways.ini # buildkit338 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 # buildkit350 B99COPY ./config/tideways/tideways.ini /etc/php/8.0/cli/conf.d/20-tideways.ini # buildkit335 B100COPY ./config/tideways/tideways.ini /etc/php/7.4/fpm/conf.d/20-tideways.ini # buildkit348 B101COPY ./config/tideways/tideways.ini /etc/php/7.4/cli/conf.d/20-tideways.ini # buildkit336 B102COPY ./config/tideways/tideways.ini /etc/php/7.3/fpm/conf.d/20-tideways.ini # buildkit348 B103COPY ./config/tideways/tideways.ini /etc/php/7.3/cli/conf.d/20-tideways.ini # buildkit336 B104COPY ./config/tideways/tideways.ini /etc/php/7.2/fpm/conf.d/20-tideways.ini # buildkit348 B105COPY ./config/tideways/tideways.ini /etc/php/7.2/cli/conf.d/20-tideways.ini # buildkit336 B106COPY ./config/tideways/tideways.ini /etc/php/7.1/fpm/conf.d/20-tideways.ini # buildkit348 B107COPY ./config/tideways/tideways.ini /etc/php/7.1/cli/conf.d/20-tideways.ini # buildkit336 B108COPY ./config/tideways/tideways.ini /etc/php/7.0/fpm/conf.d/20-tideways.ini # buildkit348 B109COPY ./config/tideways/tideways.ini /etc/php/7.0/cli/conf.d/20-tideways.ini # buildkit336 B110COPY ./config/tideways/tideways.ini /etc/php/5.6/fpm/conf.d/20-tideways.ini # buildkit348 B111COPY ./config/tideways/tideways.ini /etc/php/5.6/cli/conf.d/20-tideways.ini # buildkit336 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 # buildkit304 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.sh718 B118ADD entrypoint.sh /entrypoint.sh # buildkit3.61 KB119RUN /bin/sh -c chmod 7553.61 KB120RUN /bin/sh -c chown 33:33150.28 MB121USER dockware0 B122WORKDIR /var/www/html32 B123ENTRYPOINT ["/bin/bash" "/entrypoint.sh"]0 BCommand
ADD file:8733c7e8faf03d53cb2143ff6ac405362944cfa07422fccd21a3066cc2f42c83 in /