You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Elek, Marton (JIRA)" <ji...@apache.org> on 2017/10/24 15:37:00 UTC

[jira] [Created] (HDFS-12702) Ozone: Add hugo to the dev docker image

Elek, Marton created HDFS-12702:
-----------------------------------

             Summary: Ozone: Add hugo to the dev docker image
                 Key: HDFS-12702
                 URL: https://issues.apache.org/jira/browse/HDFS-12702
             Project: Hadoop HDFS
          Issue Type: Sub-task
          Components: ozone
    Affects Versions: HDFS-7240
            Reporter: Elek, Marton


Both HADOOP-14163 and HDFS-12664 requries hugo site generation tool. To make it easier to review those patches I suggest to add Hugo to the dev docker image now.

This patch adds hugo to the dev docker image:

Test method:
{code}
cd dev-support/docker 
docker build -t test . 
docker run test hugo version
docker rmi test
{code}

Expected output (after docker run):
{code}
Hugo Static Site Generator v0.30.2 linux/amd64 BuildDate: 2017-10-19T11:34:27Z
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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