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
feat: make bash container image configurable for storage operations
Replace hardcoded bash image reference with configurable BASH_IMG variable.
This allows users to specify a custom bash container image when needed.
Changes:
- Add BASH_IMG variable to Makefile with default value
- Export STORAGE_BASH_IMG in crc_storage and crc_storage_cleanup targets
- Update storage_apply.sh to use ${STORAGE_BASH_IMG} environment variable
Co-authored-by: Claude AI Assistant <[email protected]>
0 commit comments