Re: [scl.org] How to use SCL inside a container

2020-10-08 Thread Pavel Valena
- Original Message - > From: "jonathan mercier" > To: "Zach Huntington Meath" , "Stefan Ring" > > Cc: sclorg@redhat.com > Sent: Thursday, July 30, 2020 12:59:41 AM > Subject: Re: [scl.org] How to use SCL inside a container > >

Re: [scl.org] How to use SCL inside a container

2020-10-07 Thread jonathan mercier
Thanks Zach and Stefan for your help Previously repository was in private mode (now they are public, a mistakeā€¦) currently my scl_metapackage image fail on test: https://gitlab.com/jonathan-dlang/scl_metapackage/-/pipelines/1722250001 . Indeed it seems that PATH and others env vars are not loaded2

Re: [scl.org] How to use SCL inside a container

2020-07-27 Thread Zach Huntington Meath
Jonathan, I've had some success with containers and trying to use the SCL while the container is running. What I've had success with is adding the script like you had up there to /etc/profile.d and then it'll run when any bash instance is started. Something like this: https://github.com/theforeman

Re: [scl.org] How to use SCL inside a container

2020-07-27 Thread Stefan Ring
On Mon, Jul 27, 2020 at 12:23 PM Jonathan MERCIER wrote: > > Dear I tried to build a container both with docker and buildah and got the > same message error from gitlab-ci > > ---> https://gitlab.com/jonathan-dlang/scl_metapackage/-/jobs/657306213 No access rights. > $ scl load "${SCL_VENDOR}-$

[scl.org] How to use SCL inside a container

2020-07-27 Thread Jonathan MERCIER
Dear I tried to build a container both with docker and buildah and got the same message error from gitlab-ci ---> https://gitlab.com/jonathan-dlang/scl_metapackage/-/jobs/657306213 $ scl load "${SCL_VENDOR}-${SCL_COLLECTION}${DLANG_VERSION}" 31