We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2722f commit 23d76f0Copy full SHA for 23d76f0
resource-managers/kubernetes/docker/src/main/dockerfiles/spark/Dockerfile
@@ -14,11 +14,11 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
#
17
-ARG java_image_tag=11-jre-slim
+ARG java_image_tag=8-jdk-slim
18
19
FROM openjdk:${java_image_tag}
20
21
-ARG spark_uid=185
+ARG spark_uid=root
22
23
# Before building the docker image, first build and make a Spark distribution following
24
# the instructions in http://spark.apache.org/docs/latest/building-spark.html.
0 commit comments