File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM registry.redhat.io/ubi9 :latest AS artifacts
1+ FROM registry.redhat.io/ubi10 :latest AS artifacts
22RUN dnf -y install tar unzip gzip && dnf -y clean all
33COPY --chown=1001:0 . /workspace
44
@@ -14,7 +14,7 @@ RUN cp /cachi2/output/deps/generic/jdt-language-server-1.51.0-202510022025.tar.g
1414RUN tar -xvf jdtls-product.tar.gz --no-same-owner && chmod 755 /jdtls/bin/jdtls && rm -rf jdtls-product.tar.gz
1515RUN cp /workspace/jdtls-bin-override/jdtls.py /jdtls/bin/jdtls.py
1616
17- FROM registry.redhat.io/ubi9 :latest
17+ FROM registry.redhat.io/ubi10 :latest
1818RUN dnf module list
1919RUN dnf -y install openssl python39 java-1.8.0-openjdk-devel java-21-openjdk-devel maven-openjdk21 tar gzip --nodocs --setopt=install_weak_deps=0 && dnf -y clean all
2020ENV JAVA_HOME /usr/lib/jvm/java-21-openjdk
You can’t perform that action at this time.
0 commit comments