Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new version for kubernetes v1.13.1 and relative plugin #1

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# DEPRECATED

源仓库[mritd/docker-library](https://github.com/mritd/docker-library) 已经停止维护,开始采用新的同步工具自动完成构建,可移步 [mritd/gcr](https://github.com/mritd/gcr)

# docker-library


Expand Down
2 changes: 2 additions & 0 deletions coredns/1.2.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM gcr.io/google_containers/coredns:1.2.6
MAINTAINER schua <[email protected]>
2 changes: 2 additions & 0 deletions etcd-amd64/3.2.24/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM gcr.io/google_containers/etcd-amd64:3.2.24
MAINTAINER schua <[email protected]>
2 changes: 2 additions & 0 deletions kube-apiserver-amd64/v1.13.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM gcr.io/google_containers/kube-apiserver-amd64:v1.13.1
MAINTAINER schua <[email protected]>
2 changes: 2 additions & 0 deletions kube-controller-manager-amd64/v1.13.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM gcr.io/google_containers/kube-controller-manager-amd64:v1.13.1
MAINTAINER schua <[email protected]>
2 changes: 2 additions & 0 deletions kube-proxy-amd64/v1.13.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM gcr.io/google_containers/kube-proxy-amd64:v1.13.1
MAINTAINER schua <[email protected]>
2 changes: 2 additions & 0 deletions kube-scheduler-amd64/v1.13.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM gcr.io/google_containers/kube-scheduler-amd64:v1.13.1
MAINTAINER schua <[email protected]>
2 changes: 2 additions & 0 deletions kubernetes-dashboard-amd64/v1.10.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM gcr.io/google_containers/kubernetes-dashboard-amd64:v1.10.1
MAINTAINER schua <[email protected]>
1 change: 1 addition & 0 deletions tiller/v2.12.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM gcr.io/kubernetes-helm/tiller:v2.12.1