mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-13 06:04:02 +00:00
5 lines
136 B
Docker
5 lines
136 B
Docker
FROM gcr.io/google_containers/spark-base
|
|
ADD start.sh /start.sh
|
|
ADD log4j.properties /opt/spark/conf/log4j.properties
|
|
CMD ["/start.sh"]
|