File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ LABEL org.opencontainers.image.ref.name="Apache Spark Infra Image for Linter"
24
24
# Overwrite this label to avoid exposing the underlying Ubuntu OS version label
25
25
LABEL org.opencontainers.image.version=""
26
26
27
- ENV FULL_REFRESH_DATE=20250519
27
+ ENV FULL_REFRESH_DATE=20250618
28
28
29
29
ENV DEBIAN_FRONTEND=noninteractive
30
30
ENV DEBCONF_NONINTERACTIVE_SEEN=true
@@ -93,7 +93,7 @@ RUN python3.11 -m pip install \
93
93
'pandas' \
94
94
'pandas-stubs==1.2.0.53' \
95
95
'plotly>=4.8' \
96
- 'pyarrow>=19 .0.0' \
96
+ 'pyarrow>=20 .0.0' \
97
97
'pytest-mypy-plugins==1.9.3' \
98
98
'pytest==7.1.3' \
99
99
&& python3.11 -m pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu \
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ LABEL org.opencontainers.image.ref.name="Apache Spark Infra Image For PySpark wi
24
24
# Overwrite this label to avoid exposing the underlying Ubuntu OS version label
25
25
LABEL org.opencontainers.image.version=""
26
26
27
- ENV FULL_REFRESH_DATE=20250312
27
+ ENV FULL_REFRESH_DATE=20250618
28
28
29
29
ENV DEBIAN_FRONTEND=noninteractive
30
30
ENV DEBCONF_NONINTERACTIVE_SEEN=true
@@ -67,7 +67,7 @@ RUN apt-get update && apt-get install -y \
67
67
&& apt-get clean \
68
68
&& rm -rf /var/lib/apt/lists/*
69
69
70
- ARG BASIC_PIP_PKGS="numpy pyarrow>=19 .0.0 six==1.16.0 pandas==2.3.0 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2"
70
+ ARG BASIC_PIP_PKGS="numpy pyarrow>=20 .0.0 six==1.16.0 pandas==2.3.0 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2"
71
71
# Python deps for Spark Connect
72
72
ARG CONNECT_PIP_PKGS="grpcio==1.67.0 grpcio-status==1.67.0 protobuf==5.29.1 googleapis-common-protos==1.65.0 graphviz==0.20.3"
73
73
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ LABEL org.opencontainers.image.ref.name="Apache Spark Infra Image For PySpark wi
24
24
# Overwrite this label to avoid exposing the underlying Ubuntu OS version label
25
25
LABEL org.opencontainers.image.version=""
26
26
27
- ENV FULL_REFRESH_DATE=20250312
27
+ ENV FULL_REFRESH_DATE=20250618
28
28
29
29
ENV DEBIAN_FRONTEND=noninteractive
30
30
ENV DEBCONF_NONINTERACTIVE_SEEN=true
@@ -63,7 +63,7 @@ RUN apt-get update && apt-get install -y \
63
63
&& rm -rf /var/lib/apt/lists/*
64
64
65
65
66
- ARG BASIC_PIP_PKGS="numpy pyarrow>=19 .0.0 six==1.16.0 pandas==2.3.0 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2"
66
+ ARG BASIC_PIP_PKGS="numpy pyarrow>=20 .0.0 six==1.16.0 pandas==2.3.0 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2"
67
67
# Python deps for Spark Connect
68
68
ARG CONNECT_PIP_PKGS="grpcio==1.67.0 grpcio-status==1.67.0 protobuf==5.29.1 googleapis-common-protos==1.65.0 graphviz==0.20.3"
69
69
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ LABEL org.opencontainers.image.ref.name="Apache Spark Infra Image For PySpark Cl
24
24
# Overwrite this label to avoid exposing the underlying Ubuntu OS version label
25
25
LABEL org.opencontainers.image.version=""
26
26
27
- ENV FULL_REFRESH_DATE=20250424
27
+ ENV FULL_REFRESH_DATE=20250618
28
28
29
29
ENV DEBIAN_FRONTEND=noninteractive
30
30
ENV DEBCONF_NONINTERACTIVE_SEEN=true
@@ -67,7 +67,7 @@ RUN apt-get update && apt-get install -y \
67
67
&& rm -rf /var/lib/apt/lists/*
68
68
69
69
70
- ARG BASIC_PIP_PKGS="numpy pyarrow>=19 .0.0 pandas==2.3.0 plotly<6.0.0 matplotlib openpyxl memory-profiler>=0.61.0 mlflow>=2.8.1 scipy scikit-learn>=1.3.2"
70
+ ARG BASIC_PIP_PKGS="numpy pyarrow>=20 .0.0 pandas==2.3.0 plotly<6.0.0 matplotlib openpyxl memory-profiler>=0.61.0 mlflow>=2.8.1 scipy scikit-learn>=1.3.2"
71
71
ARG TEST_PIP_PKGS="coverage unittest-xml-reporting"
72
72
73
73
# Install Python 3.11 packages
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ LABEL org.opencontainers.image.ref.name="Apache Spark Infra Image For PySpark wi
24
24
# Overwrite this label to avoid exposing the underlying Ubuntu OS version label
25
25
LABEL org.opencontainers.image.version=""
26
26
27
- ENV FULL_REFRESH_DATE=20250312
27
+ ENV FULL_REFRESH_DATE=20250618
28
28
29
29
ENV DEBIAN_FRONTEND=noninteractive
30
30
ENV DEBCONF_NONINTERACTIVE_SEEN=true
@@ -67,7 +67,7 @@ RUN apt-get update && apt-get install -y \
67
67
&& rm -rf /var/lib/apt/lists/*
68
68
69
69
70
- ARG BASIC_PIP_PKGS="numpy pyarrow>=19 .0.0 six==1.16.0 pandas==2.3.0 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2"
70
+ ARG BASIC_PIP_PKGS="numpy pyarrow>=20 .0.0 six==1.16.0 pandas==2.3.0 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2"
71
71
# Python deps for Spark Connect
72
72
ARG CONNECT_PIP_PKGS="grpcio==1.67.0 grpcio-status==1.67.0 protobuf==5.29.1 googleapis-common-protos==1.65.0 graphviz==0.20.3"
73
73
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ LABEL org.opencontainers.image.ref.name="Apache Spark Infra Image For PySpark wi
24
24
# Overwrite this label to avoid exposing the underlying Ubuntu OS version label
25
25
LABEL org.opencontainers.image.version=""
26
26
27
- ENV FULL_REFRESH_DATE=20250312
27
+ ENV FULL_REFRESH_DATE=20250618
28
28
29
29
ENV DEBIAN_FRONTEND=noninteractive
30
30
ENV DEBCONF_NONINTERACTIVE_SEEN=true
@@ -67,7 +67,7 @@ RUN apt-get update && apt-get install -y \
67
67
&& rm -rf /var/lib/apt/lists/*
68
68
69
69
70
- ARG BASIC_PIP_PKGS="numpy pyarrow>=19 .0.0 six==1.16.0 pandas==2.3.0 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2"
70
+ ARG BASIC_PIP_PKGS="numpy pyarrow>=20 .0.0 six==1.16.0 pandas==2.3.0 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2"
71
71
# Python deps for Spark Connect
72
72
ARG CONNECT_PIP_PKGS="grpcio==1.67.0 grpcio-status==1.67.0 protobuf==5.29.1 googleapis-common-protos==1.65.0 graphviz==0.20.3"
73
73
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ LABEL org.opencontainers.image.ref.name="Apache Spark Infra Image For PySpark wi
24
24
# Overwrite this label to avoid exposing the underlying Ubuntu OS version label
25
25
LABEL org.opencontainers.image.version=""
26
26
27
- ENV FULL_REFRESH_DATE=20250407
27
+ ENV FULL_REFRESH_DATE=20250618
28
28
29
29
ENV DEBIAN_FRONTEND=noninteractive
30
30
ENV DEBCONF_NONINTERACTIVE_SEEN=true
@@ -67,7 +67,7 @@ RUN apt-get update && apt-get install -y \
67
67
&& rm -rf /var/lib/apt/lists/*
68
68
69
69
70
- ARG BASIC_PIP_PKGS="numpy pyarrow>=19 .0.0 six==1.16.0 pandas==2.3.0 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2"
70
+ ARG BASIC_PIP_PKGS="numpy pyarrow>=20 .0.0 six==1.16.0 pandas==2.3.0 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2"
71
71
ARG CONNECT_PIP_PKGS="grpcio==1.67.0 grpcio-status==1.67.0 protobuf==5.29.1 googleapis-common-protos==1.65.0 graphviz==0.20.3"
72
72
73
73
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ LABEL org.opencontainers.image.ref.name="Apache Spark Infra Image For PySpark wi
24
24
# Overwrite this label to avoid exposing the underlying Ubuntu OS version label
25
25
LABEL org.opencontainers.image.version=""
26
26
27
- ENV FULL_REFRESH_DATE=20250312
27
+ ENV FULL_REFRESH_DATE=20250618
28
28
29
29
ENV DEBIAN_FRONTEND=noninteractive
30
30
ENV DEBCONF_NONINTERACTIVE_SEEN=true
@@ -67,7 +67,7 @@ RUN apt-get update && apt-get install -y \
67
67
&& rm -rf /var/lib/apt/lists/*
68
68
69
69
70
- ARG BASIC_PIP_PKGS="numpy pyarrow>=19 .0.0 six==1.16.0 pandas==2.3.0 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2"
70
+ ARG BASIC_PIP_PKGS="numpy pyarrow>=20 .0.0 six==1.16.0 pandas==2.3.0 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2"
71
71
# Python deps for Spark Connect
72
72
ARG CONNECT_PIP_PKGS="grpcio==1.67.0 grpcio-status==1.67.0 protobuf==5.29.1 googleapis-common-protos==1.65.0 graphviz==0.20.3"
73
73
You can’t perform that action at this time.
0 commit comments