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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
bor
Commits
57898e43
Commit
57898e43
authored
Nov 10, 2021
by
Victor Castell
Browse files
Options
Downloads
Patches
Plain Diff
Final touches to Dockerfiles
parent
0aa8feeb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-0
2 additions, 0 deletions
Dockerfile
Dockerfile.alltools
+5
-2
5 additions, 2 deletions
Dockerfile.alltools
with
7 additions
and
2 deletions
Dockerfile
+
2
−
0
View file @
57898e43
...
@@ -25,3 +25,5 @@ COPY --from=builder /bor/build/bin/bor /usr/local/bin/
...
@@ -25,3 +25,5 @@ COPY --from=builder /bor/build/bin/bor /usr/local/bin/
COPY
--from=builder /bor/build/bin/bootnode /usr/local/bin/
COPY
--from=builder /bor/build/bin/bootnode /usr/local/bin/
EXPOSE
8545 8546 8547 30303 30303/udp
EXPOSE
8545 8546 8547 30303 30303/udp
ENTRYPOINT
["bor"]
This diff is collapsed.
Click to expand it.
Dockerfile.alltools
+
5
−
2
View file @
57898e43
...
@@ -9,7 +9,10 @@ RUN cd /bor && make bor-all
...
@@ -9,7 +9,10 @@ RUN cd /bor && make bor-all
# Pull all binaries into a second stage deploy alpine container
# Pull all binaries into a second stage deploy alpine container
FROM alpine:latest
FROM alpine:latest
RUN apk add --no-cache ca-certificates
RUN set -x \
&& apk add --update --no-cache \
ca-certificates \
&& rm -rf /var/cache/apk/*
COPY --from=builder /bor/build/bin/* /usr/local/bin/
COPY --from=builder /bor/build/bin/* /usr/local/bin/
EXPOSE 8545 8546 30303 30303/udp
EXPOSE 8545 8546 30303 30303/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