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

change first lines Dockerfile for compatibility with latest hass.io #1

Closed
kdw2060 opened this issue Jan 4, 2018 · 2 comments
Closed
Assignees

Comments

@kdw2060
Copy link

kdw2060 commented Jan 4, 2018

Hi,

building this example project fails on Hass.io 0.60 with host-os 1.1 because of the new requirements for Dockerfiles. The first two lines should read:

ARG BUILD_FROM
FROM $BUILD_FROM

After that it builds without issues.

btw, i found your project because i'm having trouble getting my own simple node based project to work as an add-on. Can I contact you for help if i keep failing to get it to work?

cheers,
Kris

@quentinchap
Copy link
Owner

Hi,

Thank you for your remarq. I made update for tv-custom-api but i forgot hassio-addon-example.
If you have some trouble contact me i'll try to help you.

Have a nice day.

@quentinchap quentinchap self-assigned this Jan 18, 2018
@kdw2060
Copy link
Author

kdw2060 commented Jan 21, 2018

Thanks for the offer, in the mean time i've solved my issues getting the addon to work in Hass.io.
Now debugging other issues :-)

@kdw2060 kdw2060 closed this as completed Jan 21, 2018
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