6.6.9.0
sha256:25e770bff0d13e804c5a1411cdba93e60a5cba8c432705656883d0f8a5679f07
OS/ARCH
Compressed size
1.64 GB
Last pushed
3 months by dckwr
Type
Image
Manifest digest
sha256:0f4d1fb70d3547203f3c9c08f03135c4a75305f9103d378a6574e581a49f0e67
Image Layers
1
ARG RELEASE
0 B
2
ARG LAUNCHPAD_BUILD_ARCH
0 B
3
LABEL org.opencontainers.image.ref.name=ubuntu
0 B
4
LABEL org.opencontainers.image.version=22.04
0 B
5
ADD file ... in /
26.09 MB
6
CMD ["/bin/bash"]
0 B
7
LABEL title=Dockware dev:6.6.9.0 version=1.8.0 maintainer=dasistweb
0 B
8
RUN /bin/sh -c date >/build-date.txt
203 B
9
ADD ./assets/CHANGELOG.md /var/www/CHANGELOG.md # buildkit
3.69 KB
10
ENV TZ=Europe/Berlin
0 B
11
ENV PHP_VERSION=8.3
0 B
12
ENV APACHE_DOCROOT=/var/www/html/public
0 B
13
ENV SW_TASKS_ENABLED=0
0 B
14
ENV COMPOSER_VERSION=not-set
0 B
15
ENV NODE_VERSION=20
0 B
16
ENV SHOP_DOMAIN=localhost
0 B
17
ENV RECOVERY_MODE=0
0 B
18
RUN /bin/sh -c echo "export
574 B
19
COPY ./config/php/general.ini /tmp/general.ini # buildkit
401 B
20
COPY ./config/php/cli.ini /tmp/cli.ini # buildkit
211 B
21
ENV SSH_USER=not-set
0 B
22
ENV SSH_PWD=not-set
0 B
23
ENV XDEBUG_REMOTE_HOST=host.docker.internal
0 B
24
ENV XDEBUG_CONFIG=idekey=PHPSTORM
0 B
25
ENV PHP_IDE_CONFIG=serverName=localhost
0 B
26
ENV XDEBUG_ENABLED=0
0 B
27
ENV FILEBEAT_ENABLED=0
0 B
28
ENV TIDEWAYS_KEY=not-set
0 B
29
ENV TIDEWAYS_ENV=production
0 B
30
COPY ./config/tideways/tideways.ini /tmp/tideways.ini # buildkit
238 B
31
RUN /bin/sh -c echo "export
692 B
32
ENV MYSQL_USER=not-set
0 B
33
ENV MYSQL_PWD=not-set
0 B
34
RUN /bin/sh -c echo "export
707 B
35
ENV SW_CURRENCY=not-set
0 B
36
RUN /bin/sh -c echo "export
716 B
37
ENV SW_API_ACCESS_KEY=not-set
0 B
38
RUN /bin/sh -c echo "export
727 B
39
RUN /bin/sh -c apt-get update
40.73 MB
40
RUN /bin/sh -c apt-get update
320.99 KB
41
RUN /bin/sh -c echo ""
294.4 MB
42
RUN /bin/sh -c echo "root:root"
2.64 KB
43
RUN /bin/sh -c adduser --disabled-password
7.16 KB
44
RUN /bin/sh -c echo 'AllowUsers
1.57 KB
45
ENV BASH_ENV=/var/www/.bashrc
0 B
46
RUN /bin/sh -c echo "source
808 B
47
ADD ./config/apache/http2.conf /etc/apache2/conf-available/http2.conf # buildkit
246 B
48
RUN /bin/sh -c apt-get install
9.5 MB
49
ADD ./config/apache/apache2.conf /etc/apache2/apache2.conf # buildkit
3.06 KB
50
ADD ./config/apache/ports.conf /etc/apache2/ports.conf # buildkit
210 B
51
ADD ./config/apache/sites.conf /etc/apache2/sites-enabled/000-default.conf # buildkit
718 B
52
RUN /bin/sh -c mkdir -p
2.82 KB
53
RUN /bin/sh -c echo ""
26.4 MB
54
RUN /bin/sh -c sudo update-alternatives
32 B
55
RUN /bin/sh -c service php8.3-fpm
2.88 KB
56
RUN /bin/sh -c mkdir -p
201 B
57
RUN /bin/sh -c chmod -R
6.93 KB
58
RUN /bin/sh -c apt-get install
6.26 KB
59
RUN /bin/sh -c echo ""
24.7 MB
60
RUN /bin/sh -c curl -sS
564.32 KB
61
RUN /bin/sh -c cd /var/www
2.79 MB
62
COPY ./config/php/xdebug-3.ini /etc/php/8.3/fpm/conf.d/20-xdebug.ini # buildkit
417 B
63
COPY ./config/php/xdebug-3.ini /etc/php/8.3/cli/conf.d/20-xdebug.ini # buildkit
417 B
64
COPY ./config/php/xdebug-3.ini /etc/php/8.2/fpm/conf.d/20-xdebug.ini # buildkit
430 B
65
COPY ./config/php/xdebug-3.ini /etc/php/8.2/cli/conf.d/20-xdebug.ini # buildkit
430 B
66
RUN /bin/sh -c cd /var/www
557 B
67
RUN /bin/sh -c echo debconf
74.13 MB
68
ADD ./config/mysql/my8.cnf /etc/mysql/my.cnf # buildkit
614 B
69
RUN /bin/sh -c mkdir /usr/share/adminer
304.2 KB
70
RUN /bin/sh -c apt-get install
24.53 MB
71
COPY ./config/ssmtp/ssmtp.conf /etc/ssmtp/ssmtp.conf # buildkit
257 B
72
RUN /bin/sh -c echo "sendmail_path
300 B
73
RUN /bin/sh -c mkdir -p
679.51 KB
74
COPY /config/pimpmylog/config.user.d /var/www/pimpmylog/config.user.d # buildkit
1.06 KB
75
COPY /config/pimpmylog/global.inc.php /var/www/pimpmylog/inc/global.inc.php # buildkit
10.41 KB
76
RUN /bin/sh -c chown -R
680.32 KB
77
RUN /bin/sh -c apt-get install
34.41 MB
78
RUN /bin/sh -c ls -la
287.8 MB
79
ENV NODE_PATH=/v20/lib/node_modules
0 B
80
ENV PATH=/v20/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
81
RUN /bin/sh -c echo ""
6.5 MB
82
COPY ./assets/tideways/tideways-daemon /etc/init.d/tideways-daemon # buildkit
1017 B
83
COPY ./config/tideways/tideways-daemon /etc/default/tideways-daemon # buildkit
229 B
84
RUN /bin/sh -c sudo apt-get
11.86 MB
85
RUN /bin/sh -c rm -rf
791 B
86
COPY ./assets/scripts/makefile /var/www/makefile # buildkit
1.67 KB
87
COPY ./assets/scripts/bin /var/www/scripts/bin # buildkit
674 B
88
COPY ./assets/scripts/cron /var/www/scripts/cron # buildkit
323 B
89
COPY ./assets/shopware6/files /var/www/scripts/shopware6 # buildkit
1.67 KB
90
ADD entrypoint.sh /entrypoint.sh # buildkit
4.44 KB
91
RUN /bin/sh -c chown www-data:www-data
6.96 KB
92
COPY ./assets/shopware6/DockwareSamplePlugin /var/www/html/custom/plugins/DockwareSamplePlugin # buildkit
6 KB
93
RUN /bin/sh -c sudo service
293.89 MB
94
RUN /bin/sh -c echo ""
518.25 MB
95
USER dockware
0 B
96
WORKDIR /var/www/html
32 B
97
ENTRYPOINT ["/bin/bash" "/entrypoint.sh"]
0 B
Command
ARG RELEASE