Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
57bca0af
Commit
57bca0af
authored
Feb 14, 2018
by
Péter Szilágyi
Committed by
Felix Lange
Feb 14, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
containers/docker: bump legacy images to 1.8 branch (#16084)
parent
a5c0bbb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
containers/docker/master-alpine/Dockerfile
+1
-1
Dockerfile
containers/docker/master-ubuntu/Dockerfile
+1
-1
No files found.
containers/docker/master-alpine/Dockerfile
View file @
57bca0af
...
@@ -2,7 +2,7 @@ FROM alpine:3.7
...
@@ -2,7 +2,7 @@ FROM alpine:3.7
RUN
\
RUN
\
apk add
--update
go git make gcc musl-dev linux-headers ca-certificates
&&
\
apk add
--update
go git make gcc musl-dev linux-headers ca-certificates
&&
\
git clone
--depth
1
--branch
release/1.
7
https://github.com/ethereum/go-ethereum
&&
\
git clone
--depth
1
--branch
release/1.
8
https://github.com/ethereum/go-ethereum
&&
\
(
cd
go-ethereum
&&
make geth
)
&&
\
(
cd
go-ethereum
&&
make geth
)
&&
\
cp
go-ethereum/build/bin/geth /geth
&&
\
cp
go-ethereum/build/bin/geth /geth
&&
\
apk del go git make gcc musl-dev linux-headers
&&
\
apk del go git make gcc musl-dev linux-headers
&&
\
...
...
containers/docker/master-ubuntu/Dockerfile
View file @
57bca0af
...
@@ -5,7 +5,7 @@ ENV PATH=/usr/lib/go-1.9/bin:$PATH
...
@@ -5,7 +5,7 @@ ENV PATH=/usr/lib/go-1.9/bin:$PATH
RUN
\
RUN
\
apt-get update
&&
apt-get upgrade
-q
-y
&&
\
apt-get update
&&
apt-get upgrade
-q
-y
&&
\
apt-get
install
-y
--no-install-recommends
golang-1.9 git make gcc libc-dev ca-certificates
&&
\
apt-get
install
-y
--no-install-recommends
golang-1.9 git make gcc libc-dev ca-certificates
&&
\
git clone
--depth
1
--branch
release/1.
7
https://github.com/ethereum/go-ethereum
&&
\
git clone
--depth
1
--branch
release/1.
8
https://github.com/ethereum/go-ethereum
&&
\
(
cd
go-ethereum
&&
make geth
)
&&
\
(
cd
go-ethereum
&&
make geth
)
&&
\
cp
go-ethereum/build/bin/geth /geth
&&
\
cp
go-ethereum/build/bin/geth /geth
&&
\
apt-get remove
-y
golang-1.9 git make gcc libc-dev
&&
apt autoremove
-y
&&
apt-get clean
&&
\
apt-get remove
-y
golang-1.9 git make gcc libc-dev
&&
apt autoremove
-y
&&
apt-get clean
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment