Sign inSign up

11002244/sogo

By 11002244

Updated about 10 years ago

The environment to create binary package rpm for SOGo and SOPE.

Image
1

1.1K

11002244/sogo repository overview

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:

  • version is the version number you have selected
  • is the name you want to assign to your container

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

Tag summary

Content type

Image

Digest

Size

239.5 MB

Last updated

about 10 years ago

docker pull 11002244/sogo