summaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2019-10-23Install .NET Core 2.2 and .NET Core 3.0mo khan
2019-10-22Remove feature flags and temporary mappingsmo khan
2019-09-12Add V2 reportmo khan
2019-08-20merge with mastermo khan
2019-08-20Defaults to Python 3.5Fabien Catteau
See https://gitlab.com/gitlab-org/gitlab-ee/issues/12032
2019-08-15insert shim to generate report via ruby APImo khan
2019-07-29Revert "Merge branch 'upgrade-docker-license-finder' into 'master'"Can Eldem
This reverts merge request !37
2019-07-24Upgraded docker license finderZachary Knight
2019-06-07Switch to Python 3Fabien Catteau
Make /usr/bin/env python resolve to python3. Install the latest version of pip in the context of python3. See https://gitlab.com/gitlab-org/gitlab-ee/issues/6783
2019-03-22Update DockerfileLucas Charles
Remove cert-check bypass when fetching JDK11
2019-03-21Add Java 11 supportHannes Rosenögger
This commit installs JAVA 11 and introduces a new ENV variable "LM_JAVA_VERSION". If this variable is set to 11, maven and gradle will use JAVA 11 instead of JAVA 8. If the variable is not set, the license finder will fall back to the default defined in licensefinder/licensefinder which is currently Java 8. This is necessary because JAVA 11 is not fully backwards compatible with JAVA 8. Without this change the license finder will fail for all JAVA 11 projects.
2019-03-05Use only one version everywhereTetiana Chupryna
2019-02-09Resolve NPM failures with certain Optional or Peer dependenciesBrian Wald
2018-12-14Bump LicenseFinder to 5.5.2Philippe Lafoucrière
closes #https://gitlab.com/gitlab-org/gitlab-ee/issues/8859 closes #https://gitlab.com/gitlab-org/gitlab-ee/issues/8830
2018-06-21Install realpathFabien Catteau
2018-06-06First versionGilbert Roulot