Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:spacemule:branches:openSUSE:Templates:Images:Tumbleweed
transmission-docker
Dockerfile
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Dockerfile of Package transmission-docker
# Define the names/tags of the container #!BuildTag: transmission:latest transmission:%PKG_VERSION% transmission:%PKG_VERSION%.%RELEASE% FROM opensuse/tumbleweed # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=org.opensuse.example PREFIXEDLABEL org.opencontainers.image.title="Transmission container" PREFIXEDLABEL org.opencontainers.image.description="This contains transmission %PKG_VERSION%" PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%" PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%" EXPOSE 9091 # Fill the image with content and clean the cache(s) ADD entrypoint.tar.gz . RUN zypper --non-interactive in openSUSE-release-appliance-docker \ transmission-daemon transmission transmission-common \ && zypper clean -a \ && chmod +x /usr/local/bin/entrypoint.sh ENTRYPOINT "/usr/local/bin/entrypoint.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