You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Can we generate the dependencies page from the docker package dependencies?
The text was updated successfully, but these errors were encountered: