Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Images
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
1
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
Commits
281c9e41
Commit
281c9e41
authored
5 years ago
by
Erick Hitter
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'master'
Update Golang image for Buster See merge request
!17
parents
0db46d94
66541dde
No related branches found
Branches containing commit
No related tags found
1 merge request
!17
Update Golang image for Buster
Pipeline
#3489
passed with stages
Stage:
Stage:
in 1 minute and 9 seconds
Changes
1
Pipelines
70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
golang/latest/Dockerfile
+3
-11
3 additions, 11 deletions
golang/latest/Dockerfile
with
3 additions
and
11 deletions
golang/latest/Dockerfile
+
3
−
11
View file @
281c9e41
...
...
@@ -9,21 +9,13 @@ ENV GOPATH /go
ENV
PATH ${GOPATH}/bin:$PATH
RUN
go get
-u
golang.org/x/lint/golint
# Add apt key for LLVM repository
SHELL
["/bin/bash", "-o", "pipefail", "-c"]
RUN
wget
-O
- https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
# Add LLVM apt repository
SHELL
["/bin/bash", "-o", "pipefail", "-c"]
RUN
echo
"deb http://apt.llvm.org/stretch/ llvm-toolchain-stretch-5.0 main"
|
tee
-a
/etc/apt/sources.list
# Install clang from LLVM repository
# Install clang
RUN
apt-get update
&&
apt-get
install
-y
--no-install-recommends
\
clang
-5.0
\
clang
\
&&
apt-get clean
\
&&
rm
-rf
/var/lib/apt/lists/
*
/tmp/
*
/var/tmp/
*
# Set Clang as default CC
ENV
set_clang /etc/profile.d/set-clang-cc.sh
SHELL
["/bin/bash", "-o", "pipefail", "-c"]
RUN
echo
"export CC=clang-
5
.0"
|
tee
-a
${
set_clang
}
&&
chmod
a+x
${
set_clang
}
RUN
echo
"export CC=clang-
7
.0"
|
tee
-a
${
set_clang
}
&&
chmod
a+x
${
set_clang
}
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