summaryrefslogtreecommitdiffstats
path: root/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2021-12-06[JAKARTA] Create python baseline image10.0.0morganrol1-3/+3
according to seccom recommendations Issue-ID: INT-2015 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: Ib84f05a184f6039035f0b75f481ae806e39d7bf9
2021-06-23Remove GPLv3 libraries & modules from Docker9.1.0Alexander Mazuruk1-1/+164
I'm not happy how it is submitted: copy-pasted generated stuff from upstream & edited to fit our needs... We've asked docker guys if they would potentially support a GPLv3-free image, but they do not have such plans. Following GPLv3 libraries have been removed from build-deps: - readline-dev - coreutils - findutils - gdbm-dev Which results in: The necessary bits to build these optional modules were not found: _dbm _gdbm readline Issue-ID: INT-1933 Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com> Change-Id: I7f4d25ee9e282b5e2c89e8ccf083a789921cd369
2021-05-25[BASELINE] Update python baseline image for Istanbul9.0.0morganrol1-1/+1
python 3.9.5 alpine 3.13.5 Issue-ID: INT-1924 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I730774b516fc3b6b5069d7e4f6194ac20a3b9b11
2020-12-10Prepare Honolulu Python basline image8.0.0mrichomme1-1/+1
Python 3.9.1 Alpine 3.12 Issue-ID: INT-1807 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ibbb88866cd52a6137068ecd9390940d05802be74
2020-08-13Remove ONBUILD directive to allow project to install their libs7.0.1mrichomme1-3/+0
the ONBUILD leads to the installation of python libs but some python libs required some system libraries As the baseline has to be GPLv3 free, it is not possible to rely on a list the easiet way iis to remove the directive projects are responsible of the libs they introduce Issue-ID: INT-1589 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ibd28c4d90798e20de1b685852421fdcca90bb14a Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-05-18Create Dockerfile for python3 image7.0.0mrichomme1-0/+22
Issue-ID: INT-1589 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I5cfe4c16380878737fe45cc8a2159a71a1f4912b Signed-off-by: mrichomme <morgan.richomme@orange.com>