Skip to content

Commit

Permalink
Remove defunct peer.Dockerfile from *test.yaml
Browse files Browse the repository at this point in the history
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: Gregory Haskins <gregory.haskins@gmail.com>
  • Loading branch information
ghaskins committed Sep 19, 2016
1 parent e7138ae commit fb6f59b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
9 changes: 0 additions & 9 deletions core/chaincode/chaincodetest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 0 additions & 8 deletions core/ledger/genesis/genesis_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fb6f59b

Please sign in to comment.