berkeley-dsep-infra / hubploy

Toolkit to deploy many z2jh based JupyterHubs
BSD 3-Clause "New" or "Revised" License
17 stars 15 forks source link

Print list of installed packages after image build #107

Closed yuvipanda closed 1 year ago

yuvipanda commented 4 years ago

Our package installs install their own dependencies, and it is very useful to know what all has been installed. This prints list of installed packages right after they are built, providing this info.

consideRatio commented 4 years ago

Wooooo nice idea!!

I like the default of starting the container to report info after its built, I think that is probably wanted. I considered if this could be a standalone command or similar, but it adds a bit of complexity that is probably not merited. I considered for example having it build in one CI step and having a dedicated CI step for printing the versions without the noise from the actual build cluttering logs in for example GitHub actions.

consideRatio commented 4 years ago

Mergy merge? :)

yuvipanda commented 4 years ago

Unfortunately this fails if there is no R installed. We should fix that and then merge