avantgardnerio commented on code in PR #249:
URL: https://github.com/apache/arrow-ballista/pull/249#discussion_r974869752
##########
dev/docker/ballista-benchmarks.Dockerfile:
##########
@@ -15,14 +15,21 @@
# specific language governing permissions and limitations
# under the License.
-ARG VERSION
-FROM apache/arrow-ballista:$VERSION
+FROM ubuntu:22.04
-ADD benchmarks/run.sh /
-RUN mkdir /queries
-COPY benchmarks/queries/ /queries/
+ARG RELEASE_FLAG=release
+ENV RELEASE_FLAG=${RELEASE_FLAG}
ENV RUST_LOG=info
ENV RUST_BACKTRACE=full
-CMD ["/run.sh"]
\ No newline at end of file
+COPY target/$RELEASE_FLAG/ballista-scheduler /root/ballista-scheduler
Review Comment:
Copy in binaries to separate code build from docker build.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]