Skip to content
Snippets Groups Projects
Commit e5257b84 authored by Daniel Juarez's avatar Daniel Juarez :speech_balloon:
Browse files

Debugging procedure should use bind mounts with selinux label

parent 750f4a04
No related branches found
No related tags found
1 merge request!13Debugging procedure should use bind mounts with selinux label
Pipeline #2474057 passed
......@@ -294,7 +294,7 @@ The best way to debug your builds locally is to run them within the same Docker
```bash
~ > git clone https://:@gitlab.cern.ch:8443/linuxsupport/myrpm.git
...
~ > docker run --rm -it -v ~/myrpm:/build gitlab-registry.cern.ch/linuxsupport/rpmci/builder-c8:latest
~ > docker run --rm -it -v ~/myrpm:/build:z gitlab-registry.cern.ch/linuxsupport/rpmci/builder-c8:latest
...
[root@99369f9e7a22 /]# cd /build/
[root@99369f9e7a22 build]# yum-builddep -y *.spec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment