File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,10 +46,6 @@ RUN echo "%git ALL=(ALL:ALL) NOPASSWD:/home/git/builder" >> /etc/sudoers
4646RUN wget -q https://s3-us-west-2.amazonaws.com/deis/confd -O /usr/local/bin/confd
4747RUN chmod +x /usr/local/bin/confd
4848
49- # install latest etcdctl including no-sync options
50- RUN wget -q https://s3-us-west-2.amazonaws.com/deis/etcdctl.no-sync -O /usr/local/bin/etcdctl
51- RUN chmod +x /usr/local/bin/etcdctl
52-
5349# add the current build context to /app
5450ADD . /app
5551RUN chown -R root:root /app
Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ RUN add-apt-repository ppa:chris-lea/redis-server -y
77RUN apt-get update
88RUN apt-get install -yq redis-server
99
10- # install latest etcdctl including no-sync options
11- RUN wget -q https://s3-us-west-2.amazonaws.com/deis/etcdctl.no-sync -O /usr/local/bin/etcdctl
12- RUN chmod +x /usr/local/bin/etcdctl
13-
1410# add the current build context to /app
1511ADD . /app
1612
Original file line number Diff line number Diff line change @@ -31,10 +31,6 @@ RUN pip install celery==3.1.11 \
3131# install openssh-client for temporary fleetctl wrapper
3232RUN apt-get install -yq openssh-client
3333
34- # install latest etcdctl including no-sync options
35- RUN wget -q https://s3-us-west-2.amazonaws.com/deis/etcdctl.no-sync -O /usr/local/bin/etcdctl
36- RUN chmod +x /usr/local/bin/etcdctl
37-
3834# clone the project into /app
3935ADD . /app
4036
Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ RUN wget --quiet --no-check-certificate -O - https://www.postgresql.org/media/ke
88RUN apt-get update
99RUN apt-get install -yq postgresql-9.3 && /etc/init.d/postgresql stop
1010
11- # install latest etcdctl including no-sync options
12- RUN wget -q https://s3-us-west-2.amazonaws.com/deis/etcdctl.no-sync -O /usr/local/bin/etcdctl
13- RUN chmod +x /usr/local/bin/etcdctl
14-
1511# debug to remove
1612RUN apt-get install -yq curl
1713
Original file line number Diff line number Diff line change @@ -22,10 +22,6 @@ RUN cd /docker-registry && git checkout 0.6.8
2222RUN cp /docker-registry/config/boto.cfg /etc/boto.cfg
2323RUN cd /docker-registry && pip install -r requirements.txt
2424
25- # install latest etcdctl including no-sync options
26- RUN wget -q https://s3-us-west-2.amazonaws.com/deis/etcdctl.no-sync -O /usr/local/bin/etcdctl
27- RUN chmod +x /usr/local/bin/etcdctl
28-
2925# create data volume
3026RUN mkdir -p /data/repositories && chown -R registry:registry /data
3127VOLUME /data
Original file line number Diff line number Diff line change @@ -18,10 +18,6 @@ RUN ./configure --prefix=/var/lib/nginx --sbin-path=/usr/sbin/nginx --conf-path=
1818RUN make
1919RUN make install
2020
21- # install latest etcdctl including no-sync options
22- RUN wget -q https://s3-us-west-2.amazonaws.com/deis/etcdctl.no-sync -O /usr/local/bin/etcdctl
23- RUN chmod +x /usr/local/bin/etcdctl
24-
2521ADD . /app
2622WORKDIR /app
2723EXPOSE 80 2222
You can’t perform that action at this time.
0 commit comments