Skip to content

Commit 6af8964

Browse files
committed
Update after move to new GitHub org
Signed-off-by: Stephen Curran <[email protected]>
1 parent dc7fd53 commit 6af8964

14 files changed

+47
-47
lines changed

CODE_OF_CONDUCT.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Code of Conduct Guidelines
2-
==========================
3-
4-
Please review the Hyperledger [Code of
5-
Conduct](https://wiki.hyperledger.org/community/hyperledger-project-code-of-conduct)
6-
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+
![Hyperledger Code of Conduct, Everyone is Welcome](https://wiki.hyperledger.org/download/attachments/2392771/welcome.png?version=2&modificationDate=1572450107000&api=v2)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ avoid frustration later on.
1212
## Contribution Guideline
1313

1414
* We use the GitHub [issue
15-
tracker](https://github.com/IDunion/indy-node-container/issues).
15+
tracker](https://github.com/hyperledger-indy/indy-node-container/issues).
1616

1717
* When you want to submit a patch, you must [sign your
1818
commits](#sign-your-work).

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Indy Node Container
22

3-
[![Building All Containers](https://github.com/hyperledger/indy-node-container/actions/workflows/build-all.yml/badge.svg)](https://github.com/hyperledger/indy-node-container/actions/workflows/build-all.yml)
3+
[![Building All Containers](https://github.com/hyperledger-indy/indy-node-container/actions/workflows/build-all.yml/badge.svg)](https://github.com/hyperledger-indy/indy-node-container/actions/workflows/build-all.yml)
44

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.
66

77
Primary artifact are the container images for
88

9-
- [Indy Node](https://github.com/hyperledger/indy-node-container/pkgs/container/indy-node-container%2Findy_node)
10-
- and the [Indy Node Controller](https://github.com/hyperledger/indy-node-container/pkgs/container/indy-node-container%2Findy_node_controller)
9+
- [Indy Node](https://github.com/hyperledger-indy/indy-node-container/pkgs/container/indy-node-container%2Findy_node)
10+
- and the [Indy Node Controller](https://github.com/hyperledger-indy/indy-node-container/pkgs/container/indy-node-container%2Findy_node_controller)
1111
which are build from the files in [the build folder](build/).
1212

1313
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
1717

1818
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`.
1919

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
2121

2222
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
2323

@@ -47,7 +47,7 @@ make ubuntu20
4747
make clean
4848
```
4949

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)).
5151

5252
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:
5353

build/Dockerfile.debian11

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This container is to run indy-node.
2-
# This file is part of https://github.com/hyperledger/indy-node-container .
3-
# Copyright 2021-2025 by all people listed in https://github.com/hyperledger/indy-node-container/blob/main/NOTICE , see
4-
# https://github.com/hyperledger/indy-node-container/blob/main/LICENSE for the license information.
2+
# This file is part of https://github.com/hyperledger-indy/indy-node-container .
3+
# Copyright 2021-2025 by all people listed in https://github.com/hyperledger-indy/indy-node-container/blob/main/NOTICE , see
4+
# https://github.com/hyperledger-indy/indy-node-container/blob/main/LICENSE for the license information.
55

66
FROM python:3.8-slim-bullseye
77

8-
LABEL org.opencontainers.image.description="Debian 11 based image to run indy-node. See https://github.com/hyperledger/indy-node-container"
8+
LABEL org.opencontainers.image.description="Debian 11 based image to run indy-node. See https://github.com/hyperledger-indy/indy-node-container"
99

1010
ENV DEBIAN_FRONTEND=noninteractive
1111

build/Dockerfile.debian12

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This container is to run indy-node.
2-
# This file is part of https://github.com/hyperledger/indy-node-container .
3-
# Copyright 2021-2025 by all people listed in https://github.com/hyperledger/indy-node-container/blob/main/NOTICE , see
4-
# https://github.com/hyperledger/indy-node-container/blob/main/LICENSE for the license information.
2+
# This file is part of https://github.com/hyperledger-indy/indy-node-container .
3+
# Copyright 2021-2025 by all people listed in https://github.com/hyperledger-indy/indy-node-container/blob/main/NOTICE , see
4+
# https://github.com/hyperledger-indy/indy-node-container/blob/main/LICENSE for the license information.
55

66
FROM python:3.8-slim-bookworm
77

8-
LABEL org.opencontainers.image.description="Debian 12 based image to run indy-node. See https://github.com/hyperledger/indy-node-container"
8+
LABEL org.opencontainers.image.description="Debian 12 based image to run indy-node. See https://github.com/hyperledger-indy/indy-node-container"
99

1010
ENV DEBIAN_FRONTEND=noninteractive
1111

build/Dockerfile.ubuntu20

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# This container is to run indy-node.
2-
# This file is part of https://github.com/hyperledger/indy-node-container .
3-
# Copyright 2021-2025 by all people listed in https://github.com/hyperledger/indy-node-container/blob/main/NOTICE , see
4-
# https://github.com/hyperledger/indy-node-container/blob/main/LICENSE for the license information.
2+
# This file is part of https://github.com/hyperledger-indy/indy-node-container .
3+
# Copyright 2021-2025 by all people listed in https://github.com/hyperledger-indy/indy-node-container/blob/main/NOTICE , see
4+
# https://github.com/hyperledger-indy/indy-node-container/blob/main/LICENSE for the license information.
55

66

77
FROM ubuntu:20.04
88

9-
LABEL org.opencontainers.image.description="Ubuntu 20.04 based image to run indy-node. See https://github.com/hyperledger/indy-node-container"
9+
LABEL org.opencontainers.image.description="Ubuntu 20.04 based image to run indy-node. See https://github.com/hyperledger-indy/indy-node-container"
1010

1111
RUN apt-get update -y \
1212
&& apt-get upgrade -y \

build/Dockerfile.ubuntu22

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# This container is to run indy-node.
2-
# This file is part of https://github.com/hyperledger/indy-node-container .
3-
# Copyright 2021-2025 by all people listed in https://github.com/hyperledger/indy-node-container/blob/main/NOTICE , see
4-
# https://github.com/hyperledger/indy-node-container/blob/main/LICENSE for the license information.
2+
# This file is part of https://github.com/hyperledger-indy/indy-node-container .
3+
# Copyright 2021-2025 by all people listed in https://github.com/hyperledger-indy/indy-node-container/blob/main/NOTICE , see
4+
# https://github.com/hyperledger-indy/indy-node-container/blob/main/LICENSE for the license information.
55

66

77
FROM ubuntu:22.04
88

9-
LABEL org.opencontainers.image.description="Ubuntu 22.04 based image to run indy-node. See https://github.com/hyperledger/indy-node-container"
9+
LABEL org.opencontainers.image.description="Ubuntu 22.04 based image to run indy-node. See https://github.com/hyperledger-indy/indy-node-container"
1010

1111
ARG PRESEED_TIMEZONE_AREA "tzdata tzdata/Areas select Europe"
1212
ARG PRESEED_TIMEZONE "tzdata tzdata/Zones/Europe select Berlin"
@@ -66,10 +66,10 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 9692C00E65
6666

6767
# official indy node + plenum release packages from github
6868
RUN cd /tmp/\
69-
&& for URL in https://github.com/hyperledger/indy-plenum/releases/download/v1.13.1/third-party-dependencies.zip \
70-
https://github.com/hyperledger/indy-plenum/releases/download/v1.13.1/plenum-deb.zip \
71-
https://github.com/hyperledger/indy-node/releases/download/v1.13.2/third-party-dependencies.zip \
72-
https://github.com/hyperledger/indy-node/releases/download/v1.13.2/indy_node-deb.zip \
69+
&& for URL in https://github.com/hyperledger-indy/indy-plenum/releases/download/v1.13.1/third-party-dependencies.zip \
70+
https://github.com/hyperledger-indy/indy-plenum/releases/download/v1.13.1/plenum-deb.zip \
71+
https://github.com/hyperledger-indy/indy-node/releases/download/v1.13.2/third-party-dependencies.zip \
72+
https://github.com/hyperledger-indy/indy-node/releases/download/v1.13.2/indy_node-deb.zip \
7373
; do \
7474
echo "downloading $URL" \
7575
&& wget -nv $URL \

build/init_and_run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# This script provides idempotent initialization and finally runs the indy node inside the docker container
44

5-
# This file is part of https://github.com/hyperledger/indy-node-container .
6-
# Copyright 2021-2022 by all people listed in https://github.com/hyperledger/indy-node-container/blob/main/NOTICE , see
7-
# https://github.com/hyperledger/indy-node-container/blob/main/LICENSE for the license information.
5+
# This file is part of https://github.com/hyperledger-indy/indy-node-container .
6+
# Copyright 2021-2022 by all people listed in https://github.com/hyperledger-indy/indy-node-container/blob/main/NOTICE , see
7+
# https://github.com/hyperledger-indy/indy-node-container/blob/main/LICENSE for the license information.
88

99
set -e
1010

run/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ INDY_NETWORK_NAME=ssi4de
33
INDY_NODE_NAME=GS1Germany
44

55
# Choose one of the avaiable images
6-
IMAGE=ghcr.io/hyperledger/indy-node-container/indy_node:latest-ubuntu20
6+
IMAGE=ghcr.io/hyperledger-indy/indy-node-container/indy_node:latest-ubuntu20
77

88
# You likely want to keep these default values:
99
SOCK=/var/run/docker.sock
1010
NODE_CONTAINER_NAME=indy_node
1111
CONTROLLER_CONTAINER_NAME=indy_node_controller
12-
IMAGE_NAME_CONTROLLER=ghcr.io/hyperledger/indy-node-container/indy_node_controller:latest
12+
IMAGE_NAME_CONTROLLER=ghcr.io/hyperledger-indy/indy-node-container/indy_node_controller:latest
1313

1414
INDY_NODE_IP=0.0.0.0
1515
INDY_NODE_PORT=9701

run/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is a brief step by step guide for what to do if you want to add a container
1313
Just clone the whole repository and generate a seed
1414

1515
```
16-
git clone https://github.com/hyperledger/indy-node-container.git
16+
git clone https://github.com/hyperledger-indy/indy-node-container.git
1717
cd indy-node-container/run/
1818
./generate_random_seeds.sh
1919
```
@@ -22,7 +22,7 @@ and then securely backup `.node.env` which holds the seed for generating the pri
2222

2323
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.
2424

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.
2626
- **Caution**: The ubunut20 image is a test image to test the new release candidate of indy node. All other images are stable.
2727

2828

0 commit comments

Comments
 (0)