Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupalSite-operator
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
drupal
paas
drupalSite-operator
Merge requests
!197
Add tzdata module to load time locations
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add tzdata module to load time locations
drupal-clone-labels-update
into
master
Overview
0
Commits
2
Pipelines
3
Changes
1
Merged
Vineet Reddy Rajula
requested to merge
drupal-clone-labels-update
into
master
2 years ago
Overview
0
Commits
2
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
03513727
2 years ago
master (base)
and
latest version
latest version
2f73590c
2 commits,
2 years ago
version 1
03513727
1 commit,
2 years ago
1 file
+
3
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Dockerfile
+
3
−
0
Options
@@ -30,5 +30,8 @@ COPY --from=builder /workspace/manager .
@@ -30,5 +30,8 @@ COPY --from=builder /workspace/manager .
# Pkg used for WebDAV password generation
# Pkg used for WebDAV password generation
RUN
apk add
--no-cache
openssl
RUN
apk add
--no-cache
openssl
# Pkg used for time locations
RUN
apk
--no-cache
add tzdata
USER
65532:65532
USER
65532:65532
ENTRYPOINT
["/manager"]
ENTRYPOINT
["/manager"]
Loading