Skip to content

Commit

Permalink
Update java and dotnet versions
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Oct 20, 2024
1 parent b89cb4c commit 941ff6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ci/base-images/opensuse/Dockerfile.lang
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM opensuse/tumbleweed:latest
ARG MAVEN_VERSION=4.0.0-beta-4
ARG SBT_VERSION=1.10.2
ARG GRADLE_VERSION=8.10.1
ARG DOTNET_SDK_VERSION=9.0.100-preview.4.24267.66
ARG DOTNET_SDK_VERSION=9.0.100-rc.2.24474.11

ENV SBT_VERSION=$SBT_VERSION \
MAVEN_VERSION=$MAVEN_VERSION \
Expand Down Expand Up @@ -39,8 +39,8 @@ RUN set -e; \
*) echo >&2 "error: unsupported architecture: '$ARCH_NAME'"; exit 1 ;; \
esac \
&& zypper refresh && zypper --non-interactive update && zypper --non-interactive install -l --no-recommends gcc14 gcc14-c++ gcc14-fortran \
bzip2 python312 python312-devel python312-pip findutils java-22-openjdk-devel \
libicu-devel gdal-devel git-core wget zip unzip make gawk nodejs22 npm22 rust1.78 cargo1.78 \
bzip2 python312 python312-devel python312-pip findutils java-23-openjdk-devel \
libicu-devel gdal-devel git-core wget zip unzip make gawk nodejs22 npm22 rust1.81 cargo1.81 \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 10 \
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-14 10 \
&& update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-14 10 \
Expand Down
2 changes: 1 addition & 1 deletion ci/base-images/opensuse/Dockerfile.python310
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN set -e; \
*) echo >&2 "error: unsupported architecture: '$ARCH_NAME'"; exit 1 ;; \
esac \
&& zypper refresh && zypper --non-interactive update && zypper --non-interactive install -l --no-recommends gcc12 gcc12-c++ gcc12-fortran \
python310 python310-devel python310-pip findutils java-22-openjdk-devel \
python310 python310-devel python310-pip findutils java-23-openjdk-devel \
bzip2 git-core wget zip unzip make gawk nodejs20 npm20 nodejs20-devel gdal-devel libxml2-devel libxslt-devel \
&& update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-12 10 \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 10 \
Expand Down
2 changes: 1 addition & 1 deletion ci/base-images/opensuse/Dockerfile.python39
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN set -e; \
*) echo >&2 "error: unsupported architecture: '$ARCH_NAME'"; exit 1 ;; \
esac \
&& zypper refresh && zypper --non-interactive update && zypper --non-interactive install -l --no-recommends gcc12 gcc12-c++ gcc12-fortran \
python39 python39-devel python39-pip findutils java-22-openjdk-devel \
python39 python39-devel python39-pip findutils java-23-openjdk-devel \
bzip2 git-core wget zip unzip make gawk nodejs20 npm20 nodejs20-devel gdal-devel libxml2-devel libxslt-devel \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 10 \
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 10 \
Expand Down

0 comments on commit 941ff6d

Please sign in to comment.