@@ -18,7 +18,7 @@ version: "2.1"
1818services :
1919
2020 settings-tp :
21- image : hyperledger/sawtooth-tp_settings:latest
21+ image : hyperledger/sawtooth-tp_settings:0.8
2222 container_name : sawtooth-settings-tp-default
2323 expose :
2424 - 4004
@@ -27,7 +27,7 @@ services:
2727 entrypoint : settings-tp -vv tcp://validator:4004
2828
2929 intkey-tp-python :
30- image : hyperledger/sawtooth-tp_intkey_python:latest
30+ image : hyperledger/sawtooth-tp_intkey_python:0.8
3131 container_name : sawtooth-intkey-tp-python-default
3232 expose :
3333 - 4004
@@ -36,7 +36,7 @@ services:
3636 entrypoint : intkey-tp-python -vv tcp://validator:4004
3737
3838 xo-tp-python :
39- image : hyperledger/sawtooth-tp_xo_python:latest
39+ image : hyperledger/sawtooth-tp_xo_python:0.8
4040 container_name : sawtooth-xo-tp-python-default
4141 expose :
4242 - 4004
@@ -45,7 +45,7 @@ services:
4545 entrypoint : xo-tp-python -vv tcp://validator:4004
4646
4747 validator :
48- image : hyperledger/sawtooth-validator:latest
48+ image : hyperledger/sawtooth-validator:0.8
4949 container_name : sawtooth-validator-default
5050 expose :
5151 - 4004
@@ -64,7 +64,7 @@ services:
6464 \" "
6565
6666 rest-api :
67- image : hyperledger/sawtooth-rest_api:latest
67+ image : hyperledger/sawtooth-rest_api:0.8
6868 container_name : sawtooth-rest-api-default
6969 expose :
7070 - 4004
@@ -76,7 +76,7 @@ services:
7676 entrypoint : sawtooth-rest-api --connect tcp://validator:4004 --bind rest-api:8080
7777
7878 client :
79- image : hyperledger/sawtooth-all:latest
79+ image : hyperledger/sawtooth-all:0.8
8080 container_name : sawtooth-client-default
8181 expose :
8282 - 8080
@@ -86,4 +86,4 @@ services:
8686 entrypoint : " bash -c \" \
8787 sawtooth keygen && \
8888 tail -f /dev/null \
89- \" "
89+ \" "
0 commit comments