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
Copy file name to clipboardExpand all lines: README.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,6 @@ See [here](run/) for instructions how to setup and run the indy node images from
17
17
18
18
Currently we are providing the following stable indy node images. All those images use the latest Indy Node 1.12 version. The images differ by base image and are tagged accordingly:
or you can use `make` which provides some shortcuts
42
37
43
38
```bash
44
-
# make [bullseye|buster|ubuntu16|ubuntu18|ubuntu20|all|controller] (default is ubuntu18), e.g.
45
-
make ubuntu18
39
+
# make [bullseye|ubuntu20|all|controller] (default is ubuntu20), e.g.
40
+
make ubuntu20
46
41
47
42
# make clean removes images
48
-
# make [clean|clean_bullseye|clean_buster|clean_ubuntu16|clean_ubuntu18|clean_ubuntu20|clean_controller], e.g. this removes all images
43
+
# make [clean|clean_bullseye|clean_ubuntu20|clean_controller], e.g. this removes all images
49
44
make clean
50
45
```
51
46
@@ -54,8 +49,8 @@ Please note that `make` generates different tags than the Github action (see [pa
54
49
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:
55
50
56
51
```bash
57
-
#make [check_bullseye|check_buster|check_ubuntu16|check_ubuntu18|check_ubuntu20|check_controller], e.g.
58
-
make check_ubuntu18
52
+
#make [check_bullseye|check_ubuntu20|check_controller], e.g.
53
+
make check_ubuntu20
59
54
```
60
55
61
56
Trivy HTML reports are created in `./trivy-reports`.
Copy file name to clipboardExpand all lines: run/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,6 @@ Our current approach to handle pool restarts is to have the node controller runn
172
172
173
173
If wou want to use the node controller, the variables `SOCK`, `NODE_CONTAINER_NAME`, `CONTROLLER_CONTAINER`, and `IMAGE_NAME_CONTROLLER` need to be set in the `.env` file. Appropriate default values are set in [the default file](/.env).
174
174
175
-
If the node controller container is running and has access to the docker socket of the host, the node will be restarted upon pool restart commands and will participate in a network upgrade. The decision mechanism for whether to accept or reject an upgrade based on available deb package versions is part of indy node server and hence unchanged. However, if an upgrade is accepted, the container will be stopped, pulled, and restarted. Use a tag like `latest-ubuntu18` and make sure that a new `latest` image is available before the network upgrade commences.
175
+
If the node controller container is running and has access to the docker socket of the host, the node will be restarted upon pool restart commands and will participate in a network upgrade. The decision mechanism for whether to accept or reject an upgrade based on available deb package versions is part of indy node server and hence unchanged. However, if an upgrade is accepted, the container will be stopped, pulled, and restarted. Use a tag like `latest-ubuntu20` and make sure that a new `latest` image is available before the network upgrade commences.
0 commit comments