File tree Expand file tree Collapse file tree 11 files changed +22
-0
lines changed
magento-copy-paste-detector
magento-quick-integration-tests Expand file tree Collapse file tree 11 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ FROM extdn/magento-integration-tests-action:7.3-latest AS builder
22RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
33RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.1"
44WORKDIR "/var/www/magento2ce"
5+ # https://github.com/composer/composer/issues/12623#issuecomment-3551953185
6+ RUN composer config --unset repositories || true
57RUN composer config --unset repo.0
68RUN composer config repo.foomanmirror composer https://repo-magento-mirror.fooman.co.nz/
79RUN composer install --prefer-dist
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ FROM extdn/magento-integration-tests-action:7.4-latest AS builder
22RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
33RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.1"
44WORKDIR "/var/www/magento2ce"
5+ # https://github.com/composer/composer/issues/12623#issuecomment-3551953185
6+ RUN composer config --unset repositories || true
57RUN composer config --unset repo.0
68RUN composer config repo.foomanmirror composer https://repo-magento-mirror.fooman.co.nz/
79RUN composer install --prefer-dist
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.n
55
66WORKDIR "/var/www/magento2ce"
77RUN composer config --no-plugins allow-plugins true
8+ # https://github.com/composer/composer/issues/12623#issuecomment-3551953185
9+ RUN composer config --unset repositories || true
810RUN composer config --unset repo.0
911RUN composer config repo.foomanmirror composer https://repo-magento-mirror.fooman.co.nz/
1012RUN composer require hoa/regex --no-update
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
44RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.3.7-p3"
55
66WORKDIR "/var/www/magento2ce"
7+ # https://github.com/composer/composer/issues/12623#issuecomment-3551953185
8+ RUN composer config --unset repositories || true
79RUN composer config --unset repo.0
810RUN composer config repo.foomanmirror composer https://repo-magento-mirror.fooman.co.nz/
911RUN composer config --no-plugins allow-plugins true
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
44RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.3-p2"
55
66WORKDIR "/var/www/magento2ce"
7+ # https://github.com/composer/composer/issues/12623#issuecomment-3551953185
8+ RUN composer config --unset repositories || true
79RUN composer config --unset repo.0
810RUN composer config repo.foomanmirror composer https://repo-magento-mirror.fooman.co.nz/
911RUN composer config --no-plugins allow-plugins true
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
44RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.4"
55
66WORKDIR "/var/www/magento2ce"
7+ # https://github.com/composer/composer/issues/12623#issuecomment-3551953185
8+ RUN composer config --unset repositories || true
79RUN composer config --unset repo.0
810RUN composer config repo.foomanmirror composer https://repo-magento-mirror.fooman.co.nz/
911RUN composer config --no-plugins allow-plugins true
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
44RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.6-p3"
55
66WORKDIR "/var/www/magento2ce"
7+ # https://github.com/composer/composer/issues/12623#issuecomment-3551953185
8+ RUN composer config --unset repositories || true
79RUN composer config --unset repo.0
810RUN composer config repo.foomanmirror composer https://repo-magento-mirror.fooman.co.nz/
911RUN composer config --no-plugins allow-plugins true
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
44RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.7"
55
66WORKDIR "/var/www/magento2ce"
7+ # https://github.com/composer/composer/issues/12623#issuecomment-3551953185
8+ RUN composer config --unset repositories || true
79RUN composer config --unset repo.0
810RUN composer config repo.foomanmirror composer https://repo-magento-mirror.fooman.co.nz/
911RUN composer config --no-plugins allow-plugins true
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
44RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.8"
55
66WORKDIR "/var/www/magento2ce"
7+ # https://github.com/composer/composer/issues/12623#issuecomment-3551953185
8+ RUN composer config --unset repositories || true
79RUN composer config --unset repo.0
810RUN composer config repo.foomanmirror composer https://repo-magento-mirror.fooman.co.nz/
911RUN composer config --no-plugins allow-plugins true
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ composer require yireo/magento2-replace-sample-data --no-update --no-interaction
4242
4343echo " Configure extension source in composer"
4444cd $MAGENTO_ROOT
45+ # https://github.com/composer/composer/issues/12623#issuecomment-3551953185
46+ composer config --unset repositories || true
4547composer config --unset repo.0
4648composer config repositories.local-source path local-source/\*
4749composer config repositories.magento composer $REPOSITORY_URL
You can’t perform that action at this time.
0 commit comments