Revert "[WIP] Add ceph binaries"

This reverts commit 430781b33f.

Change-Id: I02c47410cbfed712a40f39ca185838866f6710f5
This commit is contained in:
Pete Birley 2017-04-03 15:16:13 +00:00
parent 430781b33f
commit b6eedaefb4
2 changed files with 2 additions and 16 deletions

9
debian/Dockerfile vendored
View File

@ -10,15 +10,8 @@ ARG GIT_REF_REPO=https://git.openstack.org/openstack/${PROJECT}
ARG SCRIPTS=https://github.com/yaodu/common/archive/0.1.2.tar.gz
RUN set -x \
&& echo 'deb http://download.ceph.com/debian-jewel/ jessie main' > /etc/apt/sources.list.d/ceph.list \
&& apt-key adv --fetch-keys 'http://download.ceph.com/keys/release.asc' \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
ceph-common \
curl \
python \
python-rbd \
&& apt-get install -y --no-install-recommends python ca-certificates curl \
&& curl -sSL $SCRIPTS | tar xz -C /tmp/ --strip-components=2 \
&& /tmp/download.sh $DOCKER_REPO $DOCKER_TAG $WHEELS \
&& /tmp/install.sh $PROJECT $GIT_REPO $GIT_REF_REPO $GIT_REF \

View File

@ -10,15 +10,8 @@ ARG GIT_REF_REPO=https://git.openstack.org/openstack/${PROJECT}
ARG SCRIPTS=https://github.com/yaodu/common/archive/0.1.2.tar.gz
RUN set -x \
&& echo 'deb http://download.ceph.com/debian-jewel/ xenial main' > /etc/apt/sources.list.d/ceph.list \
&& apt-key adv --fetch-keys 'http://download.ceph.com/keys/release.asc' \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
ceph-common \
curl \
python \
python-rbd \
&& apt-get install -y --no-install-recommends python ca-certificates curl \
&& curl -sSL $SCRIPTS | tar xz -C /tmp/ --strip-components=2 \
&& /tmp/download.sh $DOCKER_REPO $DOCKER_TAG $WHEELS \
&& /tmp/install.sh $PROJECT $GIT_REPO $GIT_REF_REPO $GIT_REF \