Skip to content

Build Docker images #2096

Build Docker images

Build Docker images #2096

Triggered via schedule April 13, 2026 04:15
Status Failure
Total duration 7m 4s
Artifacts 67
Matrix: build-base
generate-matrix
3s
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.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.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.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.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.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.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.6.9.0)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.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 (alpine, 8.3, https://github.com/shopware/shopware, 6.6.x)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (alpine, 8.1, https://github.com/shopware/shopware, v6.5.7.4)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.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.2.0)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.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.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.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.1, https://github.com/shopware/shopware, v6.5.7.4)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (debian, 8.1, https://github.com/shopware/shopware, v6.5.6.1)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.6.5.1)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (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.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.3, https://github.com/shopware/shopware, v6.6.1.2)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (alpine, 8.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 (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.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.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.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.6.3.1)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.6.8.2)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (debian, 8.1, https://github.com/shopware/shopware, v6.5.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.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.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.8.18)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.6.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.7.1)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.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.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.1, https://github.com/shopware/shopware, v6.5.5.2)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.6.10.15)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.7.3.1)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (debian, 8.3, https://github.com/shopware/shopware, 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.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.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.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, 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.4.1)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.7.2.2)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.7.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, trunk)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (alpine, 8.3, https://github.com/shopware/shopware, v6.7.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.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, 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.7.6.2)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.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.4.2)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (debian, 8.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, 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.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.6.2)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.7.0.1)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
build (debian, 8.3, https://github.com/shopware/shopware, v6.7.8.2)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c start-mysql && mysql -e \"CREATE DATABASE shopware\" && mysqladmin --user=root password 'root' && mkdir -p /opt/shopware && git clone -b ${SHOPWARE_VERSION} --depth 1 \"${TEMPLATE_REPOSITORY}\" \"${SHOPWARE_BUILD_DIR}\" && cd \"${SHOPWARE_BUILD_DIR}\" && mkdir -p custom && if [ -f composer.lock ]; then composer install --no-interaction -o; else if echo \"${SHOPWARE_VERSION}\" | grep -qE '^v6\\.6\\.10\\.'; then jq '.conflict = (.conflict // {}) + { \"squirrelphp/twig-php-syntax\": \"<1.11.0\" }' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; elif echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then jq '.conflict[\"symfony/type-info\"] = \"<7.1.8\"' composer.json > composer.tmp.json && mv composer.tmp.json composer.json; fi && composer update --prefer-lowest --prefer-stable --no-interaction -o; fi && if echo \"${SHOPWARE_VERSION}\" | grep -qE '^(trunk|v6\\.7\\.)'; then APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware -nq; else APP_URL=\"http://localhost\" php bin/console system:setup --database-url=***localhost:3306/shopware --generate-jwt-keys -nq; fi && php bin/console system:install -fnq --create-database && composer clearcache && rm -Rf .git && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && mkdir -p /plugins && ln -s /plugins \"${SHOPWARE_BUILD_DIR}/custom/plugins\" && rm -rf \"${SHOPWARE_BUILD_DIR}/custom/apps\" && mkdir -p /apps && ln -s /apps \"${SHOPWARE_BUILD_DIR}/custom/apps\"" did not complete successfully: exit code: 1
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/
Default value for global ARG results in an empty or invalid base image name: debian/Dockerfile.base#L3
InvalidDefaultArgInFrom: Default value for ARG php:${PHP_VERSION}-cli-${DISTRIBUTION_VERSION} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Artifacts

Produced during runtime
Name Size Digest
FriendsOfShopware~platform-plugin-dev-docker~0KSWJB.dockerbuild
38.1 KB
sha256:1588cac0d3b5b5b57dfa9a203d86885f748716f33e7c8225eb38755ad3dcc36e
FriendsOfShopware~platform-plugin-dev-docker~12XUG6.dockerbuild
35.2 KB
sha256:4f6963bdbe580a1080fbb85531e6076209801c38ae0d82884e3e12616cf02909
FriendsOfShopware~platform-plugin-dev-docker~13JIHI.dockerbuild
81.3 KB
sha256:7e25bf28cfc20314585bdb82d8665448094ecafd8061e3006e334fbc9df58520
FriendsOfShopware~platform-plugin-dev-docker~1L6MI7.dockerbuild
83.9 KB
sha256:f6a032fd6f55f5340a4d03a21017a565d0ed26cfdfc1db25744191f3d16c7ee4
FriendsOfShopware~platform-plugin-dev-docker~3PF6XX.dockerbuild
38.9 KB
sha256:42a249f65e2be7cb0c4c3fd32d6d95e239b81e89b4d4cf719612e981f29c6951
FriendsOfShopware~platform-plugin-dev-docker~3VP0DY.dockerbuild
38.3 KB
sha256:ac70441d2bdb3caababa3935a6019c6ba7647e39fc79ebadd0402e7c603c736f
FriendsOfShopware~platform-plugin-dev-docker~5VA7F0.dockerbuild
38.1 KB
sha256:6dde0f10489c0540aa05dc5a41fdcc29ec79e9cac362b84b3eb49e4190aec3dd
FriendsOfShopware~platform-plugin-dev-docker~6653HH.dockerbuild
85.3 KB
sha256:38757414da81ad8af1ec9983f6cd3163895a11974a7ae8e7cba13fccf77ff68f
FriendsOfShopware~platform-plugin-dev-docker~685XAK.dockerbuild
84.3 KB
sha256:b1ae9a5354b0f5f1b25398e43904dc4e550ab3470b0773d2e1f3b6f9dd47391b
FriendsOfShopware~platform-plugin-dev-docker~6FYJHK.dockerbuild
38.3 KB
sha256:1df733ae7ca05b60f3ab149ee58636f4def03c969afde8ce6618ee7d8a40d5ee
FriendsOfShopware~platform-plugin-dev-docker~883PWV.dockerbuild
38.1 KB
sha256:6e92a48b73cd8d3bcd851e900314af1b483bb602e44cbd24b4325bf34c5f5474
FriendsOfShopware~platform-plugin-dev-docker~9PB42D.dockerbuild
82.7 KB
sha256:d687bfc8cca6ed5ff5bf2add7b3c184fdd26c6a18d01f23ffdd28f4dc6675937
FriendsOfShopware~platform-plugin-dev-docker~9QSYRF.dockerbuild
39.4 KB
sha256:413317aba83314c2560774286c090772cde4367e74f1f397451ea10e6322f655
FriendsOfShopware~platform-plugin-dev-docker~9S8YDB.dockerbuild
40 KB
sha256:6c769bd3800bd672437d5acb01fd0bbb1fbc70fb80288014412ff9bd602270ba
FriendsOfShopware~platform-plugin-dev-docker~AAZSU9.dockerbuild
38.4 KB
sha256:6a787ed113878ecfc73b504fa576aca831999a82af5223db00fa039c64f1cb5f
FriendsOfShopware~platform-plugin-dev-docker~AHVI3K.dockerbuild
38.7 KB
sha256:29cc882ec7fae710de94c69122e620f26e50ae482815e7160333d55ed89cc954
FriendsOfShopware~platform-plugin-dev-docker~AUMP7Q.dockerbuild
38.2 KB
sha256:fb1f5b2807a486c318588eeb97668393d9ccbe8b2e95324f3e44604ae02d6dc9
FriendsOfShopware~platform-plugin-dev-docker~FTIRGA.dockerbuild
84.2 KB
sha256:3e1ca44c16d461b121cf5e0b9b7a5ad889b9d0c79e179ad56c91b5fd8f57da65
FriendsOfShopware~platform-plugin-dev-docker~G33T2C.dockerbuild
38.3 KB
sha256:6125a518d87be5cf6dbccec5a9ce5bff83009c647650f74f0c6cbb754093860e
FriendsOfShopware~platform-plugin-dev-docker~HGCZ2F.dockerbuild
84.1 KB
sha256:e944bcb7fbb13b4a109c3db96656003289dd3a99d3072c141885d8ccd80d71fe
FriendsOfShopware~platform-plugin-dev-docker~I1S58P.dockerbuild
82.8 KB
sha256:9c4602f1266ae4facc28cb343e6972143ac83ce51e57cefa6b9198fa6643af85
FriendsOfShopware~platform-plugin-dev-docker~I9ESE2.dockerbuild
83.5 KB
sha256:0db7095509da21605e14ab23a4be6f078a5a6826f515ebdef4e9784d7e928b51
FriendsOfShopware~platform-plugin-dev-docker~IJGBOE.dockerbuild
83.8 KB
sha256:ed77b339c1afe695a70acd9858abccbbc7ec3aa72c0ae5dfd861d31f947723cc
FriendsOfShopware~platform-plugin-dev-docker~IU2EAR.dockerbuild
84.5 KB
sha256:d9d06c562cee1085242d6c80cbe0dab85796727e67485600a1b280fc92e8d96a
FriendsOfShopware~platform-plugin-dev-docker~JEZMR8.dockerbuild
84.1 KB
sha256:90eeaa293c1a10d5790238d3eafa909dc2ac6ea49053c1f254b700b2ffc5842f
FriendsOfShopware~platform-plugin-dev-docker~K008JJ.dockerbuild
82.5 KB
sha256:290b34f695d21df19e0c287f3658e400fbe5d6c1aa87db8d39c268c9a29a3b37
FriendsOfShopware~platform-plugin-dev-docker~K9AFWF.dockerbuild
38.9 KB
sha256:aa75610b14445d34dbeaa7934fed7555c234b9209ecca513e4ca113537b992d1
FriendsOfShopware~platform-plugin-dev-docker~KDCM61.dockerbuild
38.4 KB
sha256:3920e2416fb3eadba6d19c0943ca8662c7637a9e404b168e14a10fa9852f7c34
FriendsOfShopware~platform-plugin-dev-docker~KZOB6D.dockerbuild
36.7 KB
sha256:299caa0f050a3a74ca2dd36442e84eec9b10f96e4b704708007b3de1cdb5abbd
FriendsOfShopware~platform-plugin-dev-docker~L3V5TL.dockerbuild
84.7 KB
sha256:3e8f7097c6de742390ef7bca8489241d5da6e66c35432bda4f024027250511fe
FriendsOfShopware~platform-plugin-dev-docker~LB687Z.dockerbuild
85.1 KB
sha256:d6fc2594c9453e8c39b67dbf1b477462aef9d8c4ef86a98591a7360c20a44e18
FriendsOfShopware~platform-plugin-dev-docker~LVBO8Z.dockerbuild
84.5 KB
sha256:1be483770577fa2095ccac38fed2b0141a1be4d007b074b18c7c73156a0ef664
FriendsOfShopware~platform-plugin-dev-docker~LWAN3U.dockerbuild
83.7 KB
sha256:a68f7818f32f4d1a29873e3b29ccd3ac78271178bf49dbeb9f79aecc6f9a262f
FriendsOfShopware~platform-plugin-dev-docker~M8JWR3.dockerbuild
36.7 KB
sha256:8aed04cc8439e717d00baa8e9e794afd352b76c2c04702626778cd070d8098fe
FriendsOfShopware~platform-plugin-dev-docker~MM040Z.dockerbuild
84.1 KB
sha256:993dc2c081120699f5f4bed5bd44404a7e5fb43bd4f4ef640e337b8996e9ae75
FriendsOfShopware~platform-plugin-dev-docker~MMSU56.dockerbuild
38 KB
sha256:8c3ff1f51678122b93f53d910d6d4f3a671ff09d2a22806d8a51ce0d7070605a
FriendsOfShopware~platform-plugin-dev-docker~MQJ980.dockerbuild
81.3 KB
sha256:6c101eb67971e627b659d50268101c8464209db771bdda1e6a639ad4040ec10a
FriendsOfShopware~platform-plugin-dev-docker~NCGRNS.dockerbuild
38.5 KB
sha256:a28a672a4358f898f85519cf883568bcee6a6971ba868a9216093656b8666d68
FriendsOfShopware~platform-plugin-dev-docker~ND99ZF.dockerbuild
38 KB
sha256:226486a6e21755e61f2924246623bdc3bae98de20a817386bea907344b6db990
FriendsOfShopware~platform-plugin-dev-docker~NH5R38.dockerbuild
39.7 KB
sha256:936ab511e5c6d5a3c660f260dea83d6b74c3023a643f36cb3e49b150c72626dc
FriendsOfShopware~platform-plugin-dev-docker~NYRBLX.dockerbuild
83.7 KB
sha256:a497498021b961701817f4a973b7dafe4b120474ed1d6e03b79d6f9b242d0be0
FriendsOfShopware~platform-plugin-dev-docker~O3L8TP.dockerbuild
84.6 KB
sha256:99faab978326198dc1adb902d1925f727d49341f5fefbbb673f387ba75ce98cd
FriendsOfShopware~platform-plugin-dev-docker~OPAWS2.dockerbuild
83.5 KB
sha256:996ee2c9fdde4a3bed0eabfcc5808a31f280b709e1e62892bb7f8a898679cbb6
FriendsOfShopware~platform-plugin-dev-docker~OS9SAB.dockerbuild
85.1 KB
sha256:2ca063bccaf25f06bf1d124d607885f5fc30ea667204f4f419cc9f2e0ab2b4da
FriendsOfShopware~platform-plugin-dev-docker~P687MB.dockerbuild
39 KB
sha256:e5410d072c6b0077cfe9417fb32ab85a9d71d6d73164b22e71d3fe62f76cce56
FriendsOfShopware~platform-plugin-dev-docker~PBGHHT.dockerbuild
84.2 KB
sha256:b45193acf529af96654e22c6831925baebdd3879afe187de2b7cdea2d8e91678
FriendsOfShopware~platform-plugin-dev-docker~Q0TB0Z.dockerbuild
84.6 KB
sha256:b1817d8832c8c708cd89e75eb1c32c9728620a90b6ff26b193cdbd6f6c235ca6
FriendsOfShopware~platform-plugin-dev-docker~Q173I2.dockerbuild
85.4 KB
sha256:0efda960840a4567f5d7ebdfead078f6d2078ed09746031e76daf1ad3fbb42a2
FriendsOfShopware~platform-plugin-dev-docker~QZR7HY.dockerbuild
37.4 KB
sha256:8b0d4659ff64b622f1be9ff95124d5f3647a1f0b3f1fac25cf54fa05a253e165
FriendsOfShopware~platform-plugin-dev-docker~R1IHUK.dockerbuild
37.1 KB
sha256:19e491982348ceab70225e4a193f40332dfa2d30b857ca677d0c50c525583dc9
FriendsOfShopware~platform-plugin-dev-docker~R8ZTYU.dockerbuild
38.1 KB
sha256:67363601674cd3439fa8c7ba021bb94eab56d2357725af528e27c48ea0e75235
FriendsOfShopware~platform-plugin-dev-docker~ROTUA7.dockerbuild
39.2 KB
sha256:52e61c12688f61bcbaf297648d1ad768956e3d49a9b9d1785d9f624ca5e89344
FriendsOfShopware~platform-plugin-dev-docker~S0DNJT.dockerbuild
36.1 KB
sha256:9827c01d4a6e2000d0a15ad2da39debe35d854c228373b241ac680f3714ca369
FriendsOfShopware~platform-plugin-dev-docker~S72ZR7.dockerbuild
39.8 KB
sha256:d14ccadd78fa17f4375006e88eef3686ab86657213b6283e4a3af58ec1941557
FriendsOfShopware~platform-plugin-dev-docker~SXVRXD.dockerbuild
83.8 KB
sha256:1b2186eb31263d2273689acc8167604a133aec019867926e4cc32024cffa4874
FriendsOfShopware~platform-plugin-dev-docker~T8WBWY.dockerbuild
37.3 KB
sha256:d8d4cda182fd09ec03dbdbfc19a2bc5487f737e8a6296453a785e6de905bf7bc
FriendsOfShopware~platform-plugin-dev-docker~T9O1SI.dockerbuild
83.1 KB
sha256:f787c0f2f7397ad3e5164a4df7b7e70679dce5edc39f92cbe4e96550d9cd2f47
FriendsOfShopware~platform-plugin-dev-docker~THMRH0.dockerbuild
39 KB
sha256:43bc0e700a6b1553b718951b5563b02a9aef0f2fea30dcb87a680e4c3b6e949a
FriendsOfShopware~platform-plugin-dev-docker~UE2JZI.dockerbuild
39.1 KB
sha256:23daf435c2ad4fe97925b8045a072e76fa0b5e26e92561f2f606b748692fcb98
FriendsOfShopware~platform-plugin-dev-docker~UNBMZ6.dockerbuild
39 KB
sha256:3b77224adb26242a718832a6182041869751037f53117135d5ae92a23f94e8a3
FriendsOfShopware~platform-plugin-dev-docker~V58GOS.dockerbuild
84.3 KB
sha256:eda4f98fed5f15903760294903c9cebe8ab4dce4fa6277ba8e7a158b972e013b
FriendsOfShopware~platform-plugin-dev-docker~W7P8VL.dockerbuild
35 KB
sha256:134b17d40a3feaa6ed33ab0363e9a4677802429371418427f0d10bbb7e0610d0
FriendsOfShopware~platform-plugin-dev-docker~XB2FNT.dockerbuild
83.5 KB
sha256:5860ea08298e9344bc404b7edf42c9a8ac7815c0a445e6e37968430d6f90026e
FriendsOfShopware~platform-plugin-dev-docker~XQAMQ3.dockerbuild
83 KB
sha256:42ac2e3aa40983886f1ed8de0d495b399dfb4201c44e9f4bb6ddd813b59cc957
FriendsOfShopware~platform-plugin-dev-docker~YNVJ46.dockerbuild
85.1 KB
sha256:8e3a56023bdbe2cb7e114836a2fb1714cb6eaf1ac49962d63742002f9356b163
FriendsOfShopware~platform-plugin-dev-docker~YU684C.dockerbuild
38.8 KB
sha256:7ad07e311cfa1f8973184cc993a41ea934a6c5276f3a759b1c25628863ab2de5
FriendsOfShopware~platform-plugin-dev-docker~Z252MR.dockerbuild
37.7 KB
sha256:adedd3b769a6fe85cb73c66e68ad94b9ff2cac6434312f4750cd970b9c6d4aea