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

Build / run dependencies vs Docker #84

Open
Axel-Naumann opened this issue Jun 8, 2020 · 1 comment
Open

Build / run dependencies vs Docker #84

Axel-Naumann opened this issue Jun 8, 2020 · 1 comment

Comments

@Axel-Naumann
Copy link
Member

Can we generate the dependencies page from the docker package dependencies?

@eguiraud
Copy link
Member

eguiraud commented Jun 8, 2020

Most of our Dockerfiles do not build ROOT -- arch, fedora, gentoo, conda just install with the corresponding package manager. Centos7 and Ubuntu currently build ROOT but we would like to switch them to using the fedora package and ROOT's .deb file respectively, because we cannot compile ROOT on Dockerhub, i.e. we can't easily produce Ubuntu and Centos7 docker images if they have to build ROOT from scratch.

So at most, Dockerfiles will have runtime dependencies for Ubuntu, maybe Centos7, and the lists won't be complete because not all features are ON.

The docs would additionally need compile-time dependencies and each external should list what package it requires.

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