Skip to content

Commit f1c7e56

Browse files
committed
[SPARK-51405][K8S] Upgrade build-tools to use Ubuntu 24.04 LTS instead of 22.04 LTS docker image
### What changes were proposed in this pull request? This PR aims to upgrade `build-tools` to use `Ubuntu 24.04 LTS` instead of `22.04 LTS` docker image ### Why are the changes needed? To use the latest LTS at the initial release, `kubernetes-operator-0.1.0`. ### Does this PR introduce _any_ user-facing change? No behavior change because this is a build stage image. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#162 from dongjoon-hyun/SPARK-51405. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent d74c4d9 commit f1c7e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
FROM gradle:8.12.1-jdk17-jammy AS builder
17+
FROM gradle:8.12.1-jdk17-noble AS builder
1818
WORKDIR /app
1919
COPY . .
2020
RUN ./gradlew clean build -x check

0 commit comments

Comments
 (0)