This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new d371ec03c030 [SPARK-50149][INFRA] Update INFRA docker image to use
`jammy-20240911.1`
d371ec03c030 is described below
commit d371ec03c03049fdf60432792be9f6cc84710855
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Oct 28 17:03:37 2024 -0700
[SPARK-50149][INFRA] Update INFRA docker image to use `jammy-20240911.1`
### What changes were proposed in this pull request?
This PR aims to update `infra` docker image to use `jammy-20240911.1`
instead of `jammy-20240227`.
### Why are the changes needed?
To use the latest image as the base image.
### Does this PR introduce _any_ user-facing change?
No, this is an infra only change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #48682 from dongjoon-hyun/SPARK-50149.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
dev/infra/Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/infra/Dockerfile b/dev/infra/Dockerfile
index 28f39fd8976f..f61562afb169 100644
--- a/dev/infra/Dockerfile
+++ b/dev/infra/Dockerfile
@@ -17,14 +17,14 @@
# Image for building and testing Spark branches. Based on Ubuntu 22.04.
# See also in https://hub.docker.com/_/ubuntu
-FROM ubuntu:jammy-20240227
+FROM ubuntu:jammy-20240911.1
LABEL org.opencontainers.image.authors="Apache Spark project
<[email protected]>"
LABEL org.opencontainers.image.licenses="Apache-2.0"
LABEL org.opencontainers.image.ref.name="Apache Spark Infra Image"
# Overwrite this label to avoid exposing the underlying Ubuntu OS version label
LABEL org.opencontainers.image.version=""
-ENV FULL_REFRESH_DATE 20241007
+ENV FULL_REFRESH_DATE 20241028
ENV DEBIAN_FRONTEND noninteractive
ENV DEBCONF_NONINTERACTIVE_SEEN true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]