Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:Staging:A
agama-web
Dockerfile
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Dockerfile of Package agama-web
#!BuildTag: opensuse/agama-web # TODO: find if there is better base FROM opensuse/tumbleweed:latest # do not install the files marked as documentation (use "rpm --excludedocs") RUN sed -i -e "s/^.*rpm.install.excludedocs.*/rpm.install.excludedocs = yes/" /etc/zypp/zypp.conf # import the YaST:Head:Agama OBS GPG key and also SUSE:ALP key COPY YaST:Head:Agama.pub /usr/share/gpg-keys/ RUN rpm --import /usr/share/gpg-keys/YaST:Head:Agama.pub # copy entry point script COPY run_background_agama.sh /usr/bin RUN chmod a+x /usr/bin/run_background_agama.sh # install needed packages # util-linux is needed for uuidgen to create machine-id without systemd RUN zypper --non-interactive install --no-recommends \ dbus-1 \ util-linux \ cockpit-agama # configure cockpit to serve D-Installer by default COPY cockpit.conf /etc/cockpit/cockpit.conf # expose cockpit port EXPOSE 9090 ENTRYPOINT ["/usr/bin/run_background_agama.sh"]
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor