Skip to content

Commit

Permalink
GH-45626: [CI][Docs] Remove Java related configurations from `ci/dock…
Browse files Browse the repository at this point in the history
…er/linux-apt-docs.dockerfile`
  • Loading branch information
kou committed Feb 25, 2025
1 parent 631fa0a commit de6348e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
11 changes: 0 additions & 11 deletions ci/docker/linux-apt-docs.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ARG base
FROM ${base}

ARG r=4.4
ARG jdk=11

ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium

Expand Down Expand Up @@ -67,7 +66,6 @@ RUN apt-get update -y && \
nodejs \
npm \
nvidia-cuda-toolkit \
openjdk-${jdk}-jdk-headless \
pandoc \
r-recommended=${r}* \
r-base=${r}* \
Expand All @@ -80,15 +78,6 @@ RUN apt-get update -y && \
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
npm install -g yarn @mermaid-js/mermaid-cli

ENV JAVA_HOME=/usr/lib/jvm/java-${jdk}-openjdk-amd64

ARG maven=3.8.7
COPY ci/scripts/util_download_apache.sh /arrow/ci/scripts/
RUN /arrow/ci/scripts/util_download_apache.sh \
"maven/maven-3/${maven}/binaries/apache-maven-${maven}-bin.tar.gz" /opt
ENV PATH=/opt/apache-maven-${maven}/bin:$PATH
RUN mvn -version

COPY c_glib/Gemfile /arrow/c_glib/
RUN gem install --no-document bundler && \
bundle install --gemfile /arrow/c_glib/Gemfile
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1790,8 +1790,6 @@ services:
- ${REPO}:${ARCH}-debian-${DEBIAN}-docs
args:
r: ${R}
jdk: ${JDK}
maven: ${MAVEN}
node: ${NODE}
base: ${REPO}:${ARCH}-debian-${DEBIAN}-python-3
# This is for Chromium used by Mermaid. Chromium uses namespace
Expand Down

0 comments on commit de6348e

Please sign in to comment.