ralphbellofatto57
ralphbellofatto57
thanks for the: The docker ubi image allowed the immediate test to pass, which was just basic "pull" However, i want to be able to use this as a base...
singularity's view of that rpm: ``` [rbello@cuttlefishdev1 rhel-kernel-dev]$ singularity run docker://redhat/ubi8 yum info rpmdevtools INFO: Using cached SIF image Failed to set locale, defaulting to C.UTF-8 Not root, Subscription Management...
note also, they produce different repolist's ``` [rbello@cuttlefishdev1 rhel-kernel-dev]$ singularity run docker://redhat/ubi8 yum repolist INFO: Using cached SIF image Failed to set locale, defaulting to C.UTF-8 Not root, Subscription Management...
is it possible to bind during the build step?
I have been using singularity to build development (compile) environment containers because they just work in the users home directory and bring over the user's id and group membership... I...