good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor 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
open
bor
Commits
5705ad00
Unverified
Commit
5705ad00
authored
7 years ago
by
Péter Szilágyi
Browse files
Options
Downloads
Patches
Plain Diff
containers/docker: bump docker images to 1.7 release branch
parent
a989cf5b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
containers/docker/master-alpine/Dockerfile
+1
-1
1 addition, 1 deletion
containers/docker/master-alpine/Dockerfile
containers/docker/master-ubuntu/Dockerfile
+1
-1
1 addition, 1 deletion
containers/docker/master-ubuntu/Dockerfile
with
2 additions
and
2 deletions
containers/docker/master-alpine/Dockerfile
+
1
−
1
View file @
5705ad00
...
...
@@ -2,7 +2,7 @@ FROM alpine:3.5
RUN
\
apk add
--update
go git make gcc musl-dev linux-headers ca-certificates
&&
\
git clone
--depth
1
--branch
release/1.
6
https://github.com/ethereum/go-ethereum
&&
\
git clone
--depth
1
--branch
release/1.
7
https://github.com/ethereum/go-ethereum
&&
\
(
cd
go-ethereum
&&
make geth
)
&&
\
cp
go-ethereum/build/bin/geth /geth
&&
\
apk del go git make gcc musl-dev linux-headers
&&
\
...
...
This diff is collapsed.
Click to expand it.
containers/docker/master-ubuntu/Dockerfile
+
1
−
1
View file @
5705ad00
...
...
@@ -3,7 +3,7 @@ FROM ubuntu:xenial
RUN
\
apt-get update
&&
apt-get upgrade
-q
-y
&&
\
apt-get
install
-y
--no-install-recommends
golang git make gcc libc-dev ca-certificates
&&
\
git clone
--depth
1
--branch
release/1.
5
https://github.com/ethereum/go-ethereum
&&
\
git clone
--depth
1
--branch
release/1.
7
https://github.com/ethereum/go-ethereum
&&
\
(
cd
go-ethereum
&&
make geth
)
&&
\
cp
go-ethereum/build/bin/geth /geth
&&
\
apt-get remove
-y
golang git make gcc libc-dev
&&
apt autoremove
-y
&&
apt-get clean
&&
\
...
...
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