Skip to content

Feature/i386 #153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Oct 17, 2019
Merged

Feature/i386 #153

merged 6 commits into from
Oct 17, 2019

Conversation

RaymondMouthaan
Copy link
Contributor

Added arch i386 support

@dceejay dceejay merged commit e1238f8 into dev Oct 17, 2019
@RaymondMouthaan RaymondMouthaan deleted the feature/i386 branch October 17, 2019 17:03
dceejay pushed a commit that referenced this pull request Oct 21, 2019
* 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
dceejay pushed a commit that referenced this pull request Dec 18, 2019
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
dceejay added a commit that referenced this pull request Feb 7, 2020
* 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]>
takuya-o pushed a commit to takuya-o/node-red-docker that referenced this pull request May 9, 2020
…-red#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 (node-red#149)


* updated as discussed in PR144

* updated as discussed in PR144 node-red#1

* updated as discussed in PR149 node-red#1

* updated as discussed in PR149 node-red#2

* Add healthcheck to dev

* Feature/i386 (node-red#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 (node-red#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 node-red#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 (node-red#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 (node-red#149)

    * updated as discussed in PR144

    * updated as discussed in PR144 node-red#1

    * updated as discussed in PR149 node-red#1

    * updated as discussed in PR149 node-red#2

    * Add healthcheck to dev

    * Feature/i386 (node-red#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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants