Sha256: 58fccd4efbe604456ca8b4bc1c942cedb6696dc73133732b48e2bb7b2c8ee0fb

Contents?: true

Size: 596 Bytes

Versions: 16

Compression:

Stored size: 596 Bytes

Contents

FROM centos:7
MAINTAINER support@brightbox.co.uk

RUN echo "gem: --no-ri --no-rdoc" >> "$HOME/.gemrc"
RUN yum update -y
RUN yum -y install \
    centos-release-openstack-train \
    epel-release 
RUN yum -y install \
    gcc \
    make \
    git \
    qemu-img \
    lz4 \
    ruby-devel \
    rubygems \
    rubygem-bundler \
    ceph-common \
    python-swiftclient
RUN mkdir -p /etc/ceph
ARG RBD_USR=libvirt
ARG RBD_PSW
ARG CEPH_MON
RUN echo -e "[client.$RBD_USR]\nkey = $RBD_PSW\n" > /etc/ceph/ceph.client.$RBD_USR.keyring
RUN echo -e "[global]\nmon_host = $CEPH_MON\n" > /etc/ceph/ceph.conf

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
uricp-0.0.36 centos7/Dockerfile
uricp-0.0.35 centos7/Dockerfile
uricp-0.0.34 centos7/Dockerfile
uricp-0.0.32 centos7/Dockerfile
uricp-0.0.31 centos7/Dockerfile
uricp-0.0.30 centos7/Dockerfile
uricp-0.0.29 centos7/Dockerfile
uricp-0.0.28 centos7/Dockerfile
uricp-0.0.27 centos7/Dockerfile
uricp-0.0.26 centos7/Dockerfile
uricp-0.0.25 centos7/Dockerfile
uricp-0.0.24 centos7/Dockerfile
uricp-0.0.23 centos7/Dockerfile
uricp-0.0.22 centos7/Dockerfile
uricp-0.0.21 centos7/Dockerfile
uricp-0.0.20 centos7/Dockerfile