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

Support expression of dependencies via install list file #612

Merged
merged 1 commit into from
Apr 1, 2019
Merged

Support expression of dependencies via install list file #612

merged 1 commit into from
Apr 1, 2019

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Mar 29, 2019

This method makes it possible to enumerate dependencies after the Dockerfile has already been generated. It leverages xargs to avoid long lines, and allows Dockerfile layers to be generated by splitting dependencies between install list files.

Alternative to #605

This method makes it possible to enumerate dependencies after the
dockerfile has already been generated. It leverages xargs to avoid long
lines, and allows dockerfile layers to be generated by splitting
dependencies between install list files.
Copy link
Contributor

@nuclearsandwich nuclearsandwich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense to me as a way to keep our Dockerfiles homogeneous while enabling new functionality. Personally I feel like storing dependencies in a file between builds makes a ton of sense and I'd love to see the existing approaches deprecated unless they have some clear advantage.

@cottsay cottsay merged commit 70ed97b into ros-infrastructure:master Apr 1, 2019
@cottsay cottsay deleted the separate_install_list branch April 24, 2019 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants