Logo
Explore Help
Sign In
gaspersic/go-ethereum
1
0
Fork 0
You've already forked go-ethereum
Code Issues Pull Requests Projects Releases Wiki Activity
Files
v0.4.3
go-ethereum/Dockerfile

14 lines
408 B
Docker
Raw Permalink Normal View History

docker: create new dockerfiles that are context aware (#1463)
2019-06-13 14:30:13 +02:00
FROM golang:1.12-alpine as builder
RUN apk add --no-cache make gcc musl-dev linux-headers git
ADD . /swarm
WORKDIR /swarm
RUN make swarm
FROM ethereum/client-go:v1.8.27 as geth
FROM alpine:3.9
docker: update ca-certificates file (#1525)
2019-06-27 18:06:09 +02:00
RUN apk --no-cache add ca-certificates && update-ca-certificates
docker: create new dockerfiles that are context aware (#1463)
2019-06-13 14:30:13 +02:00
COPY --from=builder /swarm/build/bin/swarm /usr/local/bin/
COPY --from=geth /usr/local/bin/geth /usr/local/bin/
cmd/swarm: make bzzaccount flag optional and add bzzkeyhex flag (#1531) * cmd/swarm: don't require bzzaccount flag * docker: remove setup script because bzzaccount is not required anymore * cmd/swarm: manage account creation/selection when bzzflag is not defined * cmd/swarm: no bzzaccount flag tests * cmd/swarm: use random network ports on tests * cmd/swarm: fix typo * cmd/swarm: add --bzzkeyhex flag * cmd/swarm: use different ipc paths for tests * readme: update example on how to run swarm * cmd/swarm: rename getAccount -> getOrCreateAccount * cmd/swarm: remove unneeded comment * cmd/swarm: use shorter ipc path for test
2019-07-04 13:14:10 +02:00
ENTRYPOINT ["/usr/local/bin/swarm"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 126ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API