Docker Build
Docker build found inconsistent instruction casing in the Dockerfile
Docker build checks found a mix of uppercase and lowercase Dockerfile instructions, which reduces consistency and may fail linting policies.
Docker Build
Docker build checks found a mix of uppercase and lowercase Dockerfile instructions, which reduces consistency and may fail linting policies.
Observed message
ConsistentInstructionCasing
Why it happens
How to fix it
Official reference
Docker Docs: Build checksRelated errors
Explore more