Hi All
For the sake of completeness I got this to work locally by enabling a couple of repositories. It all worked seamlessly after that for installing R.
FROM registry.access.redhat.com/ubi8/ubi
RUN yum -y update && yum -y install yum-utils && yum-config-manager --enable rhel-8-for-x86_64-supplementary-rpms && yum-config-manager --enable codeready-builder-for-rhel-8-x86_64-rpms && yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && yum -y install R-core-devel R-devel R
This is on a registered local machine. it can't be built in quay.io like this, and I'm wondering if this also isn't allowed with that ubi8 image in quay.io in a public repository.
R is one of the many building blocks we use for genetic analysis, and I'm keen to share information like this.
Bryan
_______________________________________________
Podman mailing list -- podman@lists.podman.io
To unsubscribe send an email to podman-leave@lists.podman.io
--
Scott McCarty, RHCA Product Management - Containers, Red Hat Enterprise Linux & OpenShift Email: smccarty@redhat.com Phone: 312-660-3535 Cell: 330-807-1043 Web: http://crunchtools.comDeeply understand the different between Portability, Compatibility, and Supportability with containers: http://bit.ly/2Qw3dJI