Skip to content

Commit

Permalink
Merge pull request #137 from shyim/create-pull-request/patch
Browse files Browse the repository at this point in the history
Changes by create-pull-request action
  • Loading branch information
shyim committed Feb 8, 2024
2 parents 7f2c556 + e748aed commit 6484116
Show file tree
Hide file tree
Showing 9 changed files with 123 additions and 127 deletions.
106 changes: 53 additions & 53 deletions .github/workflows/shopware.yml

Large diffs are not rendered by default.

17 changes: 0 additions & 17 deletions shopware/8.1/6.4.20.2/Dockerfile

This file was deleted.

20 changes: 0 additions & 20 deletions shopware/8.1/6.4.20.2/Dockerfile.cli

This file was deleted.

16 changes: 16 additions & 0 deletions shopware/8.1/6.5.8.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
FROM ghcr.io/friendsofshopware/shopware-cli as project-creator

WORKDIR /
RUN shopware-cli project create shop 6.5.8.3

FROM ghcr.io/shyim/shopware-nginx:8.1.27

COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer

COPY --from=project-creator /shop /var/www/html

RUN mkdir /state && \
echo "6.5.8.3" > /shopware_version && \
chown -R www-data:www-data /var/www

VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt
19 changes: 19 additions & 0 deletions shopware/8.1/6.5.8.3/Dockerfile.cli
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
FROM ghcr.io/friendsofshopware/shopware-cli as project-creator

WORKDIR /
RUN shopware-cli project create shop 6.5.8.3

FROM ghcr.io/shyim/shopware-nginx:8.1.27

COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer

COPY --from=project-creator /shop /var/www/html

RUN mkdir /state && \
echo "6.5.8.3" > /shopware_version && \
chown -R www-data:www-data /var/www

VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt

ENV RUN_NGINX=0
HEALTHCHECK NONE
17 changes: 0 additions & 17 deletions shopware/8.2/6.4.20.2/Dockerfile

This file was deleted.

20 changes: 0 additions & 20 deletions shopware/8.2/6.4.20.2/Dockerfile.cli

This file was deleted.

16 changes: 16 additions & 0 deletions shopware/8.2/6.5.8.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
FROM ghcr.io/friendsofshopware/shopware-cli as project-creator

WORKDIR /
RUN shopware-cli project create shop 6.5.8.3

FROM ghcr.io/shyim/shopware-nginx:8.2.15

COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer

COPY --from=project-creator /shop /var/www/html

RUN mkdir /state && \
echo "6.5.8.3" > /shopware_version && \
chown -R www-data:www-data /var/www

VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt
19 changes: 19 additions & 0 deletions shopware/8.2/6.5.8.3/Dockerfile.cli
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
FROM ghcr.io/friendsofshopware/shopware-cli as project-creator

WORKDIR /
RUN shopware-cli project create shop 6.5.8.3

FROM ghcr.io/shyim/shopware-nginx:8.2.15

COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer

COPY --from=project-creator /shop /var/www/html

RUN mkdir /state && \
echo "6.5.8.3" > /shopware_version && \
chown -R www-data:www-data /var/www

VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt

ENV RUN_NGINX=0
HEALTHCHECK NONE

0 comments on commit 6484116

Please sign in to comment.