You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Gautham Banasandra (Jira)" <ji...@apache.org> on 2022/10/08 00:34:00 UTC

[jira] [Created] (HADOOP-18483) Exclude Dockerfile_windows_10 from hadolint

Gautham Banasandra created HADOOP-18483:
-------------------------------------------

             Summary: Exclude Dockerfile_windows_10 from hadolint
                 Key: HADOOP-18483
                 URL: https://issues.apache.org/jira/browse/HADOOP-18483
             Project: Hadoop Common
          Issue Type: Improvement
          Components: common
    Affects Versions: 3.3.4
            Reporter: Gautham Banasandra
            Assignee: Gautham Banasandra


HADOOP-18133 tries to add Dockerfile for Windows 10 for building Hadoop. However, hadolint fails to run on *Dockerfile_windows_10* since the version of hadolint (1.1.1) used in Hadoop CI doesn't support parsing of the Windows command syntax.

HADOOP-18449 tries to upgrade the version of hadolint to the latest (2.10.0). However, it runs into some GPG issues on Centos 8.

Thus, we're going to exclude Dockerfile_windows_10 from getting hadolint-ed for the time being. There's a bug in Yetus that prevents exclusion of the file if the exclusion rule and the Dockerfile are added in the same PR - https://github.com/apache/yetus/pull/289#issuecomment-1263813381. Thus, this PR adds the exclusion rule first and then the Dockerfile will be added in another PR.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org