Skip to content

Commit

Permalink
Merge pull request #124 from hyperledger/Echsecutor-patch-1
Browse files Browse the repository at this point in the history
update experimental ubuntu20 container to 1.13.2~rc5
  • Loading branch information
Echsecutor authored Feb 10, 2023
2 parents 335960b + eccb75c commit baac2be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile.ubuntu20
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN pip3 install -U \


RUN apt-get update -y && apt-get install -y \
indy-node="1.13.2~rc4" \
indy-node="1.13.2~rc5" \
indy-plenum="1.13.1~rc3" \
ursa="0.3.2-1" \
python3-pyzmq="22.3.0" \
Expand Down
6 changes: 3 additions & 3 deletions controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ RUN pip3 install python3-indy indy-node==1.12.6

# https://podman.io/getting-started/installation#installing-on-linux
# > CAUTION: The Kubic repo is NOT recommended for production use.
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
RUN apt-key adv --fetch-keys https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/Release.key
RUN apt-get update -y && apt-get install -y podman
#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
#RUN apt-key adv --fetch-keys https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/Release.key
#RUN apt-get update -y && apt-get install -y podman

RUN mkdir /opt/controller

Expand Down
1 change: 1 addition & 0 deletions test/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ services:
- WEB_ANALYTICS_SCRIPT=
- INFO_SITE_TEXT=Node Container @ GitHub
- INFO_SITE_URL=https://github.com/hyperledger/indy-node-container
- LEDGER_SEED=000000000000000000000000Steward1
networks:
indy_node_container_test_network:
ipv4_address: 10.133.133.5
Expand Down

0 comments on commit baac2be

Please sign in to comment.