Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:hoysala:branches:openSUSE:Container:Images:Tumbleweed
openSUSE-Tumbleweed-Container
Dockerfile
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Dockerfile of Package openSUSE-Tumbleweed-Container
# Defines the tag for OBS and build script builds: #!BuildTag: my_container FROM opensuse/tumbleweed # Work around https://github.com/openSUSE/obs-build/issues/487 RUN zypper install -y openSUSE-release-appliance-docker # Define your additional repositories here RUN zypper ar https://download.opensuse.org/repositories/home:hoysala:branches:server:irc/openSUSE_Tumbleweed/ home:hoysala:branches:server:irc.repo RUN zypper refresh # Put additional files into container #ADD . README.MY_APPLIANCE #COPY MY.FILE /opt/my_space # Install further packages using zypper RUN zypper install -y weechat # This command will get executed on container start by default #CMD /usr/sbin/httpd2-prefork RUN useradd -m weechat USER weechat WORKDIR /home/weechat
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