Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupalci_environments
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupalci_environments
Commits
1cba347c
Commit
1cba347c
authored
7 months ago
by
Andrey Postnikov
Committed by
Andrey Postnikov
7 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3479441
by andypost: downgrade composer to 2.8.0 for PHP 8.3
parent
f627fb20
No related branches found
No related tags found
No related merge requests found
Pipeline
#304405
passed
7 months ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
php/8.3-apache/Dockerfile
+1
-1
1 addition, 1 deletion
php/8.3-apache/Dockerfile
php/8.3-ubuntu-apache/Dockerfile
+1
-1
1 addition, 1 deletion
php/8.3-ubuntu-apache/Dockerfile
with
2 additions
and
2 deletions
php/8.3-apache/Dockerfile
+
1
−
1
View file @
1cba347c
...
...
@@ -192,7 +192,7 @@ RUN set -xe &&\
RUN
curl
-sSLo
/tmp/composer-setup.php https://getcomposer.org/installer
&&
\
curl
-sSLo
/tmp/composer-setup.sig https://composer.github.io/installer.sig
&&
\
php
-r
"if (hash('SHA384', file_get_contents('/tmp/composer-setup.php')) !== trim(file_get_contents('/tmp/composer-setup.sig'))) { unlink('/tmp/composer-setup.php'); echo 'Invalid installer' . PHP_EOL; exit(1); }"
&&
\
php /tmp/composer-setup.php
--filename
composer
--install-dir
/usr/local/bin
--version
2.
7.9
&&
\
php /tmp/composer-setup.php
--filename
composer
--install-dir
/usr/local/bin
--version
2.
8.0
&&
\
curl
-sSLo
/usr/local/bin/drush https://github.com/drush-ops/drush/releases/download/8.3.5/drush.phar
&&
\
chmod
+x /usr/local/bin/drush
&&
\
/usr/local/bin/drush
--version
...
...
This diff is collapsed.
Click to expand it.
php/8.3-ubuntu-apache/Dockerfile
+
1
−
1
View file @
1cba347c
...
...
@@ -192,7 +192,7 @@ RUN set -xe &&\
RUN
curl
-sSLo
/tmp/composer-setup.php https://getcomposer.org/installer
&&
\
curl
-sSLo
/tmp/composer-setup.sig https://composer.github.io/installer.sig
&&
\
php
-r
"if (hash('SHA384', file_get_contents('/tmp/composer-setup.php')) !== trim(file_get_contents('/tmp/composer-setup.sig'))) { unlink('/tmp/composer-setup.php'); echo 'Invalid installer' . PHP_EOL; exit(1); }"
&&
\
php /tmp/composer-setup.php
--filename
composer
--install-dir
/usr/local/bin
&&
\
php /tmp/composer-setup.php
--filename
composer
--install-dir
/usr/local/bin
--version
2.8.0
&&
\
curl
-sSLo
/usr/local/bin/drush https://github.com/drush-ops/drush/releases/download/8.3.5/drush.phar
&&
\
chmod
+x /usr/local/bin/drush
&&
\
/usr/local/bin/drush
--version
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment