Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drush-docker-drupal-admins
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
drupal
drush-docker-drupal-admins
Commits
ed501166
Commit
ed501166
authored
5 years ago
by
Eduardo Alvarez Fernandez
Browse files
Options
Downloads
Patches
Plain Diff
Change DRUPAL_VERSION envvar
parent
1d528ae8
No related branches found
No related tags found
No related merge requests found
Pipeline
#1668716
passed
5 years ago
Stage: build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
README.md
+2
-0
2 additions, 0 deletions
README.md
with
3 additions
and
1 deletion
Dockerfile
+
1
−
1
View file @
ed501166
...
@@ -3,7 +3,7 @@ MAINTAINER drupal-admins@cern.ch
...
@@ -3,7 +3,7 @@ MAINTAINER drupal-admins@cern.ch
# Set the Drush version.
# Set the Drush version.
ENV
DRUSH_VERSION 8.1.17
ENV
DRUSH_VERSION 8.1.17
ENV
DRUPAL_VERSION 8.8.
4
ENV
DRUPAL_VERSION 8.8.
6
RUN
yum clean all
\
RUN
yum clean all
\
&&
yum
install
-y
centos-release-scl
\
&&
yum
install
-y
centos-release-scl
\
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
0
View file @
ed501166
...
@@ -12,6 +12,8 @@ Update version in Dockerfile
...
@@ -12,6 +12,8 @@ Update version in Dockerfile
## Update image
## Update image
Two actions: sync code with previous command and change DRUPAL_VERSION variable on Dockerfile
-
Commit changes to master
-
Commit changes to master
Sometime you can have permissions problems like:
Sometime you can have permissions problems like:
...
...
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