UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drupal
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
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
Iron Bank Containers
Opensource
Drupal
Merge requests
!81
Development
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Development
development
into
master
Overview
0
Commits
2
Pipelines
1
Changes
2
Merged
Andy Maksymowicz
requested to merge
development
into
master
2 years ago
Overview
0
Commits
2
Pipelines
1
Changes
2
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
045b9825
2 commits,
2 years ago
2 files
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Dockerfile
+
1
−
1
Options
@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil
ARG
BASE_IMAGE=ironbank/opensource/php/php
ARG
BASE_TAG=8.1.5
FROM
drupal:9.4.
3
-fpm
AS
drupal
FROM
drupal:9.4.
4
-fpm
AS
drupal
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
Loading