balena-os / resin-device-toolbox

[DEPRECATED] The official Resin Device Toolbox CLI for resinOS
Apache License 2.0
14 stars 3 forks source link

Dockerfile template support #63

Open jmpinit opened 7 years ago

jmpinit commented 7 years ago

I'm interested in using Dockerfile templates to deploy my application to multiple platforms, but without rdt support the feature is not very useful because I'd like to use rdt during development and resin.io for deployment.

> rdt push --verbose --source .
No Dockerfile was found in the project directory: .

If you need help, or just want to say hi, don't hesitate in reaching out at:

    GitHub: https://github.com/resin-os/resin-device-toolbox/issues/new
    Gitter: https://gitter.im/resin-io/chat

Just want to share my use-case - I understand other things are likely higher priority.

Page- commented 7 years ago

Hey, we (@CameronDiver mainly) are actually working on separating the dockerfile template building logic into an open module that can be used in a standalone way and will almost certainly get built into rdt push

jmpinit commented 7 years ago

Cool! Glad it's headed in that direction. And thanks for the fast response. Feel free to close this issue if you'd like.

Page- commented 7 years ago

It's worth keeping it open to track progress imo :)