Skip to content

Commit baac2be

Browse files
authored
Merge pull request #124 from hyperledger/Echsecutor-patch-1
update experimental ubuntu20 container to 1.13.2~rc5
2 parents 335960b + eccb75c commit baac2be

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

build/Dockerfile.ubuntu20

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN pip3 install -U \
4040

4141

4242
RUN apt-get update -y && apt-get install -y \
43-
indy-node="1.13.2~rc4" \
43+
indy-node="1.13.2~rc5" \
4444
indy-plenum="1.13.1~rc3" \
4545
ursa="0.3.2-1" \
4646
python3-pyzmq="22.3.0" \

controller/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ RUN pip3 install python3-indy indy-node==1.12.6
2424

2525
# https://podman.io/getting-started/installation#installing-on-linux
2626
# > CAUTION: The Kubic repo is NOT recommended for production use.
27-
RUN echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/ /" | tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
28-
RUN apt-key adv --fetch-keys https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/Release.key
29-
RUN apt-get update -y && apt-get install -y podman
27+
#RUN echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/ /" | tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
28+
#RUN apt-key adv --fetch-keys https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/Release.key
29+
#RUN apt-get update -y && apt-get install -y podman
3030

3131
RUN mkdir /opt/controller
3232

test/docker-compose.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ services:
111111
- WEB_ANALYTICS_SCRIPT=
112112
- INFO_SITE_TEXT=Node Container @ GitHub
113113
- INFO_SITE_URL=https://github.com/hyperledger/indy-node-container
114+
- LEDGER_SEED=000000000000000000000000Steward1
114115
networks:
115116
indy_node_container_test_network:
116117
ipv4_address: 10.133.133.5

0 commit comments

Comments
 (0)