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
Currently, we only add the package lists for the install scripts to the images. These only contain the expected packages, but not the actual installed packages. Usually, the package lists for install scripts don't contain all packages, only those which must be in the container. However, package systems will install further package to resolve dependencies. With the list of actuall installed packages, we can better trace back what is in the container and can use diagnostic UDF to show what is available in an installed container. Furthermore, we can check if all packages got installed which is important for R because it can silently omit packages and it can be difficult to recognize such an error in the build logs.
Tasks:
If not available create scripts which extract the actual installed packages and format them in the same format as the package lists for the install script, such that comparison is easy
At the release step of the flavor run the scripts to extract the actual installed packages
Situation:
Currently, we only add the package lists for the install scripts to the images. These only contain the expected packages, but not the actual installed packages. Usually, the package lists for install scripts don't contain all packages, only those which must be in the container. However, package systems will install further package to resolve dependencies. With the list of actuall installed packages, we can better trace back what is in the container and can use diagnostic UDF to show what is available in an installed container. Furthermore, we can check if all packages got installed which is important for R because it can silently omit packages and it can be difficult to recognize such an error in the build logs.
Tasks:
The text was updated successfully, but these errors were encountered: