Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow use of host:port in a FROM instruction
when having a FROM line like: `FROM myregistry:port/imagename:tag`, there is an error `unexpected ':' expecting '@', a new line followed by the next instruction, at least one space, or the image tag`. This patch proposes to simplify how the registry is computed. fixes: hadolint/hadolint#355 I don't know haskell, I tested the change by cloning the repo, and testing on a local file using the test in integration-tests
- Loading branch information