We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have created a docker file that gets the base image name from a variable:
ARG BASE_IMAGE=my-image:base # Use the base image FROM $BASE_IMAGE ...
And I get the following error:
Issues: 1 Line 4: FROM $BASE_IMAGE Issue Category Title Description 1 Clarity Base Image Missing Base images should specify a tag to use. Tag
The text was updated successfully, but these errors were encountered:
This is a duplicate of:
Which was fixed with:
However there has not been a new release since #151 was merged which is why the bug can still be reproduced. See:
Sorry, something went wrong.
Dockerfile
hadolint
No branches or pull requests
I have created a docker file that gets the base image name from a variable:
And I get the following error:
The text was updated successfully, but these errors were encountered: