You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
before participating. It is important that we keep things civil.
1
+
# Hyperledger Code of Conduct
2
+
3
+
Hyperledger Indy requires adherence to the [LF Distributed Trust Code of Conduct](https://lf-hyperledger.atlassian.net/wiki/spaces/HYP/pages/19595281/Hyperledger+Code+of+Conduct). All Working Group contributors and meeting attendees are asked
4
+
to review and follow the code of conduct.
5
+
6
+

Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Indy Node Container
2
2
3
-
[](https://github.com/hyperledger/indy-node-container/actions/workflows/build-all.yml)
3
+
[](https://github.com/hyperledger-indy/indy-node-container/actions/workflows/build-all.yml)
4
4
5
-
This repository aims to provide easy-to-use containers with minimal dependencies to run instances of [Hyperledger Indy Node](https://github.com/hyperledger/indy-node). The primary goal is to support stewards joining an existing Network, but of course the containers can also be used in a stand alone (local/test/...) network. The initial contributions stem from the Container Working Group of [ID Union](https://github.com/IDunion). The repository was contributed to Hyperledger in 2022-02.
5
+
This repository aims to provide easy-to-use containers with minimal dependencies to run instances of [Hyperledger Indy Node](https://github.com/hyperledger-indy/indy-node). The primary goal is to support stewards joining an existing Network, but of course the containers can also be used in a stand alone (local/test/...) network. The initial contributions stem from the Container Working Group of [ID Union](https://github.com/IDunion). The repository was contributed to Hyperledger in 2022-02.
- and the [Indy Node Controller](https://github.com/hyperledger-indy/indy-node-container/pkgs/container/indy-node-container%2Findy_node_controller)
11
11
which are build from the files in [the build folder](build/).
12
12
13
13
We also provide a few [utility scripts, including a docker-compose file](run/) to help setting up a run time environment for the containers.
@@ -17,7 +17,7 @@ See [here](run/) for instructions how to setup and run the indy node images from
17
17
18
18
We are providing indy node images tagged like`${INDY_NODE_VERSION}-${OS}-${CONTAINER_RELEASE_VERSION}`. E.g. `1.13.2-debian11-1.2.7` is a Debian 11 based image with indy-node version `1.13.2`.
19
19
20
-
-[See here](https://github.com/hyperledger/indy-node-container/pkgs/container/indy-node-container%2Findy_node/versions?filters%5Bversion_type%5D=tagged) for all tagged versions
20
+
-[See here](https://github.com/hyperledger-indy/indy-node-container/pkgs/container/indy-node-container%2Findy_node/versions?filters%5Bversion_type%5D=tagged) for all tagged versions
21
21
22
22
We have stopped providing older indy-node versions, new releases are only build for indy 1.13.2. We currently build from the base images
23
23
@@ -47,7 +47,7 @@ make ubuntu20
47
47
make clean
48
48
```
49
49
50
-
Please note that `make` generates different tags than the Github action (see [packages](https://github.com/hyperledger/indy-node-container/pkgs/container/indy-node-container%2Findy_node) vs. [Makefile](./Makefile)).
50
+
Please note that `make` generates different tags than the Github action (see [packages](https://github.com/hyperledger-indy/indy-node-container/pkgs/container/indy-node-container%2Findy_node) vs. [Makefile](./Makefile)).
51
51
52
52
If you have [trivy](https://aquasecurity.github.io/trivy) installed, you can use the make check_* targets to run a trivy check against the local images:
@@ -22,7 +22,7 @@ and then securely backup `.node.env` which holds the seed for generating the pri
22
22
23
23
Change the network name in `etc_indy/indy_config.py` to `NETWORK_NAME = 'YOUR_NETWORK_NAME'` and in `.env` to `INDY_NETWORK_NAME=YOUR_NETWORK_NAME`. In the latter, also set the `INDY_NODE_NAME` to your nodes alias.
24
24
25
-
You may choose [an image](https://github.com/hyperledger/indy-node-container/pkgs/container/indy-node-container%2Findy_node/versions) to use or stick with the default.
25
+
You may choose [an image](https://github.com/hyperledger-indy/indy-node-container/pkgs/container/indy-node-container%2Findy_node/versions) to use or stick with the default.
26
26
-**Caution**: The ubunut20 image is a test image to test the new release candidate of indy node. All other images are stable.
0 commit comments