Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1483830 Details for
Bug 1629518
fedora-review is able to run inside docker container?
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Dockerfile used to create the base image
Dockerfile (text/plain), 690 bytes, created by
William Moreno
on 2018-09-17 02:55:10 UTC
(
hide
)
Description:
Dockerfile used to create the base image
Filename:
MIME Type:
Creator:
William Moreno
Created:
2018-09-17 02:55:10 UTC
Size:
690 bytes
patch
obsolete
># Dockerfile to create a fedora packager setup inside a docker container >FROM fedora:rawhide > > >RUN dnf install -y --refresh \ > bash \ > fedora-packager \ > fedora-review \ > mock \ > sudo \ > rpmlint \ > && dnf groupinstall -y "Development Tools" \ > && dnf clean all > > ># Create a user to not run packaging taks as root >RUN useradd -ms /bin/bash packager ># Packager user must be in mock package >RUN usermod -a -G mock packager ># Let become the packager user root, you need to install build dependencies. >RUN usermod -a -G wheel packager ># Define user and home for packaging. >USER packager >WORKDIR /home/packager >VOLUME /home/packager >ENTRYPOINT [ "/usr/bin/bash" ]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1629518
: 1483830