mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
contrib: add git-sync container
This commit is contained in:
4
contrib/git-sync/Dockerfile
Normal file
4
contrib/git-sync/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM golang:1.4-onbuild
|
||||
VOLUME ["/git"]
|
||||
CMD ["-dest", "/git"]
|
||||
ENTRYPOINT ["/go/bin/git-sync"]
|
Reference in New Issue
Block a user