On 3/28/19 8:50 AM, Abhishek Chaudhary wrote:
> Hello Allura community, This is about when Ubuntu is upgraded to 18.04, there 
> is error in the Allura codebase while doing in Docker.
> When i try to start a fresh build in docker, using "docker-compose build" 
> command it runs but not fully supported for rest of the procedures. After 
> that when i try "docker-compose run web scripts/init-docker-dev.sh" . It 
> gives an error and for the rest of the commands too.
> 
> There is some files which are not properly imported while upgrading to newer 
> version of Ubuntu.
> Can someone look after it ?
> 
> 

What is the error message?


Works for me, ensuring a fresh start like this:

$ docker-compose stop
Stopping allura_taskd_1_7f30ee199533   ... done
Stopping allura_http_1_4ef8f786b48d    ... done
Stopping allura_inmail_1_ea0fe221d94f  ... done
Stopping allura_outmail_1_42845e65949b ... done
Stopping allura_solr_1_73afb6e91d38    ... done
Stopping allura_mongo_1_d1c1b46336e0   ... done

$ docker-compose rm
Going to remove allura_taskd_1_7f30ee199533, allura_http_1_4ef8f786b48d,
allura_inmail_1_ea0fe221d94f, allura_outmail_1_42845e65949b,
allura_solr_1_73afb6e91d38, allura_mongo_1_d1c1b46336e0
Are you sure? [yN] y
Removing allura_taskd_1_7f30ee199533   ... done
Removing allura_http_1_4ef8f786b48d    ... done
Removing allura_inmail_1_ea0fe221d94f  ... done
Removing allura_outmail_1_42845e65949b ... done
Removing allura_solr_1_73afb6e91d38    ... done
Removing allura_mongo_1_d1c1b46336e0   ... done

$ docker images
REPOSITORY          TAG                 IMAGE ID            CREATED             
SIZE
allura_http         latest              44b2bb560f7b        9 days ago
282MB
allura_web          latest              e8d312d2b7b9        9 days ago
614MB
mongo               3.4                 8958526fd8a9        13 days ago
390MB
ubuntu              18.04               94e814e2efa8        2 weeks ago
88.9MB
solr                6-alpine            c5093230b322        2 weeks ago
276MB

$ docker rmi 44b2bb560f7b e8d312d2b7b9 8958526fd8a9 94e814e2efa8 c5093230b322
...

$ docker-compose build
...
... and the rest of the installation steps



-- 
Dave Brondsema : d...@brondsema.net
http://www.brondsema.net : personal
http://www.splike.com : programming
              <><

Reply via email to