moja-global / FLINT

Full Lands INtegration Tool: a modular system to estimate greenhouse gas emissions and removals by the land sector
https://moja.global/
Other
57 stars 80 forks source link

Updated boost url for base docker container #129

Open Navya-Verma11 opened 8 months ago

Navya-Verma11 commented 8 months ago

Pull Request Template

Description

Current Docker image was using Bintray for downloading boost files which has been already retired. I have changed it to Jfrog that is currently being used by boost. It was resulting in broken builds due to 404.

Fixes # (issue)

112

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

I have used the updated Dockerfile to successfully build the base image. I used docker build -f Dockerfile.base.ubuntu.18.04 --build-arg NUM_CPU=4 -t moja/baseimage:ubuntu-18.04 .

Additional Context (Please include any Screenshots/gifs if relevant)

...

Checklist:

Navya-Verma11 commented 8 months ago

@mfellows, @malfrancis, could you please review the PR.