eea / eea.docker.jenkins

Docker images for Jenkins master-slave
https://registry.hub.docker.com/u/eeacms/jenkins
31 stars 36 forks source link

docker-compose 1.3.1 breaks with "json: cannot unmarshal number into Go value of type String" #1

Closed marcellodesales closed 9 years ago

marcellodesales commented 9 years ago

Just upgraded docker-compose to 1.3.1:

[root@pppdc9prd8ok eea.docker.jenkins]# docker-compose --version
docker-compose version: 1.3.1
CPython version: 2.7.9
OpenSSL version: OpenSSL 1.0.1e 11 Feb 2013

Trying to bring the servers up gives me the following error:

[root@pppdc9prd8ok eea.docker.jenkins]# sudo docker-compose up -d workerRecreating eeadockerjenkins_data_1...
json: cannot unmarshal number into Go value of type string

thanks!