You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/12 12:43:05 UTC

[GitHub] [arrow] anthonylouisbsb commented on a change in pull request #10300: ARROW-12699: [CI][Packaging][Java] Generate a jar compatible with Linux and MacOS for all Arrow components

anthonylouisbsb commented on a change in pull request #10300:
URL: https://github.com/apache/arrow/pull/10300#discussion_r631004663



##########
File path: dev/tasks/jars/Dockerfile
##########
@@ -0,0 +1,124 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+FROM quay.io/pypa/manylinux2014_x86_64:latest

Review comment:
       @kszucs Thanks for your help! I did not notice that dockerfile.
   
   I think I can use the [docker image from Arrow's Docker Hub repository](https://hub.docker.com/layers/apache/arrow-dev/amd64-python-3.7-wheel-manylinux-2014/images/sha256-e3691bcc875e7ce7ec633a0d2c9d8346c65f0f3bfabfd9f45ec1d2cbc32b3138?context=explore), but I need to update the Dockerfile that you sent in the message to import **LLVM** and **CLANG** using vcpkg and generate a new docker image in the hub.
   
   Do you think is better to do it in this Pull Request or should I need to open a new one to apply that changes?




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