Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
privatenote
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
privatenote
Commits
330e2f31
Commit
330e2f31
authored
3 months ago
by
Jonas Leder
Browse files
Options
Downloads
Plain Diff
Merge branch 'renovate/composer-2.x' into 'master'
Update composer Docker tag to v2.8.9 See merge request
!659
parents
e16562a5
9d8c4b8a
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!659
Update composer Docker tag to v2.8.9
Pipeline
#64049
passed
3 months ago
Stage: test
Stage: build
Stage: bundle
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
330e2f31
...
@@ -35,7 +35,7 @@ Webpack:
...
@@ -35,7 +35,7 @@ Webpack:
Composer
:
Composer
:
stage
:
build
stage
:
build
image
:
composer:2.8.
8
image
:
composer:2.8.
9
script
:
script
:
-
apk add php-cli composer php-gd php-ctype php-xml php-simplexml php-xmlwriter php-tokenizer php-session php-dom php-mysqli php-pdo_mysql php-sockets
-
apk add php-cli composer php-gd php-ctype php-xml php-simplexml php-xmlwriter php-tokenizer php-session php-dom php-mysqli php-pdo_mysql php-sockets
-
composer install --optimize-autoloader
-
composer install --optimize-autoloader
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
330e2f31
...
@@ -5,7 +5,7 @@ RUN corepack enable && \
...
@@ -5,7 +5,7 @@ RUN corepack enable && \
yarn
install
--immutable
&&
\
yarn
install
--immutable
&&
\
yarn build
yarn build
FROM
--platform=$BUILDPLATFORM composer:2.8.
8
@sha256:
3df281ca83119bff1332f0f5f311960cb16b99238f8273acd965be6bd508aa8e
AS
buildphp
FROM
--platform=$BUILDPLATFORM composer:2.8.
9
@sha256:
623d15a4aae78c868a35c3942add4bb9b2f98e4a3ec26e1928c84df14695d4b0
AS
buildphp
WORKDIR
/app
WORKDIR
/app
COPY
. ./
COPY
. ./
RUN
composer
install
--no-cache
--no-interaction
--prefer-dist
--ignore-platform-reqs
--optimize-autoloader
RUN
composer
install
--no-cache
--no-interaction
--prefer-dist
--ignore-platform-reqs
--optimize-autoloader
...
...
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