Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
3c5b5f59
Commit
3c5b5f59
authored
Dec 17, 2016
by
Lucas Käldström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove all MAINTAINER statements in the codebase as they aren't very useful and now deprecated
parent
5b2823ad
Hide whitespace changes
Inline
Side-by-side
Showing
38 changed files
with
0 additions
and
39 deletions
+0
-39
Dockerfile
build/kube-dns/Dockerfile
+0
-1
Dockerfile
cluster/addons/fluentd-elasticsearch/es-image/Dockerfile
+0
-1
Dockerfile
.../addons/fluentd-elasticsearch/fluentd-es-image/Dockerfile
+0
-2
Dockerfile
cluster/addons/fluentd-elasticsearch/kibana-image/Dockerfile
+0
-1
Dockerfile
cluster/addons/fluentd-gcp/fluentd-gcp-image/Dockerfile
+0
-1
Dockerfile
cluster/addons/registry/images/Dockerfile
+0
-1
Dockerfile
cluster/gce/gci/mounter/Dockerfile
+0
-1
Dockerfile
cluster/images/etcd-empty-dir-cleanup/Dockerfile
+0
-1
Dockerfile
cluster/images/etcd/Dockerfile
+0
-1
Dockerfile
cmd/kubernetes-discovery/artifacts/simple-image/Dockerfile
+0
-1
Dockerfile
examples/explorer/Dockerfile
+0
-1
Dockerfile
examples/https-nginx/Dockerfile
+0
-1
Dockerfile
examples/kubectl-container/Dockerfile
+0
-1
Dockerfile
examples/meteor/dockerbase/Dockerfile
+0
-1
Dockerfile
examples/storage/hazelcast/image/Dockerfile
+0
-1
Dockerfile
examples/storage/rethinkdb/image/Dockerfile
+0
-1
Dockerfile
examples/volumes/nfs/nfs-data/Dockerfile
+0
-1
Dockerfile
test/images/clusterapi-tester/Dockerfile
+0
-1
Dockerfile
test/images/dnsutils/Dockerfile
+0
-1
Dockerfile
test/images/iperf/Dockerfile
+0
-1
Dockerfile
test/images/jessie-dnsutils/Dockerfile
+0
-1
Dockerfile
test/images/logs-generator/Dockerfile
+0
-1
Dockerfile
test/images/n-way-http/Dockerfile
+0
-1
Dockerfile
test/images/net/Dockerfile
+0
-1
Dockerfile
test/images/netexec/Dockerfile
+0
-1
Dockerfile
test/images/network-tester/Dockerfile
+0
-1
Dockerfile
test/images/pets/redis/Dockerfile
+0
-1
Dockerfile
test/images/pets/zookeeper/Dockerfile
+0
-1
Dockerfile
test/images/porter/Dockerfile
+0
-1
Dockerfile
test/images/resource-consumer/Dockerfile
+0
-1
Dockerfile
test/images/resource-consumer/controller/Dockerfile
+0
-1
Dockerfile
test/images/serve_hostname/Dockerfile
+0
-1
Dockerfile
test/images/volumes-tester/ceph/Dockerfile
+0
-1
Dockerfile
test/images/volumes-tester/gluster/Dockerfile
+0
-1
Dockerfile
test/images/volumes-tester/iscsi/Dockerfile
+0
-1
Dockerfile
test/images/volumes-tester/nfs/Dockerfile
+0
-1
Dockerfile
test/images/volumes-tester/rbd/Dockerfile
+0
-1
Dockerfile
test/soak/cauldron/Dockerfile
+0
-1
No files found.
build/kube-dns/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,6 +13,5 @@
# limitations under the License.
FROM
BASEIMAGE
MAINTAINER
Tim Hockin <thockin@google.com>
ADD
kube-dns /
ENTRYPOINT
["/kube-dns"]
cluster/addons/fluentd-elasticsearch/es-image/Dockerfile
View file @
3c5b5f59
...
...
@@ -18,7 +18,6 @@
FROM
java:openjdk-8-jre
MAINTAINER
Mik Vyatskov "vmik@google.com"
ENV
DEBIAN_FRONTEND noninteractive
ENV
ELASTICSEARCH_VERSION 2.4.1
...
...
cluster/addons/fluentd-elasticsearch/fluentd-es-image/Dockerfile
View file @
3c5b5f59
...
...
@@ -23,8 +23,6 @@
# information about installing fluentd using deb package.
FROM
gcr.io/google_containers/ubuntu-slim:0.4
MAINTAINER
Alex Robinson "arob@google.com"
MAINTAINER
Jimmi Dyson "jimmidyson@gmail.com"
# Ensure there are enough file descriptors for running Fluentd.
RUN
ulimit
-n
65536
...
...
cluster/addons/fluentd-elasticsearch/kibana-image/Dockerfile
View file @
3c5b5f59
...
...
@@ -17,7 +17,6 @@
FROM
gcr.io/google_containers/ubuntu-slim:0.4
MAINTAINER
Mik Vyatskov "vmik@google.com"
ENV
DEBIAN_FRONTEND noninteractive
ENV
KIBANA_VERSION 4.6.1
...
...
cluster/addons/fluentd-gcp/fluentd-gcp-image/Dockerfile
View file @
3c5b5f59
...
...
@@ -22,7 +22,6 @@
FROM
gcr.io/google_containers/ubuntu-slim:0.4
MAINTAINER
Mik Vyatskov "vmik@google.com"
# Disable prompts from apt
ENV
DEBIAN_FRONTEND noninteractive
...
...
cluster/addons/registry/images/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
nginx:1.11
MAINTAINER
Matthew Fisher <mfisher@deis.com>
RUN
apt-get update
\
&&
apt-get
install
-y
\
...
...
cluster/gce/gci/mounter/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
ubuntu:xenial
MAINTAINER
vishh@google.com
RUN
apt-get update
&&
apt-get
install
-y
netbase nfs-common
=
1:1.2.8-9ubuntu12 glusterfs-client
=
3.7.6-1ubuntu1
...
...
cluster/images/etcd-empty-dir-cleanup/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
gliderlabs/alpine
MAINTAINER
Mehdy Bohlool <mehdy@google.com>
RUN
apk-install bash
ADD
etcd-empty-dir-cleanup.sh etcd-empty-dir-cleanup.sh
...
...
cluster/images/etcd/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
BASEIMAGE
MAINTAINER
Wojciech Tyczynski <wojtekt@google.com>
EXPOSE
2379 2380 4001 7001
COPY
etcd* etcdctl* /usr/local/bin/
...
...
cmd/kubernetes-discovery/artifacts/simple-image/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,6 +13,5 @@
# limitations under the License.
FROM
fedora
MAINTAINER
David Eads <deads@redhat.com>
ADD
kubernetes-discovery /
ENTRYPOINT
["/kubernetes-discovery"]
examples/explorer/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
scratch
MAINTAINER
Daniel Smith <dbsmith@google.com>
ADD
explorer explorer
ADD
README.md README.md
EXPOSE
8080
...
...
examples/https-nginx/Dockerfile
View file @
3c5b5f59
...
...
@@ -14,7 +14,6 @@
FROM
nginx
MAINTAINER
Mengqi Yu <mengqiy@google.com>
COPY
index2.html /usr/share/nginx/html/index2.html
RUN
chmod
+r /usr/share/nginx/html/index2.html
...
...
examples/kubectl-container/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,6 +13,5 @@
# limitations under the License.
FROM
scratch
MAINTAINER
Daniel Smith <dbsmith@google.com>
ADD
kubectl kubectl
ENTRYPOINT
["/kubectl"]
examples/meteor/dockerbase/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
node:0.10
MAINTAINER
Christiaan Hees <christiaan@q42.nl>
ONBUILD
WORKDIR
/appsrc
ONBUILD
COPY
. /appsrc
...
...
examples/storage/hazelcast/image/Dockerfile
View file @
3c5b5f59
...
...
@@ -14,7 +14,6 @@
FROM
quay.io/pires/docker-jre:8u45-2
MAINTAINER
Paulo Pires <pjpires@gmail.com>
EXPOSE
5701
...
...
examples/storage/rethinkdb/image/Dockerfile
View file @
3c5b5f59
...
...
@@ -14,7 +14,6 @@
FROM
rethinkdb:1.16.0
MAINTAINER
BinZhao <wo@zhaob.in>
RUN
apt-get update
&&
\
apt-get
install
-yq
curl
&&
\
...
...
examples/volumes/nfs/nfs-data/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
centos
MAINTAINER
Jan Safranek, jsafrane@redhat.com; Huamin Chen, hchen@redhat.com
RUN
yum
-y
install
/usr/bin/ps nfs-utils
&&
yum clean all
RUN
mkdir
-p
/exports
ADD
run_nfs.sh /usr/local/bin/
...
...
test/images/clusterapi-tester/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,6 +13,5 @@
# limitations under the License.
FROM
busybox
MAINTAINER
Prashanth B <beeps@google.com>
ADD
main main
ENTRYPOINT
["/main"]
test/images/dnsutils/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
alpine
MAINTAINER
Bowei Du "bowei@google.com"
RUN
apk update
--no-cache
RUN
apk add bind-tools
test/images/iperf/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
gcr.io/google_containers/ubuntu-slim:0.2
MAINTAINER
jay@apache.org
RUN
apt-get update
&&
apt-get
install
-y
--no-install-recommends
iperf bash
\
&&
apt-get clean
-y
\
&&
rm
-rf
/var/lib/apt/lists/
*
\
...
...
test/images/jessie-dnsutils/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
debian:jessie
MAINTAINER
Abhishek Shah "abshah@google.com"
RUN
apt-get
-q
update
&&
\
apt-get
install
-y
dnsutils
&&
\
...
...
test/images/logs-generator/Dockerfile
View file @
3c5b5f59
...
...
@@ -14,7 +14,6 @@
FROM
gcr.io/google_containers/ubuntu-slim:0.4
MAINTAINER
Mik Vyatskov <vmik@google.com>
COPY
logs-generator /
...
...
test/images/n-way-http/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,6 +13,5 @@
# limitations under the License.
FROM
busybox
MAINTAINER
Prashanth B <beeps@google.com>
ADD
server server
ENTRYPOINT
["/server"]
test/images/net/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,6 +13,5 @@
# limitations under the License.
FROM
alpine
MAINTAINER
Bowei Du <bowei@google.com>
COPY
net /net
RUN
apk update
&&
apk add curl
test/images/netexec/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
busybox
MAINTAINER
Abhishek Shah "abshah@google.com"
ADD
netexec netexec
ADD
netexec.go netexec.go
...
...
test/images/network-tester/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
scratch
MAINTAINER
Daniel Smith <dbsmith@google.com>
ADD
webserver webserver
EXPOSE
8080
ENTRYPOINT
["/webserver"]
test/images/pets/redis/Dockerfile
View file @
3c5b5f59
...
...
@@ -15,7 +15,6 @@
# TODO: get rid of bash dependency and switch to plain busybox.
# The tar in busybox also doesn't seem to understand compression.
FROM
debian:jessie
MAINTAINER
Prashanth.B <beeps@google.com>
# TODO: just use standard redis when there is one for 3.2.0.
RUN
apt-get update
&&
apt-get
install
-y
wget make gcc
...
...
test/images/pets/zookeeper/Dockerfile
View file @
3c5b5f59
...
...
@@ -15,7 +15,6 @@
# TODO: get rid of bash dependency and switch to plain busybox.
# The tar in busybox also doesn't seem to understand compression.
FROM
debian:jessie
MAINTAINER
Prashanth.B <beeps@google.com>
RUN
apt-get update
&&
apt-get
install
-y
wget netcat
...
...
test/images/porter/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
scratch
MAINTAINER
Daniel Smith <dbsmith@google.com>
ADD
localhost.crt localhost.crt
ADD
localhost.key localhost.key
ADD
porter porter
...
...
test/images/resource-consumer/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
jess/stress
MAINTAINER
Ewa Socala <socaa@google.com>
ADD
consumer /consumer
ADD
consume-cpu /consume-cpu
EXPOSE
8080
...
...
test/images/resource-consumer/controller/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
busybox
MAINTAINER
Jerzy Szczepkowski <jsz@google.com>
ADD
controller /controller
EXPOSE
8080
ENTRYPOINT
["/controller"]
test/images/serve_hostname/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
BASEIMAGE
MAINTAINER
Tim Hockin <thockin@google.com>
ADD
serve_hostname /serve_hostname
EXPOSE
9376
ENTRYPOINT
["/serve_hostname"]
test/images/volumes-tester/ceph/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
centos:6
MAINTAINER
Huamin Chen, hchen@redhat.com
ADD
install.sh /usr/local/bin/
RUN
/usr/local/bin/install.sh
...
...
test/images/volumes-tester/gluster/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
centos
MAINTAINER
Jan Safranek, jsafrane@redhat.com
RUN
yum
-y
install hostname
centos-release-gluster
&&
yum
-y
install
glusterfs-server
&&
yum clean all
ADD
glusterd.vol /etc/glusterfs/
ADD
run_gluster.sh /usr/local/bin/
...
...
test/images/volumes-tester/iscsi/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
fedora
MAINTAINER
Jan Safranek, jsafrane@redhat.com
RUN
yum
install
-y
iscsi-initiator-utils targetcli net-tools strace
&&
yum clean all
ADD
run_iscsid.sh /usr/local/bin/
ADD
initiatorname.iscsi /etc/iscsi/
...
...
test/images/volumes-tester/nfs/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
centos
MAINTAINER
Jan Safranek, jsafrane@redhat.com
RUN
yum
-y
install
/usr/bin/ps nfs-utils
&&
yum clean all
RUN
mkdir
-p
/exports
ADD
run_nfs.sh /usr/local/bin/
...
...
test/images/volumes-tester/rbd/Dockerfile
View file @
3c5b5f59
...
...
@@ -16,7 +16,6 @@
# Based on image by Ricardo Rocha, ricardo@catalyst.net.nz
FROM
fedora
MAINTAINER
Jan Safranek jsafrane@redhat.com
# Base Packages
RUN
yum
install
-y
wget ceph ceph-fuse strace
&&
yum clean all
...
...
test/soak/cauldron/Dockerfile
View file @
3c5b5f59
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
FROM
busybox
MAINTAINER
Satnam Singh <satnam@google.com>
ADD
cauldron cauldron
ADD
cauldron.go cauldron.go
ENTRYPOINT
["/cauldron"]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment