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
with clean pull of this repository (and no images/containers preexisting)
ran docker-compose up --build and received the following error:
failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to parse stage name "HLDS_NS": invalid reference format: repository name must be lowercase
I don't know why this wasn't a build error in my environment during February 2020 -- when I last worked on docker composer and DockerFile changes - but uppercase repository naming is invalid format, even for staging.
with clean pull of this repository (and no images/containers preexisting)
ran
docker-compose up --build
and received the following error:I don't know why this wasn't a build error in my environment during February 2020 -- when I last worked on docker composer and DockerFile changes - but uppercase repository naming is invalid format, even for staging.
reference material: stackoverflowcom - docker-error-invalid-reference-format-repository-name-must-be-lowercase
The text was updated successfully, but these errors were encountered: