Compare commits

...

5 Commits

Author SHA1 Message Date
Julien Fastré b1cf5438a5 switching to 3.2.9 and add tzdata to container 2017-05-19 12:27:03 +02:00
Julien Fastré d3118c9609 switch to 3.2.9 2017-05-10 15:00:09 +02:00
Julien Fastré b70b835f1e switching to sogo 3.2.8 2017-04-03 12:20:35 +02:00
Julien Fastré 758ef7e436 upgrading to 3.2.7 2017-03-06 12:01:11 +01:00
Julien Fastré 5a492407b6 abstract version in readme 2017-03-06 10:53:05 +01:00
3 changed files with 7 additions and 4 deletions

View File

@ -2,7 +2,7 @@ FROM ubuntu:16.04
MAINTAINER Julien Fastré <julienfastre@cvfe.be>
ARG version=3.2.6a
ARG version=3.2.9
WORKDIR /tmp/build
@ -31,6 +31,7 @@ RUN echo "untar SOPE sources" \
postgresql-server-dev-9.5 \
libmemcached-dev \
libcurl4-openssl-dev \
tzdata \
&& echo "compiling sope & sogo" \
&& cd /tmp/SOPE \
&& ./configure --with-gnustep --enable-debug --disable-strip \

View File

@ -97,8 +97,8 @@ Example of how to build this image :
# download sources
$ git clone https://framagit.org/julienfastre/docker-sogo.git
$ cd docker-sogo
# launch the build using the version 3.1.5
$ docker build --build-arg version=3.1.5 .
# launch the build using specific version (replace with your own version)
$ docker build --build-arg version=x.x.x .
```
## migrating from 2.3 to 3.1|3.2 using docker-compose

View File

@ -8,7 +8,7 @@ services:
build:
context: .
args:
- version=3.2.6a
- version=3.2.9
# if you want to use builded image, uncomment next line
# image: julienfastre/sogo:3.2
@ -20,6 +20,8 @@ services:
# replace by the path to your own sogo.conf file
- ./../sogo.conf:/etc/sogo/sogo.conf
environment:
- "TZ=Europe/Amsterdam"
db:
image: postgres:9.5
ports: