We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ef143 commit 0427d0eCopy full SHA for 0427d0e
1 file changed
konflux.Dockerfile
@@ -6,7 +6,7 @@ RUN cp /cachi2/output/deps/generic/fernflower-8.1.0.GA-redhat-00001.jar /opt/fer
6
RUN cp /cachi2/output/deps/generic/java-analyzer-bundle.core-8.1.0.CR1-redhat-00003.jar /opt/java-analyzer-bundle.core.jar
7
8
WORKDIR /maven-index-data
9
-RUN cp /cachi2/output/deps/generic/maven-index-data-v20251112021242.zip /maven-index-data/maven-index-data.zip
+RUN cp /cachi2/output/deps/generic/maven-index-data.zip /maven-index-data/maven-index-data.zip
10
RUN unzip maven-index-data.zip && rm -rf maven-index-data.zip
11
12
WORKDIR /jdtls
0 commit comments