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
Already reported by hadolint/hadolint/issues/1039 but need to be solved here:
language-docker/src/Language/Docker/Parser/Run.hs
Lines 158 to 164 in dba56a7
Example:
# syntax=docker/dockerfile:1.10 FROM node:20 RUN --mount=type=secret,id=ENV_VAR,env=ENV_VAR echo "ENV_VAR=$ENV_VAR" > /tmp/env_var
Exit with error:
Dockerfile.test:6:36 unexpected "env=ENV_VAR ec" expecting "gid=", "id=", "mode=", "required", "required=False", "required=True", "required=false", "required=true", "uid=", source=, or target=
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Already reported by hadolint/hadolint/issues/1039 but need to be solved here:
language-docker/src/Language/Docker/Parser/Run.hs
Lines 158 to 164 in dba56a7
Example:
Exit with error:
The text was updated successfully, but these errors were encountered: