[jira] [Commented] (NUTCH-2864) Upgrade Dockerfile to use JDK 11

2021-06-04 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17357168#comment-17357168
 ] 

ASF GitHub Bot commented on NUTCH-2864:
---

lewismc merged pull request #647:
URL: https://github.com/apache/nutch/pull/647


   


-- 
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:
us...@infra.apache.org


> Upgrade Dockerfile to use JDK 11
> 
>
> Key: NUTCH-2864
> URL: https://issues.apache.org/jira/browse/NUTCH-2864
> Project: Nutch
>  Issue Type: Improvement
>  Components: build, docker
>Affects Versions: 1.19
>Reporter: Sebastian Nagel
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.19
>
>
> With NUTCH-2857 the Nutch Dockerfile needs to be update to use JDK 11 and a 
> more recent base image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NUTCH-2864) Upgrade Dockerfile to use JDK 11

2021-06-04 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17357161#comment-17357161
 ] 

ASF GitHub Bot commented on NUTCH-2864:
---

sebastian-nagel commented on pull request #647:
URL: https://github.com/apache/nutch/pull/647#issuecomment-853770938


   +1


-- 
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:
us...@infra.apache.org


> Upgrade Dockerfile to use JDK 11
> 
>
> Key: NUTCH-2864
> URL: https://issues.apache.org/jira/browse/NUTCH-2864
> Project: Nutch
>  Issue Type: Improvement
>  Components: build, docker
>Affects Versions: 1.19
>Reporter: Sebastian Nagel
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.19
>
>
> With NUTCH-2857 the Nutch Dockerfile needs to be update to use JDK 11 and a 
> more recent base image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NUTCH-2864) Upgrade Dockerfile to use JDK 11

2021-06-04 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17357144#comment-17357144
 ] 

ASF GitHub Bot commented on NUTCH-2864:
---

lewismc commented on pull request #647:
URL: https://github.com/apache/nutch/pull/647#issuecomment-854085050


   I addressed the `JAVA_HOME` issue thanks @sebastian-nagel


-- 
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:
us...@infra.apache.org


> Upgrade Dockerfile to use JDK 11
> 
>
> Key: NUTCH-2864
> URL: https://issues.apache.org/jira/browse/NUTCH-2864
> Project: Nutch
>  Issue Type: Improvement
>  Components: build, docker
>Affects Versions: 1.19
>Reporter: Sebastian Nagel
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.19
>
>
> With NUTCH-2857 the Nutch Dockerfile needs to be update to use JDK 11 and a 
> more recent base image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NUTCH-2864) Upgrade Dockerfile to use JDK 11

2021-06-04 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17357128#comment-17357128
 ] 

ASF GitHub Bot commented on NUTCH-2864:
---

sebastian-nagel commented on a change in pull request #647:
URL: https://github.com/apache/nutch/pull/647#discussion_r644720262



##
File path: docker/Dockerfile
##
@@ -13,21 +13,21 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM ubuntu:18.04
+FROM alpine:3.13
 MAINTAINER Apache Nutch Committers 
 
 WORKDIR /root/
 
-
 # Install dependencies
-RUN apt update
-RUN apt install -y ant git openjdk-8-jdk-headless
-
-# Set up JAVA_HOME
-RUN echo 'export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64' >> $HOME/.bashrc

Review comment:
   JAVA_HOME needs to be set
   ```
   RUN echo 'export JAVA_HOME=/usr/lib/jvm/java-11-openjdk' >> $HOME/.bashrc
   ```
   otherwise bin/nutch fails:
   ```
   bash-5.1# bin/nutch parsechecker https://nutch.apache.org/
   Error: JAVA_HOME is not set.
   ```
   




-- 
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:
us...@infra.apache.org


> Upgrade Dockerfile to use JDK 11
> 
>
> Key: NUTCH-2864
> URL: https://issues.apache.org/jira/browse/NUTCH-2864
> Project: Nutch
>  Issue Type: Improvement
>  Components: build, docker
>Affects Versions: 1.19
>Reporter: Sebastian Nagel
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.19
>
>
> With NUTCH-2857 the Nutch Dockerfile needs to be update to use JDK 11 and a 
> more recent base image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NUTCH-2864) Upgrade Dockerfile to use JDK 11

2021-06-03 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356737#comment-17356737
 ] 

Hudson commented on NUTCH-2864:
---

SUCCESS: Integrated in Jenkins build Nutch ยป Nutch-trunk #33 (See 
[https://ci-builds.apache.org/job/Nutch/job/Nutch-trunk/33/])
NUTCH-2864 Upgrade Dockerfile to use JDK 11 (#647) (github: 
[https://github.com/apache/nutch/commit/cc8d76afe4f86691008b5673b182bb0e54a59710])
* (edit) docker/Dockerfile
* (edit) docker/README.md


> Upgrade Dockerfile to use JDK 11
> 
>
> Key: NUTCH-2864
> URL: https://issues.apache.org/jira/browse/NUTCH-2864
> Project: Nutch
>  Issue Type: Improvement
>  Components: build, docker
>Affects Versions: 1.19
>Reporter: Sebastian Nagel
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.19
>
>
> With NUTCH-2857 the Nutch Dockerfile needs to be update to use JDK 11 and a 
> more recent base image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NUTCH-2864) Upgrade Dockerfile to use JDK 11

2021-06-03 Thread Lewis John McGibbney (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356721#comment-17356721
 ] 

Lewis John McGibbney commented on NUTCH-2864:
-

The compressed image size has reduced from [1.96 
GB|https://hub.docker.com/layers/apache/nutch/release-1.18/images/sha256-c4a2f8f5ba98b020a5319982e42f6102d3f1d48a55993d44018e96688a5d538e?context=explore]
 to [1021.19 
MB|https://hub.docker.com/layers/apache/nutch/latest/images/sha256-874de97fb8ccb0be3828d72f37089b234daada276056d0f574035be171825a24?context=explore]
 which is nice. 

> Upgrade Dockerfile to use JDK 11
> 
>
> Key: NUTCH-2864
> URL: https://issues.apache.org/jira/browse/NUTCH-2864
> Project: Nutch
>  Issue Type: Improvement
>  Components: build, docker
>Affects Versions: 1.19
>Reporter: Sebastian Nagel
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.19
>
>
> With NUTCH-2857 the Nutch Dockerfile needs to be update to use JDK 11 and a 
> more recent base image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NUTCH-2864) Upgrade Dockerfile to use JDK 11

2021-06-03 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356693#comment-17356693
 ] 

ASF GitHub Bot commented on NUTCH-2864:
---

lewismc merged pull request #647:
URL: https://github.com/apache/nutch/pull/647


   


-- 
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:
us...@infra.apache.org


> Upgrade Dockerfile to use JDK 11
> 
>
> Key: NUTCH-2864
> URL: https://issues.apache.org/jira/browse/NUTCH-2864
> Project: Nutch
>  Issue Type: Improvement
>  Components: build, docker
>Affects Versions: 1.19
>Reporter: Sebastian Nagel
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.19
>
>
> With NUTCH-2857 the Nutch Dockerfile needs to be update to use JDK 11 and a 
> more recent base image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NUTCH-2864) Upgrade Dockerfile to use JDK 11

2021-06-03 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356641#comment-17356641
 ] 

ASF GitHub Bot commented on NUTCH-2864:
---

lewismc commented on pull request #647:
URL: https://github.com/apache/nutch/pull/647#issuecomment-854085050


   I addressed the `JAVA_HOME` issue thanks @sebastian-nagel


-- 
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:
us...@infra.apache.org


> Upgrade Dockerfile to use JDK 11
> 
>
> Key: NUTCH-2864
> URL: https://issues.apache.org/jira/browse/NUTCH-2864
> Project: Nutch
>  Issue Type: Improvement
>  Components: build, docker
>Affects Versions: 1.19
>Reporter: Sebastian Nagel
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.19
>
>
> With NUTCH-2857 the Nutch Dockerfile needs to be update to use JDK 11 and a 
> more recent base image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NUTCH-2864) Upgrade Dockerfile to use JDK 11

2021-06-03 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356374#comment-17356374
 ] 

ASF GitHub Bot commented on NUTCH-2864:
---

sebastian-nagel commented on a change in pull request #647:
URL: https://github.com/apache/nutch/pull/647#discussion_r644720262



##
File path: docker/Dockerfile
##
@@ -13,21 +13,21 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM ubuntu:18.04
+FROM alpine:3.13
 MAINTAINER Apache Nutch Committers 
 
 WORKDIR /root/
 
-
 # Install dependencies
-RUN apt update
-RUN apt install -y ant git openjdk-8-jdk-headless
-
-# Set up JAVA_HOME
-RUN echo 'export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64' >> $HOME/.bashrc

Review comment:
   JAVA_HOME needs to be set
   ```
   RUN echo 'export JAVA_HOME=/usr/lib/jvm/java-11-openjdk' >> $HOME/.bashrc
   ```
   otherwise bin/nutch fails:
   ```
   bash-5.1# bin/nutch parsechecker https://nutch.apache.org/
   Error: JAVA_HOME is not set.
   ```
   




-- 
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:
us...@infra.apache.org


