Skip to content

Build Docker images #2093

Build Docker images

Build Docker images #2093

Triggered via schedule April 10, 2026 03:55
Status Failure
Total duration 10m 27s
Artifacts 67
Matrix: build-base
generate-matrix
4s
generate-matrix
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

61 errors and 3 warnings
build (alpine, 8.1, https://github.com/shopware/shopware, v6.5.0.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.6.2.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.1, https://github.com/shopware/shopware, 6.5.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.6.1.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.1, https://github.com/shopware/shopware, v6.5.1.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.1, https://github.com/shopware/shopware, v6.5.3.3)
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.1, https://github.com/shopware/shopware, v6.5.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.7.6.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.1, https://github.com/shopware/shopware, v6.5.7.4)
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.1, https://github.com/shopware/shopware, v6.5.8.18)
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.6.0.3)
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.1, https://github.com/shopware/shopware, 6.5.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.1, https://github.com/shopware/shopware, v6.5.0.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.1, https://github.com/shopware/shopware, v6.5.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.1, https://github.com/shopware/shopware, v6.5.8.18)
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.7.4.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.3, https://github.com/shopware/shopware, trunk)
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.7.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.6.1.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.1, https://github.com/shopware/shopware, v6.5.3.3)
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.6.0.3)
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.1, https://github.com/shopware/shopware, v6.5.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.7.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.6.2.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.7.1.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.7.4.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.7.1.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.7.0.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.3, https://github.com/shopware/shopware, trunk)
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.6.10.15)
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.1, https://github.com/shopware/shopware, v6.5.5.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.6.10.15)
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.7.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.7.3.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.7.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.7.2.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.7.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.1, https://github.com/shopware/shopware, v6.5.2.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.6.3.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.1, https://github.com/shopware/shopware, v6.5.7.4)
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.7.2.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.7.3.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.7.0.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.7.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.7.6.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.6.3.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
build (debian, 8.1, https://github.com/shopware/shopware, v6.5.1.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\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.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: 1
Default value for global ARG results in an empty or invalid base image name: alpine/Dockerfile.base#L3
InvalidDefaultArgInFrom: Default value for ARG php:${PHP_VERSION}-cli-alpine${DISTRIBUTION_VERSION} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: debian/Dockerfile.base#L3
InvalidDefaultArgInFrom: Default value for ARG php:${PHP_VERSION}-cli-${DISTRIBUTION_VERSION} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: debian/Dockerfile.base#L3
InvalidDefaultArgInFrom: Default value for ARG php:${PHP_VERSION}-cli-${DISTRIBUTION_VERSION} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Artifacts

Produced during runtime
Name Size Digest
FriendsOfShopware~platform-plugin-dev-docker~0RZ0F2.dockerbuild
38.5 KB
sha256:46c5d17f3fabb1351f249a8b114d29b368880ed0a5329c0add86aa4b50a3e807
FriendsOfShopware~platform-plugin-dev-docker~1JSBCR.dockerbuild
38.3 KB
sha256:7b9e51f1eb41892210475a45f451d1b57207baaa7d098d2e2215b3bbcc1556cb
FriendsOfShopware~platform-plugin-dev-docker~1NCXLG.dockerbuild
83.3 KB
sha256:6ee3b9f3449b6f4b79143b037afa5384d519c731a82aa8a3a23ff75151fe92b4
FriendsOfShopware~platform-plugin-dev-docker~2JUHB9.dockerbuild
84 KB
sha256:f047785ef92c2260e0afd21f96b931df0392bf04c25d2f1feeb18e6b83b465ca
FriendsOfShopware~platform-plugin-dev-docker~2ZLBIU.dockerbuild
85 KB
sha256:9f2cb9de5d78c343c4cc47b495d1ca9801a9e24a163fbf1fb57fc4ea345b6a0f
FriendsOfShopware~platform-plugin-dev-docker~31QZBG.dockerbuild
36.8 KB
sha256:e2c582d5487dd9581df08b72bc8a48a804b8a1ad5c2cdf8c35065760df63b7e1
FriendsOfShopware~platform-plugin-dev-docker~3NH13Z.dockerbuild
135 KB
sha256:d04e0413ab3267d70e8894a310fb7bdafb0df3200ca4266236f78c2054c915fc
FriendsOfShopware~platform-plugin-dev-docker~4BBU9K.dockerbuild
84.8 KB
sha256:c640a2db00855a9b90bb29f2877b6cede8b5a9bda3e4c32f2beff827a335ce79
FriendsOfShopware~platform-plugin-dev-docker~5EBQZK.dockerbuild
38.4 KB
sha256:ff09e68f387f5155d84f8bc0e611303d73ea4c832f14602b787a1bae9043ef55
FriendsOfShopware~platform-plugin-dev-docker~6RDAER.dockerbuild
39.4 KB
sha256:fce1ef93f08f1e33ffcd242e60a8de3316fc48718c8bad5d88a0956c97e86a76
FriendsOfShopware~platform-plugin-dev-docker~8DBF7J.dockerbuild
84.7 KB
sha256:860949097cce4f6696748f1f29ecb26ba000204ecdd2004293615deaf5bba52e
FriendsOfShopware~platform-plugin-dev-docker~8N0XY8.dockerbuild
39.9 KB
sha256:e2564723b7ee10c5a5f6e378258235545b3dc497f59d44000b909aa5a734a5bb
FriendsOfShopware~platform-plugin-dev-docker~91P25R.dockerbuild
36 KB
sha256:1c0961b38014d60af2d91b80d0f0d6eee1709b713ebb6291f83b09ede8527bd9
FriendsOfShopware~platform-plugin-dev-docker~9BQZZJ.dockerbuild
84.6 KB
sha256:bfadd3f0d38366d8aa3b8d123f6f9ab8a67d2b0b19eb47d954b455f23a5393a6
FriendsOfShopware~platform-plugin-dev-docker~9TTHB4.dockerbuild
84.2 KB
sha256:ea1878c78dd581dd8717a301868747625fdfe4396e2b475caf73ce637dea88db
FriendsOfShopware~platform-plugin-dev-docker~A4DVVU.dockerbuild
38.6 KB
sha256:8a74091b810e208499f39bef3e10bebc6a9bf8aeb1ce9f783717325b490d72f5
FriendsOfShopware~platform-plugin-dev-docker~ADMUXL.dockerbuild
37.8 KB
sha256:8063310666cf55b2774c3d88ab2cf1c06b4ed9135db2a8cd7a4e8cf7ead2963d
FriendsOfShopware~platform-plugin-dev-docker~ALK0RO.dockerbuild
84.1 KB
sha256:0d5989c057ec8735ecf1aeae8cefff8893d4b9fb5b3903d5cdc23a78de29b08a
FriendsOfShopware~platform-plugin-dev-docker~ATCIAB.dockerbuild
38.7 KB
sha256:4d29bfe386fad8a65beefc522349fc51d78fc5640f18d316861841448e5f8aec
FriendsOfShopware~platform-plugin-dev-docker~CCBC3C.dockerbuild
84.4 KB
sha256:78e4a10b58bd3dc6d8e785d4250d523faeee7cd11b05afaafb5b7ee8730b862f
FriendsOfShopware~platform-plugin-dev-docker~CGVAIG.dockerbuild
38.6 KB
sha256:249a59edff55b07ebfe825fcdd187deb2d601e03aad60332b82739e6aa010555
FriendsOfShopware~platform-plugin-dev-docker~CZFZGL.dockerbuild
84.3 KB
sha256:7c8cf5de6d06935249833e4e5d98248ccbd7950111bd20195828cee3d4d47be4
FriendsOfShopware~platform-plugin-dev-docker~D23802.dockerbuild
38.4 KB
sha256:33cf6e51c0e0b10b71072aafc9d5e8edea6c261c847c527d5755935ed1e249d2
FriendsOfShopware~platform-plugin-dev-docker~FE279T.dockerbuild
84.3 KB
sha256:d97773ebb4fffa7bf2e8744a6d88ec513550b956ad6e68f68ccc2342f080ab15
FriendsOfShopware~platform-plugin-dev-docker~JSWW55.dockerbuild
38.4 KB
sha256:d8c351d9028a643cf0a25bfe802260a0cb4ddb8b2a8fa134f21afb6797728365
FriendsOfShopware~platform-plugin-dev-docker~K4EHHK.dockerbuild
84.7 KB
sha256:d9e8358b5ba8b9bc2985747ee1dd830684a9c22b49b4115cf8586b0ff67a6bff
FriendsOfShopware~platform-plugin-dev-docker~KLCJ5Y.dockerbuild
83 KB
sha256:4c10020ff407fc947a83db38ff554adc7506dddc4139f9dc36eaf2235a19c09d
FriendsOfShopware~platform-plugin-dev-docker~KZ6DMQ.dockerbuild
36.1 KB
sha256:de16272d577206d86fb66ff3c4cca2cf1c82685515b2450fabd340517c435aed
FriendsOfShopware~platform-plugin-dev-docker~L6RIFN.dockerbuild
83.2 KB
sha256:0e2f46e44d3062e23ce645a60ed36090462d883ff6f86974ae28845a58d2ae0c
FriendsOfShopware~platform-plugin-dev-docker~LD86QD.dockerbuild
82.6 KB
sha256:b9af7588995aa48e1bc98dcf2d9adc0fe32f21f850e483298d170a1fe4b0d209
FriendsOfShopware~platform-plugin-dev-docker~LJWW96.dockerbuild
38.8 KB
sha256:94a736179f2e4369752bf759b05471e40eca84b264aaf84eace96312400124c9
FriendsOfShopware~platform-plugin-dev-docker~LSECLF.dockerbuild
83.4 KB
sha256:c58278339b3abda0a31e4eac7e9d22cc3f7e1f9049564a2852e341a105e669dc
FriendsOfShopware~platform-plugin-dev-docker~MQJWKN.dockerbuild
39.3 KB
sha256:4ed93a8bdec53ce4a6a178aed002d9a4a2772c0c0d8ef3f8e217a62a5c64ea1f
FriendsOfShopware~platform-plugin-dev-docker~MYYMHK.dockerbuild
39.5 KB
sha256:6ee66d5d2c55b42e973caaf8f0e93b8fcd48f918b5f63f534061c8262c0a4658
FriendsOfShopware~platform-plugin-dev-docker~O6T4FM.dockerbuild
82.7 KB
sha256:88f9a562de1bf50e5fc2f674ee8b9d02551ebe5a595a9f036ab0a3bab5a11e59
FriendsOfShopware~platform-plugin-dev-docker~OB8GXN.dockerbuild
84.2 KB
sha256:820046aa3d2225320b52c5c0b97cf869c55627961936ce276fd3fbcfa18f3a1e
FriendsOfShopware~platform-plugin-dev-docker~OEI1BR.dockerbuild
39.1 KB
sha256:ad8e1c3c17edf258897edb78c6f9d4c4ba99ff22ebb9d7eedc57da97dbbf2864
FriendsOfShopware~platform-plugin-dev-docker~OXGWV3.dockerbuild
84.2 KB
sha256:800b9705d59461c925ff7a6a22d29feaf79213960a3e99896e6e97e600cffc04
FriendsOfShopware~platform-plugin-dev-docker~Q4HL0O.dockerbuild
38.6 KB
sha256:85678104f0546e32f398ae7bcbbc2103ed05e2d03734472024dbd7ad27530067
FriendsOfShopware~platform-plugin-dev-docker~Q8G6E0.dockerbuild
83 KB
sha256:bbb03f4da541bf41a7cff1444497dabad998d3db7814d7bd5254dd8999811e6d
FriendsOfShopware~platform-plugin-dev-docker~R0SD1H.dockerbuild
83.2 KB
sha256:5ebecf09f526106864347fe448e1ab19759a7f1d11a0c68baebf325a04dc7fbe
FriendsOfShopware~platform-plugin-dev-docker~R1V6UC.dockerbuild
39.1 KB
sha256:3636b32c24975ad79e90e590fe1332d73de09c3391a5444d2bc4e9626e8a77d3
FriendsOfShopware~platform-plugin-dev-docker~RGN3JI.dockerbuild
36.3 KB
sha256:1a348be4ebdaaffeed9e2cf4be65df74ca124d73fb0fb7f7098ab63593f2495b
FriendsOfShopware~platform-plugin-dev-docker~SC99ZC.dockerbuild
83.5 KB
sha256:2f81081412cdbd494d364a7bdffc42040e6c18cb01c86d62166c5a667e65a610
FriendsOfShopware~platform-plugin-dev-docker~SD2I4U.dockerbuild
39.3 KB
sha256:1f626d7216934b470806936cd44af8609ac54a538e228b4c796f23502fa2ed33
FriendsOfShopware~platform-plugin-dev-docker~SMQVK2.dockerbuild
84 KB
sha256:ea449d2d007af7738015b1cfbefad903adf3cd993d26dcbfd4b9e3944b1d0e87
FriendsOfShopware~platform-plugin-dev-docker~SNL625.dockerbuild
39.5 KB
sha256:5f7e5c182f0f606888ca6c800c7c14589fdf9f54f118638fcf67bd4938fd2f56
FriendsOfShopware~platform-plugin-dev-docker~SNNYI8.dockerbuild
83.7 KB
sha256:c70da494629280e470290f373005be0461132b8e787c881db27e5d8f9a2a8674
FriendsOfShopware~platform-plugin-dev-docker~SOBU21.dockerbuild
83.2 KB
sha256:c712b2ae7e7b9a9fb8183145e3840951b5a074a7cababb4341e56fb61eed98e9
FriendsOfShopware~platform-plugin-dev-docker~SQ7MNO.dockerbuild
39.1 KB
sha256:c519bc278f1ed3937b8a7144ed95b1784df296713e5a4c0608072a7c9ec17746
FriendsOfShopware~platform-plugin-dev-docker~SQHNKT.dockerbuild
39.6 KB
sha256:c774dfe541469d053606609f5275fcce178bb3e8324449c3eac428347a8a661e
FriendsOfShopware~platform-plugin-dev-docker~SQQD2F.dockerbuild
83.1 KB
sha256:15e41486acab8b8523b6df846f3e1953fec04c22cf34df1f7b2b61295c755d45
FriendsOfShopware~platform-plugin-dev-docker~T9W3N1.dockerbuild
82.6 KB
sha256:559270e605c957b3c55324dbf44b97a2ce04b41f22a13cc9117e9fff5847fb04
FriendsOfShopware~platform-plugin-dev-docker~TSX0QW.dockerbuild
39.3 KB
sha256:3e11b718b79ab7bd10a55ef746f8e355221e315cabba115183f65b3f0a15d426
FriendsOfShopware~platform-plugin-dev-docker~TY0YIE.dockerbuild
39.2 KB
sha256:fb7012feeb99c38e5fbef035db834380136fcf4fea3825003a6b1e0a4cbdfed9
FriendsOfShopware~platform-plugin-dev-docker~UBP1Y2.dockerbuild
38.3 KB
sha256:fec37f116d4b93fc2929d301e7e47eaed68dd4e923afa8ae4b8492014ce77bf2
FriendsOfShopware~platform-plugin-dev-docker~V2ATNS.dockerbuild
82.7 KB
sha256:bc172e9c43f3c6d21ee62d46c7a1ba5652e307eb8290912614cd580f05729a6d
FriendsOfShopware~platform-plugin-dev-docker~V9P6K2.dockerbuild
38.7 KB
sha256:d41f5429f14db895b6ef4b9b2c8f58393e9bbfa8e39546211154ad74f3ff945d
FriendsOfShopware~platform-plugin-dev-docker~WDHXJ8.dockerbuild
83.2 KB
sha256:ab7ac47703232b79c55949e13cec3da2e5e55d6c21fc8955c53279b094a86526
FriendsOfShopware~platform-plugin-dev-docker~WJQUV8.dockerbuild
82.6 KB
sha256:4f16d3e1217f331a14ae19adeb78e3c9767e1f7b7c56855b912dc51f9cc2af37
FriendsOfShopware~platform-plugin-dev-docker~WKOYDN.dockerbuild
84 KB
sha256:063b2ffa0f1d7c0fbfd94ee2c73ce03e83da12cd72473bdfb99b556b56996a08
FriendsOfShopware~platform-plugin-dev-docker~XCMUD4.dockerbuild
38.2 KB
sha256:556735157db46377304a036e671d6299ae8afcc9382c9da53f56d8f87bc4dc67
FriendsOfShopware~platform-plugin-dev-docker~XKG2JR.dockerbuild
94.9 KB
sha256:7de6f94fdfe1278f6c000db5cb791c4181a64f4194585bda6ee65d2f432f6c6f
FriendsOfShopware~platform-plugin-dev-docker~XNHDV8.dockerbuild
40 KB
sha256:4507440fb155a73a0fc21fa79813f26b8cd2fcb97271438657ef9e3568d07630
FriendsOfShopware~platform-plugin-dev-docker~XP9G7C.dockerbuild
84.5 KB
sha256:2e1b33fab6c02dfea001e469f893a953545b4f9ea1e56c163f1e75182d45a721
FriendsOfShopware~platform-plugin-dev-docker~XT6WHV.dockerbuild
39.6 KB
sha256:235eefe0bb8c183fb72bfbadc12fdfb652eed60eb35c4184d6cf2306243c71bd
FriendsOfShopware~platform-plugin-dev-docker~ZDG3U0.dockerbuild
114 KB
sha256:78cf7fae30ce3b924c6bb06093ef27f8067cf5b60fd11746fabed0bb52edfae6