-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDockerfile
31 lines (31 loc) · 1.85 KB
/
Dockerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
FROM gcr.io/google-samples/cassandra:v13
#FROM alpine:3.11.5
#RUN build_pkgs="wget git" \
# && apk --update add ${build_pkgs} \
# && cd /tmp \
# && git clone https://github.com/goharbor/harbor.git \
# && git clone https://github.com/docker-library/redis.git \
# && git clone https://github.com/openshift/origin.git \
# && git clone https://github.com/openshift/origin-web-console.git \
# && git clone https://github.com/openshift/origin-web-console-server.git \
# && git clone https://github.com/openshift/service-catalog.git \
# && git clone https://github.com/openshift/console.git \
# && git clone https://github.com/openshift/kubernetes-metrics-server.git \
# && git clone https://github.com/openshift/image-registry.git \
# && git clone https://github.com/openshift/prometheus-alertmanager.git \
# && git clone https://github.com/prometheus/prometheus.git \
# && git clone https://github.com/prometheus/alertmanager.git \
# && git clone https://github.com/openshift/oauth-proxy.git \
# && git clone https://github.com/openshift/prometheus.git \
# && git clone https://github.com/openshift/node_exporter.git \
# && git clone https://github.com/openshift/kube-rbac-proxy.git \
# && git clone https://github.com/openshift/etcd.git \
# && git clone https://github.com/openshift/cluster-monitoring-operator.git \
# && git clone https://github.com/openshift/prometheus-operator.git \
# && git clone https://github.com/openshift/kube-state-metrics.git \
# && git clone https://github.com/openshift/configmap-reload.git \
# && git clone https://github.com/cockpit-project/cockpit.git \
# && git clone https://github.com/openshift/grafana.git \
# && git clone https://github.com/openshift/ansible-service-broker.git \
# && git clone https://github.com/openshift/origin-metrics.git \
# && git clone https://github.com/openshift/origin-aggregated-logging.git