irods / irods_development_environment

BSD 3-Clause "New" or "Revised" License
7 stars 11 forks source link

`run_debugger.sh`: add option to run builder container shell #141

Open SwooshyCueb opened 6 months ago

SwooshyCueb commented 6 months ago

run_debugger.sh is convenient to use for building irods, as it will build and run the core builder image and knows what arguments to pass to docker. It would be useful to extend this functionality to run a shell in the builder container, bypassing the image's entrypoint. This can come in handy for diagnosing build failures or building against unpublished externals packages, for example.