> Upgrade Dockerfile to use JDK 11
> 
>
> Key: NUTCH-2864
> URL: https://issues.apache.org/jira/browse/NUTCH-2864
> Project: Nutch
>  Issue Type: Improvement
>  Components: build, docker
>Affects Versions: 1.19
>Reporter: Sebastian Nagel
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.19
>
>
> With NUTCH-2857 the Nutch Dockerfile needs to be update to use JDK 11 and a 
> more recent base image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NUTCH-2864) Upgrade Dockerfile to use JDK 11

2021-06-03 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356329#comment-17356329
 ] 

ASF GitHub Bot commented on NUTCH-2864:
---

sebastian-nagel commented on pull request #647:
URL: https://github.com/apache/nutch/pull/647#issuecomment-853770938


   +1


-- 
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:
us...@infra.apache.org


> Upgrade Dockerfile to use JDK 11
> 
>
> Key: NUTCH-2864
> URL: https://issues.apache.org/jira/browse/NUTCH-2864
> Project: Nutch
>  Issue Type: Improvement
>  Components: build, docker
>Affects Versions: 1.19
>Reporter: Sebastian Nagel
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.19
>
>
> With NUTCH-2857 the Nutch Dockerfile needs to be update to use JDK 11 and a 
> more recent base image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NUTCH-2864) Upgrade Dockerfile to use JDK 11

2021-06-02 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355904#comment-17355904
 ] 

ASF GitHub Bot commented on NUTCH-2864:
---

lewismc commented on pull request #647:
URL: https://github.com/apache/nutch/pull/647#issuecomment-853276498


   Thanks @sebastian-nagel I've updated and added some badges which give the 
consumer more details about the image. 


-- 
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:
us...@infra.apache.org


> Upgrade Dockerfile to use JDK 11
> 
>
> Key: NUTCH-2864
> URL: https://issues.apache.org/jira/browse/NUTCH-2864
> Project: Nutch
>  Issue Type: Improvement
>  Components: build, docker
>Affects Versions: 1.19
>Reporter: Sebastian Nagel
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.19
>
>
> With NUTCH-2857 the Nutch Dockerfile needs to be update to use JDK 11 and a 
> more recent base image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NUTCH-2864) Upgrade Dockerfile to use JDK 11

2021-06-02 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1734#comment-1734
 ] 

ASF GitHub Bot commented on NUTCH-2864:
---

sebastian-nagel commented on pull request #647:
URL: https://github.com/apache/nutch/pull/647#issuecomment-852833648


   1. install the apk package `bash` - it's not worth to fix the scripts to 
save 10 MiB in the Docker image size
   2. (just tried it) the image size is reduced to 1.27 GiB by changing the 
Nutch build comman list:
  ```
  # Checkout and build the Nutch master branch (1.x),
  # then do some clean up to reduce the image size
  RUN git clone https://github.com/apache/nutch.git nutch_source && \
   cd nutch_source && \
   ant runtime && \
   rm -rf build/ && \
   rm -rf /root/.ivy2/
  ```


-- 
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:
us...@infra.apache.org


> Upgrade Dockerfile to use JDK 11
> 
>
> Key: NUTCH-2864
> URL: https://issues.apache.org/jira/browse/NUTCH-2864
> Project: Nutch
>  Issue Type: Improvement
>  Components: build, docker
>Affects Versions: 1.19
>Reporter: Sebastian Nagel
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.19
>
>
> With NUTCH-2857 the Nutch Dockerfile needs to be update to use JDK 11 and a 
> more recent base image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NUTCH-2864) Upgrade Dockerfile to use JDK 11

2021-06-01 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355301#comment-17355301
 ] 

ASF GitHub Bot commented on NUTCH-2864:
---

lewismc commented on pull request #647:
URL: https://github.com/apache/nutch/pull/647#issuecomment-852381141


   @sebastian-nagel thanks for reviewing. Can you specifically let me know what 
actions you want me to take?


-- 
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:
us...@infra.apache.org


> Upgrade Dockerfile to use JDK 11
> 
>
> Key: NUTCH-2864
> URL: https://issues.apache.org/jira/browse/NUTCH-2864
> Project: Nutch
>  Issue Type: Improvement
>  Components: build, docker
>Affects Versions: 1.19
>Reporter: Sebastian Nagel
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.19
>
>
> With NUTCH-2857 the Nutch Dockerfile needs to be update to use JDK 11 and a 
> more recent base image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NUTCH-2864) Upgrade Dockerfile to use JDK 11

2021-05-20 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17348929#comment-17348929
 ] 

ASF GitHub Bot commented on NUTCH-2864:
---

lewismc commented on pull request #647:
URL: https://github.com/apache/nutch/pull/647#issuecomment-845593349


   We are talking ~250MB reduction in size. Which could be significant 
depending on the use case.


-- 
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:
us...@infra.apache.org


