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
fix: resolve Docker build failures due to undefined template variables and version validation issues
- Add version prefix cleaning logic before validation to handle 'v' prefix from Git tags
- Define BUILD_DATE, BASE_IMAGE, and CLEAN_VERSION template variables before Dockerfile generation
- Add fallback logic for CLEAN_VERSION variable
- Add Dockerfile validation step to check for valid FROM directive
- Add debug logging for template variables and generated Dockerfile content
Fixes issues where:
- Git tags with 'v' prefix (e.g., v0.1.0-beta.16) failed version validation
- Template variables CLEAN_VERSION, BUILD_DATE, and BASE_IMAGE were undefined causing Docker build failures
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments