Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wordpress-image
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wordpress
wordpress-image
Merge requests
!60
[
https://gitlab.cern.ch/wordpress/infra-planning/-/issues/68
] PVC consolidation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[
https://gitlab.cern.ch/wordpress/infra-planning/-/issues/68
] PVC consolidation
pvc-2
into
mvp
Overview
0
Commits
11
Pipelines
12
Changes
13
Merged
Carina Antunes
requested to merge
pvc-2
into
mvp
3 months ago
Overview
0
Commits
11
Pipelines
12
Changes
13
Expand
0
0
Merge request reports
Compare
mvp
version 12
e375554a
2 months ago
version 11
14d5ba51
2 months ago
version 10
14d5ba51
2 months ago
version 9
c7cd9af6
3 months ago
version 8
e5f8d1bc
3 months ago
version 7
88ba39f4
3 months ago
version 6
0fdfcced
3 months ago
version 5
edd07392
3 months ago
version 4
bf770f1d
3 months ago
version 3
8b450afc
3 months ago
version 2
0e7ef7a4
3 months ago
version 1
6c8a7b98
3 months ago
mvp (base)
and
latest version
latest version
660611ec
11 commits,
2 months ago
version 12
e375554a
10 commits,
2 months ago
version 11
14d5ba51
14 commits,
2 months ago
version 10
14d5ba51
10 commits,
2 months ago
version 9
c7cd9af6
9 commits,
3 months ago
version 8
e5f8d1bc
9 commits,
3 months ago
version 7
88ba39f4
9 commits,
3 months ago
version 6
0fdfcced
8 commits,
3 months ago
version 5
edd07392
8 commits,
3 months ago
version 4
bf770f1d
8 commits,
3 months ago
version 3
8b450afc
8 commits,
3 months ago
version 2
0e7ef7a4
7 commits,
3 months ago
version 1
6c8a7b98
6 commits,
3 months ago
13 files
+
140
−
23
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
app/scripts/entrypoint.sh
+
0
−
4
Options
#!/bin/bash
FLAG_FILE
=
"/var/www/html/.installed"
# Wait for the installation flag file
echo
"Waiting for WordPress installation to complete..."
while
[
!
-f
"
$FLAG_FILE
"
]
;
do
@@ -15,8 +13,6 @@ wp core update-db --allow-root
# Set or update options
source
/usr/share/container-scripts/set-options.sh
php
-f
/var/www/html/wordpress/options.php
echo
"Starting PHP-FPM..."
# Start PHP-FPM
php-fpm
Loading