fix: Dockerfile handling with alias #46
Reference in New Issue
Block a user
Delete Branch "fix-dockerfile-handling-with-alias"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The previous version didn't support Docker images with an alias e.g. "... AS base".
The changes align with the PR title and description, addressing Dockerfile alias handling. The awk script now correctly captures images with AS aliases, and the test case reflects this update. No obvious issues detected.