dongjoon-hyun commented on code in PR #48967: URL: https://github.com/apache/spark/pull/48967#discussion_r1866526036
########## dev/spark-test-image/docs/Dockerfile: ########## @@ -15,64 +17,30 @@ # limitations under the License. # -# Image for building and testing Spark branches. Based on Ubuntu 22.04. -# See also in https://hub.docker.com/_/ubuntu -FROM ubuntu:jammy-20240911.1 -LABEL org.opencontainers.image.authors="Apache Spark project <[email protected]>" -LABEL org.opencontainers.image.licenses="Apache-2.0" +INCLUDE+ ./dev/spark-test-image/base/Dockerfile LABEL org.opencontainers.image.ref.name="Apache Spark Infra Image for Documentation" -# Overwrite this label to avoid exposing the underlying Ubuntu OS version label -LABEL org.opencontainers.image.version="" - -ENV FULL_REFRESH_DATE 20241029 -ENV DEBIAN_FRONTEND noninteractive -ENV DEBCONF_NONINTERACTIVE_SEEN true +ENV FULL_REFRESH_DATE=20241029 Review Comment: Please update this to make it sure. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
