Skip to content
Snippets Groups Projects
Commit fb6f59ba authored by Gregory Haskins's avatar Gregory Haskins
Browse files

Remove defunct peer.Dockerfile from *test.yaml


This doesn't seem to be used any more, and we want to
prepare for cleaning up references to baseimage later
in the series.

Change-Id: If68586b8b30c2d81a27be37cfd7d002300403d79
Signed-off-by: default avatarGregory Haskins <gregory.haskins@gmail.com>
parent e7138ae6
Branches
Tags
No related merge requests found
......@@ -165,15 +165,6 @@ peer:
# networkId: test
networkId: dev
Dockerfile: |
from hyperledger/fabric-baseimage:latest
# Copy GOPATH src and install Peer
COPY src $GOPATH/src
RUN mkdir -p /var/hyperledger/db
WORKDIR $GOPATH/src/github.com/hyperledger/fabric/peer/
RUN CGO_CFLAGS=" " CGO_LDFLAGS="-lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy" go install && cp $GOPATH/src/github.com/hyperledger/fabric/peer/core.yaml $GOPATH/bin
# The Address this Peer will listen on
listenAddress: 0.0.0.0:21212
# The Address this Peer will bind to for providing services
......
......@@ -45,14 +45,6 @@ peer:
# networkId: test
networkId: dev
Dockerfile: |
from hyperledger/fabric-baseimage
# Copy GOPATH src and install Peer
COPY src $GOPATH/src
RUN mkdir -p /var/hyperledger/db
WORKDIR $GOPATH/src/github.com/hyperledger/fabric/peer/
RUN CGO_CFLAGS=" " CGO_LDFLAGS="-lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy" go install && cp $GOPATH/src/github.com/hyperledger/fabric/peer/core.yaml $GOPATH/bin
# The Address this Peer will bind to for providing services
address: 0.0.0.0:7051
# Whether the Peer should programmatically determine the address to bind to. This case is useful for docker containers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment