Skip to content

fix: Add conflicts for Shopware 6.6 versions #1981

fix: Add conflicts for Shopware 6.6 versions

fix: Add conflicts for Shopware 6.6 versions #1981

Triggered via push January 4, 2026 14:19
Status Failure
Total duration 21m 19s
Artifacts
Matrix: build-base
generate-matrix
22s
generate-matrix
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

14 errors
build (alpine, 8.3, https://github.com/shopware/shopware, v6.6.9.0)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\", \"symfony/polyfill-php85\": \"<1.33.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 2
build (alpine, 8.3, https://github.com/shopware/shopware, v6.6.5.1)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\", \"symfony/polyfill-php85\": \"<1.33.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 2
build (alpine, 8.3, https://github.com/shopware/shopware, 6.6.x)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\", \"symfony/polyfill-php85\": \"<1.33.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 255
build (debian, 8.3, https://github.com/shopware/shopware, v6.6.9.0)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\", \"symfony/polyfill-php85\": \"<1.33.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 2
build (debian, 8.3, https://github.com/shopware/shopware, v6.6.4.1)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\", \"symfony/polyfill-php85\": \"<1.33.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 2
build (alpine, 8.3, https://github.com/shopware/shopware, v6.6.7.1)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\", \"symfony/polyfill-php85\": \"<1.33.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 2
build (debian, 8.3, https://github.com/shopware/shopware, v6.6.8.2)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\", \"symfony/polyfill-php85\": \"<1.33.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 2
build (alpine, 8.3, https://github.com/shopware/shopware, v6.6.4.1)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\", \"symfony/polyfill-php85\": \"<1.33.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 2
build (debian, 8.3, https://github.com/shopware/shopware, v6.6.5.1)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\", \"symfony/polyfill-php85\": \"<1.33.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 2
build (debian, 8.3, https://github.com/shopware/shopware, v6.6.7.1)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\", \"symfony/polyfill-php85\": \"<1.33.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 2
build (alpine, 8.3, https://github.com/shopware/shopware, v6.6.6.1)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\", \"symfony/polyfill-php85\": \"<1.33.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 2
build (debian, 8.3, https://github.com/shopware/shopware, 6.6.x)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\", \"symfony/polyfill-php85\": \"<1.33.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 255
build (alpine, 8.3, https://github.com/shopware/shopware, v6.6.8.2)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\", \"symfony/polyfill-php85\": \"<1.33.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 2
build (debian, 8.3, https://github.com/shopware/shopware, v6.6.6.1)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\", \"symfony/polyfill-php85\": \"<1.33.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 2