good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
Erigon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
a
Erigon
Commits
96a6c8ba
Unverified
Commit
96a6c8ba
authored
6 years ago
by
Péter Szilágyi
Browse files
Options
Downloads
Patches
Plain Diff
Dockerfile: revert the user change PR that broke all APIs
parent
7d2c730a
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
Dockerfile
+0
-6
0 additions, 6 deletions
Dockerfile
Dockerfile.alltools
+0
-6
0 additions, 6 deletions
Dockerfile.alltools
with
0 additions
and
12 deletions
Dockerfile
+
0
−
6
View file @
96a6c8ba
...
...
@@ -12,11 +12,5 @@ FROM alpine:latest
RUN
apk add
--no-cache
ca-certificates
COPY
--from=builder /go-ethereum/build/bin/geth /usr/local/bin/
RUN
addgroup
-g
1000 geth
&&
\
adduser
-h
/root
-D
-u
1000
-G
geth geth
&&
\
chown
geth:geth /root
USER
geth
EXPOSE
8545 8546 30303 30303/udp 30304/udp
ENTRYPOINT
["geth"]
This diff is collapsed.
Click to expand it.
Dockerfile.alltools
+
0
−
6
View file @
96a6c8ba
...
...
@@ -12,10 +12,4 @@ FROM alpine:latest
RUN apk add --no-cache ca-certificates
COPY --from=builder /go-ethereum/build/bin/* /usr/local/bin/
RUN addgroup -g 1000 geth && \
adduser -h /root -D -u 1000 -G geth geth \
chown geth:geth /root
USER geth
EXPOSE 8545 8546 30303 30303/udp 30304/udp
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