Sha256: a1ea4e0460c91034b0134f7e63c767f2dbadb20ff121edfda827aea4528433a0
Contents?: true
Size: 902 Bytes
Versions: 10
Compression:
Stored size: 902 Bytes
Contents
FROM almalinux:8 MAINTAINER support@brightbox.co.uk RUN echo "gem: --no-ri --no-rdoc" >> "$HOME/.gemrc" RUN dnf -y install dnf-plugins-core RUN dnf config-manager --add-repo https://repo.almalinux.org/almalinux/8.4/devel/almalinux-devel.repo RUN dnf -y update RUN dnf config-manager --set-enabled powertools,devel RUN dnf -y group install "Development Tools" RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm RUN dnf -y install https://www.rdoproject.org/repos/rdo-release.el8.rpm RUN dnf -y install \ git \ lz4 \ qemu-img \ ruby-devel \ rubygems \ rubygem-bundler \ python3-swiftclient \ ceph-common 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
10 entries across 10 versions & 1 rubygems