Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Images
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
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
Docker
Images
Merge requests
!23
Add PHP 8.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add PHP 8.1
add/php-8.1
into
master
Overview
0
Commits
3
Pipelines
2
Changes
8
Merged
Erick Hitter
requested to merge
add/php-8.1
into
master
2 years ago
Overview
0
Commits
3
Pipelines
2
Changes
8
Expand
Also bumps some PHP images to latest Debian LTS, when a base image exists.
0
0
Merge request reports
Compare
master
version 1
80e9caa8
2 years ago
master (base)
and
latest version
latest version
bf772641
3 commits,
2 years ago
version 1
80e9caa8
1 commit,
2 years ago
8 files
+
44
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
golang/latest/Dockerfile
+
1
−
1
Options
@@ -7,7 +7,7 @@ LABEL version="1.0"
# Install golint
ENV
GOPATH /go
ENV
PATH ${GOPATH}/bin:$PATH
RUN
go
get
-u
golang.org/x/lint/golint
RUN
go
install
golang.org/x/lint/golint
@latest
# Install clang
RUN
apt-get update
&&
apt-get
install
-y
--no-install-recommends
\
Loading