ndimiduk commented on a change in pull request #1250: HBASE-23945 Dockerfiles showing hadolint check failures URL: https://github.com/apache/hbase/pull/1250#discussion_r389309195
########## File path: dev-support/hbase_docker/Dockerfile ########## @@ -14,37 +14,73 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu:14.04 +FROM ubuntu:18.04 AS BASE_IMAGE Review comment: rebuilt this one following the multi-stage pattern from the Dockerfile use in CI jobs. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
