Commit 2570999
Bring latest updates into master - add openssl, fix healthcheck (#162)
* Added support for s390x
* Added support for s390x - manifest list added
* bump node-red 1.0.1
* add s390x to Readme [skip travis]
* Update README.md [skip travis]
* Feature development repo (#149)
* updated as discussed in PR144
* updated as discussed in PR144 #1
* updated as discussed in PR149 #1
* updated as discussed in PR149 #2
* Add healthcheck to dev
* Feature/i386 (#153)
* added i386 support
* fix manifest arch for 386
* - added `dev` manifest list tag
- fix contains "beta" | "dev"
* - if condition fix
* Fixup dev branch custom package.json to 1.0.2
merge changes from master to README.
* - missing i386 added
* let healthcheck be more tolerant
only fail if not running rather than if ok but no page in case someone moves everything from /
* - [skip travis] added Dockerhub Stars
* - [skip travis] textual
* - fix: set Docker Repo
* Add openSSL (#157)
* Add openSSL
* add openssl to custom image, correct readme to say ssh rather than ssl (skip travis)
* Update README.md
* Squashed commit of the following:
commit 4e11a11
Author: Nick O'Leary <[email protected]>
Date: Wed Dec 18 20:28:18 2019 +0000
Remove healthcheck as it does not handle https
Fixes #159
commit 2dad455
Author: Nick O'Leary <[email protected]>
Date: Thu Nov 21 20:21:56 2019 +0000
Update for 1.0.3
commit 1ffd9e7
Author: Raymond Mouthaan <[email protected]>
Date: Mon Oct 21 20:53:03 2019 +0200
Support i386 (#155)
* Added support for s390x
* Added support for s390x - manifest list added
* bump node-red 1.0.1
* add s390x to Readme [skip travis]
* Update README.md [skip travis]
* Feature development repo (#149)
* updated as discussed in PR144
* updated as discussed in PR144 #1
* updated as discussed in PR149 #1
* updated as discussed in PR149 #2
* Add healthcheck to dev
* Feature/i386 (#153)
* added i386 support
* fix manifest arch for 386
* Fixup dev branch custom package.json to 1.0.2
merge changes from master to README.
* - missing i386 added
* let healthcheck be more tolerant
* - [skip travis] added Dockerhub Stars
* new dual use healthcheck test
* Fix healthcheck to read settings.js
* Update healthcheck.js
* Update README.md
Co-authored-by: Raymond Mouthaan <[email protected]>
Co-authored-by: Chris G <[email protected]>1 parent 4e11a11 commit 2570999
File tree
4 files changed
+42
-1
lines changed- .docker
- docker-custom
4 files changed
+42
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
93 | 98 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
87 | 91 | | |
0 commit comments