[
https://issues.apache.org/jira/browse/HBASE-23945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17053573#comment-17053573
]
Nick Dimiduk commented on HBASE-23945:
--------------------------------------
{noformat}
dev-support/Dockerfile:25 DL3020 Use COPY instead of ADD for files and folders
dev-support/Dockerfile:27 DL3008 Pin versions in apt get install. Instead of
`apt-get install <package>` use `apt-get install <package>=<version>`
dev-support/Dockerfile:27 DL3009 Delete the apt-get lists after installing
something
dev-support/Dockerfile:27 DL3015 Avoid additional packages by specifying
`--no-install-recommends`
dev-support/apache_hbase_topology/Dockerfile:19 DL3020 Use COPY instead of ADD
for files and folders
dev-support/hbase_docker/Dockerfile:20 DL3008 Pin versions in apt get install.
Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
dev-support/hbase_docker/Dockerfile:20 DL3009 Delete the apt-get lists after
installing something
dev-support/hbase_docker/Dockerfile:20 DL3015 Avoid additional packages by
specifying `--no-install-recommends`
dev-support/hbase_docker/Dockerfile:24 DL3020 Use COPY instead of ADD for files
and folders
dev-support/hbase_docker/Dockerfile:29 SC2035 Use ./*glob* or -- *glob* so
names with dashes won't become options.
dev-support/hbase_docker/Dockerfile:34 SC2035 Use ./*glob* or -- *glob* so
names with dashes won't become options.
{noformat}
> Dockerfiles showing hadolint check failures
> -------------------------------------------
>
> Key: HBASE-23945
> URL: https://issues.apache.org/jira/browse/HBASE-23945
> Project: HBase
> Issue Type: Bug
> Components: build
> Reporter: Nick Dimiduk
> Priority: Minor
>
> HBASE-23876 fixed the hadolint install path, so now those checks are being
> run, and flagging problems. Let's fix them.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)