Fix FromAsCasing warnings in all Dockerfiles#25
Conversation
Co-authored-by: mnaimfaizy <34773846+mnaimfaizy@users.noreply.github.com>
|
@copilot I think you have missed the other dockerfiles like queue.dockerfile or queue.dockerfile.prod. |
Co-authored-by: mnaimfaizy <34773846+mnaimfaizy@users.noreply.github.com>
You're right! I've now fixed the The All 6 Dockerfiles have been checked, and all Commit: 423a92d |
|
@copilot you have updated the |
The I verified this by:
Only All Dockerfiles with multi-stage builds have been corrected to use uppercase |
Docker BuildKit was emitting
FromAsCasingwarnings during image builds due to inconsistent keyword casing in multi-stage build declarations.Changes
All instances changed from lowercase
asto uppercaseASto match theFROMkeyword:Total: 12 instances across 5 files. Eliminates all build warnings while maintaining functional equivalence.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.