You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,6 @@ COPY ./ /app/
24
24
RUN export JAVA_HOME=/usr/lib/jvm/java-17-openjdk
25
25
RUN JAVA_HOME=/usr/lib/jvm/java-17-openjdk mvn clean install -DskipTests=true
26
26
27
-
FROM golang:1.23 as gopls-build
28
-
RUN go install golang.org/x/tools/gopls@latest
29
-
30
27
FROM registry.access.redhat.com/ubi9/ubi-minimal
31
28
# Java 1.8 is required for backwards compatibility with older versions of Gradle
32
29
RUN microdnf install -y python39 java-1.8.0-openjdk-devel java-17-openjdk-devel tar gzip zip --nodocs --setopt=install_weak_deps=0 && microdnf clean all && rm -rf /var/cache/dnf
0 commit comments