The environment to create binary package rpm for SOGo and SOPE.
1.1K
SOGo SOGo provides collaboration for Mozilla Thunderbird/Lightning, Microsoft Outlook, Apple iCal/iPhone and BlackBerry client users. Its features include the ability to share calendars, address books and e-mail using an open source, cross-platform environment.
How to use this image
Before start building rpm packages you need to choose version (from http://packages.inverse.ca/SOGo/sources/ ) for example 2.3.1 or 3.5.1 .
docker run -it -e SOPE_VERSION=version -e SOGO_VERSION=version --name 11002244/sogo
.. where:
If you would like get into the container after building, just use this command:
docker exec -it /bin/bash
Copy to your host
If you would like copy the .src.rpm files to your host:
docker cp $(docker inspect --format="{{.Id}}" ):/home/s4a/rpmbuild/SRPMS .
Creating .tar file
If you would like to create container tarballs:
docker export > tar_name.tar
And in the other way:
docker import tar_name.tar
Content type
Image
Digest
Size
239.5 MB
Last updated
about 10 years ago
docker pull 11002244/sogo