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

Remotes elements should be put into the Dockerfile #22

Closed
ColinFay opened this issue Mar 19, 2019 · 2 comments
Closed

Remotes elements should be put into the Dockerfile #22

ColinFay opened this issue Mar 19, 2019 · 2 comments

Comments

@ColinFay
Copy link
Member

By default, {golem} is used as a dependency to the created app.

But the add_dockerfile() function only parses the Imports from DESCRIPTION, so doesn't install Remotes elements

@ColinFay
Copy link
Member Author

Handled by using install_local() on app.tar.gz

@aftonsteps
Copy link

Sorry if this is a silly question, but how would you use install_local() in this case? I can see how to locally include a tar.gz for some library along with the app's other local files, and then use install_local() somewhere in the app's code to install from that tar.gz. But I think think this would install that library every time that app starts up, rather than just once when the container is created. Is there a way to specify installation from the tar.gz somewhere in the Dockerfile?

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