Skip to content

Build Docker images #2098

Build Docker images

Build Docker images #2098

Triggered via schedule April 15, 2026 03:55
Status Failure
Total duration 7m 6s
Artifacts 67
Matrix: build-base
generate-matrix
6s
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.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.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.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.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.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, 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.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.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 (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.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.7.4)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c node -v && npx playwright install --with-deps" 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 (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 (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.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.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.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.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.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.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 (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.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.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.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 (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 (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.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.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.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.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 (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 (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 (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 (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.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.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.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.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.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.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 (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 (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.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.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.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.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.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.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, 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.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 (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.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 (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, 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.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.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.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.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
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/
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/

Artifacts

Produced during runtime
Name Size Digest
FriendsOfShopware~platform-plugin-dev-docker~03ER2X.dockerbuild
38.5 KB
sha256:1376e239dee495e02d29563c870d2ab1ce36f3b35796bc7df8ab9c7999ed0c97
FriendsOfShopware~platform-plugin-dev-docker~47A6ZI.dockerbuild
82.2 KB
sha256:121d7e5d1e420e2d0267a5aef65906843551f0c755682133faeab12fb25d4c4c
FriendsOfShopware~platform-plugin-dev-docker~58XRZR.dockerbuild
39.9 KB
sha256:1ae2f97ef23f02c137982f0e879facba3171962917b818afe18f77706a3b2cad
FriendsOfShopware~platform-plugin-dev-docker~6UYQTR.dockerbuild
39.5 KB
sha256:44c4ec9591c4dbd1a7d6b8f7125d20acf20cf66c04c319bf3a81629939f3a416
FriendsOfShopware~platform-plugin-dev-docker~6V29VE.dockerbuild
39 KB
sha256:45ec1f2744dc014d630467d2d17efdf00d205d4f938780134c59a661a77ecb01
FriendsOfShopware~platform-plugin-dev-docker~7DTHP9.dockerbuild
81.6 KB
sha256:283ef543cedfb653999b37e3b373a7cb40195c6c6ff6ac7619a821705caf1702
FriendsOfShopware~platform-plugin-dev-docker~913M2Q.dockerbuild
84.3 KB
sha256:4ad094346e350b92ba12dd57c75aa5248dc2e2393dd12168376cef671588ed12
FriendsOfShopware~platform-plugin-dev-docker~B5IEJF.dockerbuild
84.5 KB
sha256:38a1f554d26567ef29ded950de7fccde8ee0cb5d7c1bc2e4a76a1087b1cdd2a9
FriendsOfShopware~platform-plugin-dev-docker~BQECVO.dockerbuild
82.7 KB
sha256:8555c537a6f7f5350199ebc5608ae942a523c43e1ea78c0d278a36c7c23abbbf
FriendsOfShopware~platform-plugin-dev-docker~CDR7EG.dockerbuild
38.8 KB
sha256:9918dadac8919b459a29083379f95d47e0480ec5b628c54ca235f02ca45ca5ed
FriendsOfShopware~platform-plugin-dev-docker~CZ524O.dockerbuild
37.8 KB
sha256:fc54ef87e3b61bab0c79a5dc4e10845f1ae21f7cffba2f56733d99e7f18ca523
FriendsOfShopware~platform-plugin-dev-docker~DMKB03.dockerbuild
43.7 KB
sha256:1f1c2429b94dc64baf98afdc4de247c49ae2b33eb83cbfbf7f1d8bf6cd0037d0
FriendsOfShopware~platform-plugin-dev-docker~E522HH.dockerbuild
83 KB
sha256:c8cd655ec1c8e8bcee54777480745eedca46aaf7086f08a9a4398faa65bc264a
FriendsOfShopware~platform-plugin-dev-docker~EAWS69.dockerbuild
84.5 KB
sha256:994741a5120b165200bed240257e07716cdf1b952b4b58f71ebc19835c8d9bb9
FriendsOfShopware~platform-plugin-dev-docker~EBD0KC.dockerbuild
38.5 KB
sha256:b21dba23e768075e7eff2d3226e6fa82f3cffd6bc5f4725000417383852ef340
FriendsOfShopware~platform-plugin-dev-docker~ES2RP0.dockerbuild
83.9 KB
sha256:7fcde69d0c748b06efb3ffd7eecb488fdf582f9e527d6f1aaf2f0d0f1d1812a7
FriendsOfShopware~platform-plugin-dev-docker~F9EHX5.dockerbuild
36.6 KB
sha256:43be627af497c59a1fc6742a25913d44e1cfe3603be98ae44090e3443f6b87a3
FriendsOfShopware~platform-plugin-dev-docker~FK2BHO.dockerbuild
38.1 KB
sha256:7203082b4e02147bcad9fb348ba7ba8f9a1703f3380ff8fbc986241eae813c82
FriendsOfShopware~platform-plugin-dev-docker~FTA9L7.dockerbuild
38.7 KB
sha256:428d5ae95113d027cc165c55b852bd32ed671c44d57be51e3d6f70cad19a9ff5
FriendsOfShopware~platform-plugin-dev-docker~GM3G9G.dockerbuild
83.7 KB
sha256:2f9474e948dd99488805879ce36099f179b724e58986babca55ba55a1674026a
FriendsOfShopware~platform-plugin-dev-docker~H6HZH0.dockerbuild
83.6 KB
sha256:83a704813291546d8358f24341f96c56bf7c3bc08725ca94e1043ef94c196550
FriendsOfShopware~platform-plugin-dev-docker~I1FVSE.dockerbuild
38.7 KB
sha256:4e63a9bc28ad39adae10d077d193b90877eb6924d57c491539e66191f495113e
FriendsOfShopware~platform-plugin-dev-docker~I3B56Q.dockerbuild
39 KB
sha256:fc3e56f59f0a06d29287ed5320a3611986e4bae82ba45e5b76d96822cefcea3d
FriendsOfShopware~platform-plugin-dev-docker~IBRRMZ.dockerbuild
39.3 KB
sha256:67e5127e204d86dac5a833b08d1e9b113676add71d7d24526bd50c88e72524cc
FriendsOfShopware~platform-plugin-dev-docker~IZ85PT.dockerbuild
36.6 KB
sha256:117fe3cc071822f3412ea9ec5f0328bb86896b98f2576ff1fae8ba8c055efcc7
FriendsOfShopware~platform-plugin-dev-docker~JGOF0E.dockerbuild
84.4 KB
sha256:354fa6d8c0f25d9dd34e87522923780fe08adccff0966903595f4f35afc4c423
FriendsOfShopware~platform-plugin-dev-docker~JPDU6H.dockerbuild
38.6 KB
sha256:b398a64c8ec46a62544e68e14591f642130e5f4ab18dbd30480876039397809f
FriendsOfShopware~platform-plugin-dev-docker~JPY1XF.dockerbuild
38 KB
sha256:ce5b5851a8a4f177b21377396cdc6a1afdea5fed89cc505b2467647148ec66b1
FriendsOfShopware~platform-plugin-dev-docker~JRW78Q.dockerbuild
84.5 KB
sha256:4d9f03aabe9f938c698f871bda359365ea7d5939fa64ce98f8d54d4249970f93
FriendsOfShopware~platform-plugin-dev-docker~JSKUYG.dockerbuild
83.4 KB
sha256:771da39a55143c0ef689fc417c52bd2c04d946e3f69393b774be2f09e6f041e1
FriendsOfShopware~platform-plugin-dev-docker~JWAG5L.dockerbuild
37.5 KB
sha256:07dcad7ba7af7a6c90ec1fe49b6ea26b97009a380305cd7194ff6ed81c486830
FriendsOfShopware~platform-plugin-dev-docker~JY9Q41.dockerbuild
84.4 KB
sha256:c373ae02774ea4776962f17a492679854cb1288b0603480c70b0247f60f2f572
FriendsOfShopware~platform-plugin-dev-docker~JYBLF7.dockerbuild
39.1 KB
sha256:206818cac3766c6c707c27b462d4c58ad36f2dae759885e371f4628ea5320a08
FriendsOfShopware~platform-plugin-dev-docker~KGDTU7.dockerbuild
37.5 KB
sha256:339a42a924bc6ea03cf5c6265954ba696df225bcff5fa27cee9a457a109ddf5a
FriendsOfShopware~platform-plugin-dev-docker~KO0XB5.dockerbuild
83.8 KB
sha256:08e139b7c6e3f423bb1b88d3cbd0e34df0278c97a062e1ebddf1828e28956bce
FriendsOfShopware~platform-plugin-dev-docker~L87W9S.dockerbuild
39.3 KB
sha256:f8ad4aeeee677d0bc2a39338d0d81b7ea4f87d52cacb28474656a1c612094949
FriendsOfShopware~platform-plugin-dev-docker~LFAMBR.dockerbuild
38.4 KB
sha256:cee0cbd033a5790e4c3ce4c3589e771fb7c4b1142d197749034aeea146b82c3c
FriendsOfShopware~platform-plugin-dev-docker~LRY2ID.dockerbuild
40 KB
sha256:5139be9e41f24772aad70ad952c7b4550548457df09d9899da902a565b56e200
FriendsOfShopware~platform-plugin-dev-docker~LX1GUU.dockerbuild
39.8 KB
sha256:12aeee7d494f66e00a3d971a8179781a96e136c55e5710db0275dcd760c96a00
FriendsOfShopware~platform-plugin-dev-docker~M37CFQ.dockerbuild
83.6 KB
sha256:7db0f8eae4da0a318321e36f9ffd58016d9ec4a5a78b6945628cb3db763867ea
FriendsOfShopware~platform-plugin-dev-docker~ML4563.dockerbuild
37.5 KB
sha256:3fb8b65cf83231914d6a844fd70d6c66d3e5175e3262f35ff190976f61d52496
FriendsOfShopware~platform-plugin-dev-docker~NA6VSY.dockerbuild
83.5 KB
sha256:a974cb91eba6c4e7e7c55bdc8dcfeadb6cb04c74cc9e760c9311fef7435feab0
FriendsOfShopware~platform-plugin-dev-docker~NY9PBD.dockerbuild
38.7 KB
sha256:d0a819ffff6c77220b49f56682287889553124c39004abf5d428912135ab74c8
FriendsOfShopware~platform-plugin-dev-docker~O5YLQF.dockerbuild
35.9 KB
sha256:d0d957011ea2efaabf9fcbff1785509f6223bdf12790dfcf2aab46f6d50d3d6d
FriendsOfShopware~platform-plugin-dev-docker~P7125R.dockerbuild
84.2 KB
sha256:c80b349cbb12afe665119cecd4896859a9ab0e9f2a9f099ced204de35edb92d2
FriendsOfShopware~platform-plugin-dev-docker~P9RAER.dockerbuild
39.7 KB
sha256:659ddf4ff33e765ade1660417a5d23746915c09f772691e841c56ada94430b41
FriendsOfShopware~platform-plugin-dev-docker~PD9W09.dockerbuild
84.1 KB
sha256:a63d81fe4d3fb66ab04313bb61a4d62ee318039aeb9a06365d9879a947b7d3a0
FriendsOfShopware~platform-plugin-dev-docker~PY25SG.dockerbuild
82.1 KB
sha256:f281509b0f7b3113513f9841428c1cebea7545e2f850111ca900fe594ee7eb44
FriendsOfShopware~platform-plugin-dev-docker~Q9XVI1.dockerbuild
37.5 KB
sha256:bc7548b335215d7ed1c0726e5cb838603f5e05114da50c7f0615ce9d92255a28
FriendsOfShopware~platform-plugin-dev-docker~RLVLYO.dockerbuild
83.2 KB
sha256:eb7aaef229e300c5d3012fceacb4740eb45227a9b059299666c407e2bddf06ad
FriendsOfShopware~platform-plugin-dev-docker~S74OEV.dockerbuild
82.9 KB
sha256:13da8bd9b6d9fd71e4ef5ac374dd693a7530373910cad3c8ccd8c8bcb4dd3322
FriendsOfShopware~platform-plugin-dev-docker~S9F05B.dockerbuild
84.8 KB
sha256:e3a8db785c23584fe0418756eebf89e83c204b72b4d8e5fcd3be2526d0012df6
FriendsOfShopware~platform-plugin-dev-docker~SO1ADN.dockerbuild
39.6 KB
sha256:c4f630874329be276b27f03da85b4bb7de02282cf06ac9b53fb6e9af0b590eba
FriendsOfShopware~platform-plugin-dev-docker~TA78GH.dockerbuild
83.9 KB
sha256:931387dbdaab337e8365f87fe2ba1abf093d2e994e4d9aa0fab9a50bc2855580
FriendsOfShopware~platform-plugin-dev-docker~TQ2LMB.dockerbuild
35.5 KB
sha256:5c42fab3363c0d6d06d48d0be1ac44f5260c040fc7c284409b22362c108d80d6
FriendsOfShopware~platform-plugin-dev-docker~UGOBVQ.dockerbuild
38.9 KB
sha256:6e705910ce4616d826275abc9efe10a3cc418146ba569200e474927663e52a47
FriendsOfShopware~platform-plugin-dev-docker~UK7FC6.dockerbuild
36 KB
sha256:2c0a9fb79970fdd1e8d35a2333dc57a71330f86689c32a78df55e525abe996b5
FriendsOfShopware~platform-plugin-dev-docker~V4LXBT.dockerbuild
85.2 KB
sha256:44d296f7642c6e86d9401527d196ad0746223a0a87fd34ca270f4047b0b889fb
FriendsOfShopware~platform-plugin-dev-docker~VF9F3C.dockerbuild
83 KB
sha256:e890788eb592d00b5a28f69a08089459c549e4c3fd057fb49c1ab88e3a5ed230
FriendsOfShopware~platform-plugin-dev-docker~VOB10O.dockerbuild
84 KB
sha256:faa433d2fca16a3c6c39619052043dc186b6b5d557b65bca1edf5b341b1f65ce
FriendsOfShopware~platform-plugin-dev-docker~XI3TJG.dockerbuild
37.2 KB
sha256:2e5c2f19f0d4bf86104b5db373c69026098989bb21ab88e91b49ebb6ebb77ca0
FriendsOfShopware~platform-plugin-dev-docker~Y4MQD9.dockerbuild
84.1 KB
sha256:a94a58b8ffdc032b576143bed048aa4c4576c6a2a241d8bb997d1047d1d7c1d6
FriendsOfShopware~platform-plugin-dev-docker~YHON63.dockerbuild
39 KB
sha256:fd77167457d354d464249246db67289a02a2ef7b5b3f5bf6450610042c6cac10
FriendsOfShopware~platform-plugin-dev-docker~YND1JX.dockerbuild
37.6 KB
sha256:33e559ca464053d8666cf2d117ae932489ebbe2fa5157917c8c46c9999b55648
FriendsOfShopware~platform-plugin-dev-docker~YWF4P8.dockerbuild
84.2 KB
sha256:b9107bd5391084f1c31584048fe2c06870f97c58ab84bfddad48b2d58a654c43
FriendsOfShopware~platform-plugin-dev-docker~Z6IN1R.dockerbuild
83.5 KB
sha256:1bf7521f51db222b3cbe1740c299c71dc3077d6e61177bf21d0988778dccb62d
FriendsOfShopware~platform-plugin-dev-docker~ZME3Y2.dockerbuild
83.3 KB
sha256:5974abe01f076aa83a0ce702558139085e99ebaa6ba2a56979c57802646819c2