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
2dfe04da
Commit
2dfe04da
authored
1 month ago
by
Andrey Postnikov
Browse files
Options
Downloads
Patches
Plain Diff
PHP: 7.4 rebuild
parent
d7b2fc60
No related branches found
No related tags found
No related merge requests found
Pipeline
#478180
passed
1 month ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
build_containers.sh
+1
-1
1 addition, 1 deletion
build_containers.sh
php/7.4-apache/Dockerfile
+1
-1
1 addition, 1 deletion
php/7.4-apache/Dockerfile
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
2dfe04da
...
...
@@ -75,7 +75,7 @@ stages:
-
.
script
:
-
ln -s buildah /usr/bin/docker
-
dnf install -y --nodocs git awk
-
dnf install -y --nodocs git
-core
awk
-
git config --global --add safe.directory $(pwd)
-
echo "${REGISTRY_PASSWORD}" | buildah login -u "${REGISTRY_USERNAME}" --password-stdin registry.gitlab.com
-
|
...
...
This diff is collapsed.
Click to expand it.
build_containers.sh
+
1
−
1
View file @
2dfe04da
...
...
@@ -21,7 +21,7 @@ if [[ ! -z "${DOCKERFILES-}" ]]; then
docker push
${
REGISTRY_PATH
}
/
${
DOCKERTAG
#db-
}
:
${
GITBRANCH
}
# Check if we're building 8.1-apache or 8.2-apache images
if
[[
"
${
DOCKERTAG
}
"
==
"php-8.1-apache"
||
"
${
DOCKERTAG
}
"
==
"php-8.2-apache"
]]
;
then
if
[[
"
${
DOCKERTAG
}
"
==
"php-8.1-apache"
||
"
${
DOCKERTAG
}
"
==
"php-8.2-apache"
||
"
${
DOCKERTAG
}
"
==
"php-7.4-apache"
]]
;
then
# Tag and push with -ubuntu suffix
docker tag
${
REGISTRY_PATH
}
/
${
DOCKERTAG
}
:
${
GITBRANCH
}
\
${
REGISTRY_PATH
}
/
${
DOCKERTAG
}
-ubuntu
:
${
GITBRANCH
}
...
...
This diff is collapsed.
Click to expand it.
php/7.4-apache/Dockerfile
+
1
−
1
View file @
2dfe04da
######
######
#
# Base
######
FROM
debian:buster
...
...
This diff is collapsed.
Click to expand it.
Andrey Postnikov
@andypost
mentioned in commit
09f62823
·
1 month ago
mentioned in commit
09f62823
mentioned in commit 09f628234b65ddbd083d01a7a73587c113d91bbb
Toggle commit list
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