Skip to content

Commit 6f52c50

Browse files
zhengruifengrpnkv
authored andcommitted
[SPARK-55437][INFRA][R] Upgrade SparkR test image to Ubuntu 24.04
### What changes were proposed in this pull request? Upgrade SparkR test image to Ubuntu 24.04 ### Why are the changes needed? test against newer os version ### Does this PR introduce _any_ user-facing change? no, infra-only ### How was this patch tested? ci ### Was this patch authored or co-authored using generative AI tooling? no Closes apache#54221 from zhengruifeng/u24_r. Authored-by: Ruifeng Zheng <ruifengz@apache.org> Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
1 parent 34db119 commit 6f52c50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/spark-test-image/sparkr/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
# limitations under the License.
1616
#
1717

18-
# Image for building and testing Spark branches. Based on Ubuntu 22.04.
18+
# Image for building and testing Spark branches. Based on Ubuntu 24.04.
1919
# See also in https://hub.docker.com/_/ubuntu
20-
FROM ubuntu:jammy-20240911.1
20+
FROM ubuntu:noble
2121
LABEL org.opencontainers.image.authors="Apache Spark project <dev@spark.apache.org>"
2222
LABEL org.opencontainers.image.licenses="Apache-2.0"
2323
LABEL org.opencontainers.image.ref.name="Apache Spark Infra Image for SparkR"
2424
# Overwrite this label to avoid exposing the underlying Ubuntu OS version label
2525
LABEL org.opencontainers.image.version=""
2626

27-
ENV FULL_REFRESH_DATE=20241114
27+
ENV FULL_REFRESH_DATE=20260212
2828

2929
ENV DEBIAN_FRONTEND=noninteractive
3030
ENV DEBCONF_NONINTERACTIVE_SEEN=true

0 commit comments

Comments
 (0)