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
b3a43d56
Commit
b3a43d56
authored
1 year ago
by
Andrey Postnikov
Browse files
Options
Downloads
Patches
Plain Diff
PHP: 8.3.6
parent
23b64db9
No related branches found
No related tags found
No related merge requests found
Pipeline
#144088
passed
1 year ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dockerfile_templates/template-generator.sh
+1
-1
1 addition, 1 deletion
dockerfile_templates/template-generator.sh
php/8.3-apache/Dockerfile
+2
-2
2 additions, 2 deletions
php/8.3-apache/Dockerfile
php/8.3-ubuntu-apache/Dockerfile
+2
-2
2 additions, 2 deletions
php/8.3-ubuntu-apache/Dockerfile
with
5 additions
and
5 deletions
dockerfile_templates/template-generator.sh
+
1
−
1
View file @
b3a43d56
...
...
@@ -5,7 +5,7 @@
# regenerate file structure
# m4 each of the 10 files - dockerfiles and others
declare
-a
PHP_VERSIONS
=(
5.3.29 5.4.45 5.5.38 5.6.37 7.0.33 7.1.33 7.2.34 7.3.33 7.4.28 7.3.x 7.4.x 8.0.28 8.0.x 8.1.28 8.2.18 8.3.
5
)
declare
-a
PHP_VERSIONS
=(
5.3.29 5.4.45 5.5.38 5.6.37 7.0.33 7.1.33 7.2.34 7.3.33 7.4.28 7.3.x 7.4.x 8.0.28 8.0.x 8.1.28 8.2.18 8.3.
6
)
CONTAINERDIR
=
php
for
PHP_LABEL
in
"
${
PHP_VERSIONS
[@]
}
"
;
do
...
...
This diff is collapsed.
Click to expand it.
php/8.3-apache/Dockerfile
+
2
−
2
View file @
b3a43d56
...
...
@@ -13,9 +13,9 @@ ENV DRUPALCI=TRUE TERM=xterm
######
# PHP Version
ENV
PHP_VERSION 8.3.
5
ENV
PHP_VERSION 8.3.
6
ENV
PHP_URL="https://php.net/distributions/php-${PHP_VERSION}.tar.xz"
ENV
PHP_SHA256_HASH="
eb5bc380eafd55b19144b83b28fbdf64a092dddc185cf0bf29b220edcb999de1
php.tar.xz"
ENV
PHP_SHA256_HASH="
53c8386b2123af97626d3438b3e4058e0c5914cb74b048a6676c57ac647f5eae
php.tar.xz"
ARG
PHPIZE_DEPS
ARG
PHP_CFLAGS
...
...
This diff is collapsed.
Click to expand it.
php/8.3-ubuntu-apache/Dockerfile
+
2
−
2
View file @
b3a43d56
...
...
@@ -13,9 +13,9 @@ ENV DRUPALCI=TRUE TERM=xterm
######
# PHP Version
ENV
PHP_VERSION 8.3.
5
ENV
PHP_VERSION 8.3.
6
ENV
PHP_URL="https://php.net/distributions/php-${PHP_VERSION}.tar.xz"
ENV
PHP_SHA256_HASH="
eb5bc380eafd55b19144b83b28fbdf64a092dddc185cf0bf29b220edcb999de1
php.tar.xz"
ENV
PHP_SHA256_HASH="
53c8386b2123af97626d3438b3e4058e0c5914cb74b048a6676c57ac647f5eae
php.tar.xz"
ARG
PHPIZE_DEPS
ARG
PHP_CFLAGS
...
...
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