Skip to content
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

Autobuild ARMv7 Container #48

Closed
jeremywillans opened this issue Jan 21, 2020 · 1 comment
Closed

Autobuild ARMv7 Container #48

jeremywillans opened this issue Jan 21, 2020 · 1 comment

Comments

@jeremywillans
Copy link
Contributor

jeremywillans commented Jan 21, 2020

Is there a possibility of Auto Building a armv7 container on Docker Hub?

I have successfully built and tested this on a Raspberry Pi , using node:alpine.

It does however complain about missing favicon.ico

Creating rest980 ... done
Attaching to rest980
rest980    | 
rest980    | > [email protected] start /usr/src/app
rest980    | > node ./bin/www
rest980    | 
rest980    | WARNING: NODE_ENV value of 'production' did not match any deployment config file names.
rest980    | WARNING: See https://github.com/lorenwest/node-config/wiki/Strict-Mode
rest980    | GET / 200 36.481 ms - 89
rest980    | GET /favicon.ico 404 5.961 ms - 136
rest980    | Error: Endpoint not found.
rest980    |     at /usr/src/app/app.js:62:13
rest980    |     at Layer.handle [as handle_request] (/usr/src/app/node_modules/express/lib/router/layer.js:95:5)
rest980    |     at trim_prefix (/usr/src/app/node_modules/express/lib/router/index.js:317:13)
rest980    |     at /usr/src/app/node_modules/express/lib/router/index.js:284:7
rest980    |     at Function.process_params (/usr/src/app/node_modules/express/lib/router/index.js:335:12)
rest980    |     at next (/usr/src/app/node_modules/express/lib/router/index.js:275:10)
rest980    |     at /usr/src/app/node_modules/express/lib/router/index.js:635:15
rest980    |     at next (/usr/src/app/node_modules/express/lib/router/index.js:260:14)
rest980    |     at jsonParser (/usr/src/app/node_modules/body-parser/lib/types/json.js:110:7)
rest980    |     at Layer.handle [as handle_request] (/usr/src/app/node_modules/express/lib/router/layer.js:95:5)
rest980    |     at trim_prefix (/usr/src/app/node_modules/express/lib/router/index.js:317:13)
rest980    |     at /usr/src/app/node_modules/express/lib/router/index.js:284:7
rest980    |     at Function.process_params (/usr/src/app/node_modules/express/lib/router/index.js:335:12)
rest980    |     at next (/usr/src/app/node_modules/express/lib/router/index.js:275:10)
rest980    |     at Function.handle (/usr/src/app/node_modules/express/lib/router/index.js:174:3)
rest980    |     at router (/usr/src/app/node_modules/express/lib/router/index.js:47:12)
rest980    |     at Layer.handle [as handle_request] (/usr/src/app/node_modules/express/lib/router/layer.js:95:5)
rest980    |     at trim_prefix (/usr/src/app/node_modules/express/lib/router/index.js:317:13)
rest980    |     at /usr/src/app/node_modules/express/lib/router/index.js:284:7
rest980    |     at Function.process_params (/usr/src/app/node_modules/express/lib/router/index.js:335:12)
rest980    |     at next (/usr/src/app/node_modules/express/lib/router/index.js:275:10)
rest980    |     at authHandler (/usr/src/app/app.js:23:48)
@koalazak
Copy link
Owner

koalazak commented Mar 2, 2021

check #59

@koalazak koalazak closed this as completed Mar 2, 2021
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

No branches or pull requests

2 participants