Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
exchain
nebula
Commits
e6151443
Unverified
Commit
e6151443
authored
Jul 01, 2021
by
Mark Tyneway
Committed by
GitHub
Jul 01, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1199 from ethereum-optimism/fix/alpine-image
docker: pin to alpine 3.13 for l2geth
parents
7c5fde66
c3868f4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile.geth
ops/docker/Dockerfile.geth
+2
-2
No files found.
ops/docker/Dockerfile.geth
View file @
e6151443
# Build Geth in a stock Go builder container
# Build Geth in a stock Go builder container
FROM golang:1.15-alpine as builder
FROM golang:1.15-alpine
3.13
as builder
RUN apk add --no-cache make gcc musl-dev linux-headers git
RUN apk add --no-cache make gcc musl-dev linux-headers git
...
@@ -7,7 +7,7 @@ ADD ./l2geth /go-ethereum
...
@@ -7,7 +7,7 @@ ADD ./l2geth /go-ethereum
RUN cd /go-ethereum && make geth
RUN cd /go-ethereum && make geth
# Pull Geth into a second stage deploy alpine container
# Pull Geth into a second stage deploy alpine container
FROM alpine:
latest
FROM alpine:
3.13
RUN apk add --no-cache ca-certificates jq curl
RUN apk add --no-cache ca-certificates jq curl
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/
...
...
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