> Upgrade Dockerfile to use JDK 11
> 
>
> Key: NUTCH-2864
> URL: https://issues.apache.org/jira/browse/NUTCH-2864
> Project: Nutch
>  Issue Type: Improvement
>  Components: build, docker
>Affects Versions: 1.19
>Reporter: Sebastian Nagel
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.19
>
>
> With NUTCH-2857 the Nutch Dockerfile needs to be update to use JDK 11 and a 
> more recent base image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NUTCH-2864) Upgrade Dockerfile to use JDK 11

2021-05-20 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17348928#comment-17348928
 ] 

ASF GitHub Bot commented on NUTCH-2864:
---

lewismc commented on pull request #647:
URL: https://github.com/apache/nutch/pull/647#issuecomment-845593030


   Further details
   
[ubuntu:18.04](https://hub.docker.com/layers/ubuntu/library/ubuntu/18.04/images/sha256-ceed028aae0eac7db9dd33bd89c14d5a9991d73443b0de24ba0db250f47491d2?context=explore)
 compressed size 25.46MB
   
[alpine:3.13](https://hub.docker.com/layers/alpine/library/alpine/3.13/images/sha256-9663906b1c3bf891618ebcac857961531357525b25493ef717bca0f86f581ad6?context=explore)
 compressed size 2.31 MB


-- 
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:
us...@infra.apache.org


> Upgrade Dockerfile to use JDK 11
> 
>
> Key: NUTCH-2864
> URL: https://issues.apache.org/jira/browse/NUTCH-2864
> Project: Nutch
>  Issue Type: Improvement
>  Components: build, docker
>Affects Versions: 1.19
>Reporter: Sebastian Nagel
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.19
>
>
> With NUTCH-2857 the Nutch Dockerfile needs to be update to use JDK 11 and a 
> more recent base image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NUTCH-2864) Upgrade Dockerfile to use JDK 11

2021-05-20 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17348778#comment-17348778
 ] 

ASF GitHub Bot commented on NUTCH-2864:
---

lewismc commented on pull request #647:
URL: https://github.com/apache/nutch/pull/647#issuecomment-845439990


   Some details about the image
   ```
   docker % docker build -t apache/nutch .
   ```
   **TOTAL BUILD TIME**: 799.3s (overwhelming majority actually building Nutch)
   **TOTAL SIZE**:  2.41GB (as opposed to 2.66GB from ubuntu 18 base image 
7df7c861996f   6 weeks ago 2.66GB)
   
   


-- 
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:
us...@infra.apache.org


> Upgrade Dockerfile to use JDK 11
> 
>
> Key: NUTCH-2864
> URL: https://issues.apache.org/jira/browse/NUTCH-2864
> Project: Nutch
>  Issue Type: Improvement
>  Components: build, docker
>Affects Versions: 1.19
>Reporter: Sebastian Nagel
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.19
>
>
> With NUTCH-2857 the Nutch Dockerfile needs to be update to use JDK 11 and a 
> more recent base image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NUTCH-2864) Upgrade Dockerfile to use JDK 11

2021-05-20 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17348706#comment-17348706
 ] 

ASF GitHub Bot commented on NUTCH-2864:
---

lewismc opened a new pull request #647:
URL: https://github.com/apache/nutch/pull/647


   This PR addresses https://issues.apache.org/jira/browse/NUTCH-2864
   It makes major space savings on the base image by using a recent Alpine 
Linux base.


-- 
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:
us...@infra.apache.org


> Upgrade Dockerfile to use JDK 11
> 
>
> Key: NUTCH-2864
> URL: https://issues.apache.org/jira/browse/NUTCH-2864
> Project: Nutch
>  Issue Type: Improvement
>  Components: build, docker
>Affects Versions: 1.19
>Reporter: Sebastian Nagel
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.19
>
>
> With NUTCH-2857 the Nutch Dockerfile needs to be update to use JDK 11 and a 
> more recent base image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NUTCH-2864) Upgrade Dockerfile to use JDK 11

2021-05-20 Thread Lewis John McGibbney (Jira)


[ 
https://issues.apache.org/jira/browse/NUTCH-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17348704#comment-17348704
 ] 

Lewis John McGibbney commented on NUTCH-2864:
-

I've got a PR ready [~snagel] will submit soon

> Upgrade Dockerfile to use JDK 11
> 
>
> Key: NUTCH-2864
> URL: https://issues.apache.org/jira/browse/NUTCH-2864
> Project: Nutch
>  Issue Type: Improvement
>  Components: build, docker
>Affects Versions: 1.19
>Reporter: Sebastian Nagel
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.19
>
>
> With NUTCH-2857 the Nutch Dockerfile needs to be update to use JDK 11 and a 
> more recent base image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)