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