fix(docker): Enhanced base image extraction logic from Dockerfile

This commit is contained in:
2024-11-17 01:01:22 +01:00
parent 43eb19f772
commit 75a0e8a7d8
3 changed files with 67 additions and 7 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2024-11-17 - 4.1.37 - fix(docker)
Enhanced base image extraction logic from Dockerfile
- Improved dockerBaseImage to accurately extract base images considering ARG variables.
- Added support for parsing Dockerfile content without external libraries.
- Enhanced error handling for missing FROM instructions.
## 2024-11-17 - 4.1.36 - fix(docker)
Improve logging for Dockerfile build order with base image details.