Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab_templates
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
gitlab_templates
Merge requests
!285
#3486021
PHP_IMAGE_VARIANT and PHP_IMAGE_TAG
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
#3486021
PHP_IMAGE_VARIANT and PHP_IMAGE_TAG
issue/gitlab_templates-3486021:3486021-php-image-with-ui
into
main
Overview
0
Commits
3
Pipelines
4
Changes
4
Merged
Jonathan Smith
requested to merge
issue/gitlab_templates-3486021:3486021-php-image-with-ui
into
main
7 months ago
Overview
0
Commits
3
Pipelines
4
Changes
4
Expand
Closes
#3486021
0
0
Merge request reports
Compare
main
version 3
8d323866
7 months ago
version 2
25a793bc
7 months ago
version 1
c51f6846
7 months ago
main (base)
and
latest version
latest version
8d323866
3 commits,
7 months ago
version 3
8d323866
3 commits,
7 months ago
version 2
25a793bc
2 commits,
7 months ago
version 1
c51f6846
1 commit,
7 months ago
4 files
+
24
−
24
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
includes/include.drupalci.hidden-variables.yml
+
14
−
0
Options
@@ -256,6 +256,20 @@ variables:
# Constrain Composer requirements to legacy major branch (Drupal 7).
CONSTRAINT_CORE_LEGACY
:
"
^7"
################
# Pipeline configuration variables
################
# The variant to use for Drupal 10+ within the definition of the image $_CONFIG_DOCKERHUB_ROOT/php-{PHP_VERSION}-{PHP_IMAGE_VARIANT}:{PHP_IMAGE_TAG}.
# 'ubuntu-apache' is the default, and 'apache' is the other possible value.
_TARGET_PHP_IMAGE_VARIANT
:
"
ubuntu-apache"
# The variant to use for Drupal 7 within the definition of the image $_CONFIG_DOCKERHUB_ROOT/php-{PHP_VERSION}-{PHP_IMAGE_VARIANT}:{PHP_IMAGE_TAG}.
_TARGET_D7_PHP_IMAGE_VARIANT
:
"
apache"
# The tag to use within the resulting image. Defaults to 'production' images.
_TARGET_PHP_IMAGE_TAG
:
"
production"
################
# Other
################
Loading