sha256:835b35d7e743d6987336dd08a2e544ea96d528213476e157992d39b1302b4766
OS/ARCH
Compressed size
1.69 GB
Last pushed
about 1 year by dckwr
Type
Image
Manifest digest
sha256:59fec908fc65891d86f4612c362b51958cf6ef0e7f58fcbf264e951ad30b0539
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 28.17 MB6CMD ["/bin/bash"]0 B7LABEL title=Dockware dev:6.7.2.0 version=1.8.0 maintainer=dasistweb0 B8RUN /bin/sh -c date >/build-date.txt199 B9ADD ./assets/CHANGELOG.md /var/www/CHANGELOG.md # buildkit3.69 KB10ENV TZ=Europe/Berlin0 B11ENV PHP_VERSION=8.30 B12ENV APACHE_DOCROOT=/var/www/html/public0 B13ENV SW_TASKS_ENABLED=00 B14ENV COMPOSER_VERSION=not-set0 B15ENV NODE_VERSION=200 B16ENV SHOP_DOMAIN=localhost0 B17ENV RECOVERY_MODE=00 B18RUN /bin/sh -c echo "export570 B19COPY ./config/php/general.ini /tmp/general.ini # buildkit401 B20COPY ./config/php/cli.ini /tmp/cli.ini # buildkit209 B21ENV SSH_USER=not-set0 B22ENV SSH_PWD=not-set0 B23ENV XDEBUG_REMOTE_HOST=host.docker.internal0 B24ENV XDEBUG_CONFIG=idekey=PHPSTORM0 B25ENV PHP_IDE_CONFIG=serverName=localhost0 B26ENV XDEBUG_ENABLED=00 B27ENV FILEBEAT_ENABLED=00 B28ENV TIDEWAYS_KEY=not-set0 B29ENV TIDEWAYS_ENV=production0 B30COPY ./config/tideways/tideways.ini /tmp/tideways.ini # buildkit237 B31RUN /bin/sh -c echo "export689 B32ENV MYSQL_USER=not-set0 B33ENV MYSQL_PWD=not-set0 B34RUN /bin/sh -c echo "export701 B35ENV SW_CURRENCY=not-set0 B36RUN /bin/sh -c echo "export712 B37ENV SW_API_ACCESS_KEY=not-set0 B38RUN /bin/sh -c echo "export723 B39RUN /bin/sh -c apt-get update49.79 MB40RUN /bin/sh -c apt-get update388.76 KB41RUN /bin/sh -c echo ""312.99 MB42RUN /bin/sh -c echo "root:root"2.63 KB43RUN /bin/sh -c adduser --disabled-password7.13 KB44RUN /bin/sh -c echo 'AllowUsers1.57 KB45ENV BASH_ENV=/var/www/.bashrc0 B46RUN /bin/sh -c echo "source810 B47ADD ./config/apache/http2.conf /etc/apache2/conf-available/http2.conf # buildkit247 B48RUN /bin/sh -c apt-get install9.61 MB49ADD ./config/apache/apache2.conf /etc/apache2/apache2.conf # buildkit3.06 KB50ADD ./config/apache/ports.conf /etc/apache2/ports.conf # buildkit210 B51ADD ./config/apache/sites.conf /etc/apache2/sites-enabled/000-default.conf # buildkit714 B52RUN /bin/sh -c mkdir -p2.81 KB53RUN /bin/sh -c echo ""27.69 MB54RUN /bin/sh -c sudo update-alternatives32 B55RUN /bin/sh -c service php8.3-fpm2.88 KB56RUN /bin/sh -c mkdir -p198 B57RUN /bin/sh -c chmod -R6.92 KB58RUN /bin/sh -c apt-get install6.26 KB59RUN /bin/sh -c echo ""24.69 MB60RUN /bin/sh -c curl -sS564.31 KB61RUN /bin/sh -c cd /var/www2.81 MB62COPY ./config/php/xdebug-3.ini /etc/php/8.3/fpm/conf.d/20-xdebug.ini # buildkit415 B63COPY ./config/php/xdebug-3.ini /etc/php/8.3/cli/conf.d/20-xdebug.ini # buildkit415 B64COPY ./config/php/xdebug-3.ini /etc/php/8.2/fpm/conf.d/20-xdebug.ini # buildkit428 B65COPY ./config/php/xdebug-3.ini /etc/php/8.2/cli/conf.d/20-xdebug.ini # buildkit428 B66RUN /bin/sh -c cd /var/www556 B67RUN /bin/sh -c echo debconf75.22 MB68ADD ./config/mysql/my8.cnf /etc/mysql/my.cnf # buildkit614 B69RUN /bin/sh -c mkdir /usr/share/adminer304.17 KB70RUN /bin/sh -c apt-get install24.67 MB71COPY ./config/ssmtp/ssmtp.conf /etc/ssmtp/ssmtp.conf # buildkit260 B72RUN /bin/sh -c echo "sendmail_path300 B73RUN /bin/sh -c mkdir -p679.5 KB74COPY /config/pimpmylog/config.user.d /var/www/pimpmylog/config.user.d # buildkit1.05 KB75COPY /config/pimpmylog/global.inc.php /var/www/pimpmylog/inc/global.inc.php # buildkit10.4 KB76RUN /bin/sh -c chown -R680.32 KB77RUN /bin/sh -c apt-get install37.02 MB78RUN /bin/sh -c ls -la291.18 MB79ENV NODE_PATH=/v20/lib/node_modules0 B80ENV PATH=/v20/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B81RUN /bin/sh -c echo ""6.49 MB82COPY ./assets/tideways/tideways-daemon /etc/init.d/tideways-daemon # buildkit1022 B83COPY ./config/tideways/tideways-daemon /etc/default/tideways-daemon # buildkit232 B84RUN /bin/sh -c sudo apt-get13.77 MB85RUN /bin/sh -c rm -rf780 B86COPY ./assets/scripts/makefile /var/www/makefile # buildkit1.7 KB87COPY ./assets/scripts/bin /var/www/scripts/bin # buildkit669 B88COPY ./assets/scripts/cron /var/www/scripts/cron # buildkit319 B89COPY ./assets/shopware6/files /var/www/scripts/shopware6 # buildkit1.67 KB90ADD entrypoint.sh /entrypoint.sh # buildkit4.53 KB91RUN /bin/sh -c chown www-data:www-data7.05 KB92COPY ./assets/shopware6/DockwareSamplePlugin /var/www/html/custom/plugins/DockwareSamplePlugin # buildkit6 KB93RUN /bin/sh -c sudo service284.68 MB94RUN /bin/sh -c echo ""539.29 MB95USER dockware0 B96WORKDIR /var/www/html32 B97ENTRYPOINT ["/bin/bash" "/entrypoint.sh"]0 BCommand
ARG RELEASE