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
If a Dockerfile contained a build arg that was uppercase for referencing
an image, building would result in an error:
```
failed to parse stage name "localhost:42545/FIRST_IMAGE": invalid reference format: repository name must be lowercase
```
This commit allows users to specify args as all uppercase and lowercases
the name behind the scenes. Uppercase args are common in wild
Dockerfiles
Signed-off-by: Taylor Silva <[email protected]>
0 commit comments