mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-02 02:21:22 +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"]
|