File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848
4949 - name : Build Java
5050 if : matrix.language == 'java-kotlin'
51- run : ./gradlew build -x test -x e2eTest
51+ run : ./gradlew build -x test -x e2eTest --no-build-cache
5252
5353 - name : Perform CodeQL Analysis
5454 uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # ratchet:github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
33# ── Build stage ──────────────────────────────────────────────────────────────
4- FROM docker.io/eclipse-temurin:21-jdk-ubi9-minimal AS builder
4+ FROM docker.io/eclipse-temurin:21-jdk AS builder
55
66# Install Node.js directly from the official distribution with SHA256 verification.
77# To update: download the new tarball, verify against nodejs.org/dist/vX.Y.Z/SHASUMS256.txt,
@@ -47,7 +47,7 @@ RUN sed -i \
4747 git-proxy-java-dashboard/build/install/git-proxy-java-dashboard/bin/git-proxy-java-dashboard
4848
4949# ── Runtime stage ─────────────────────────────────────────────────────────────
50- FROM docker.io/eclipse-temurin:21-jre-ubi9-minimal
50+ FROM docker.io/eclipse-temurin:21-jre
5151
5252WORKDIR /app
5353
You can’t perform that action at this time.
0 commit comments