summaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2020-04-29Allow gradle to fetch from TLS endpoint with custom certmo khan
* Add CHANGELOG entry * Avoid shell expansion errors * Add gradle-license-plugin to local gradle cache * Download gradle plugin dependencies and use backwards compatible syntax in init.gradle * Use latest gradle v2
2020-03-30Use virtualenv, pip-licenses to scan projectsmo khan
* Add PIL License to list of normalized licenses * Update Python 3 v2.0 report fixture * Add CHANGELOG entry * Define local variables in bash functions * Ensure `SETUP_CMD` continues to work for python projects * build virtualenv app-data cache * Fallback to legacy scanner when SETUP_CMD is used * Extract Shell class to be able to pass custom env
2020-03-20Copy the entire maven local repositorymo khan
2020-03-20Install maven packages for multi-module setupmo khan
* Install packages when multiple maven modules are detected * Add CHANGELOG entry * Install gem silently * Add package manager to test description * Sort paths
2020-03-18Add stage to install maven license plugin into maven cachemo khan
2020-03-05Install gem into pkg dirmo khan
2020-03-04Remove TOOLS_IMAGEmo khan
2020-03-04Convert dotnet QA jobs to integration testsmo khan
2020-03-02Install gem in .bashrcmo khan
2020-03-02Compress /opt/asdf to shrink imagemo khan
2020-02-23Default to system packagemo khan
2020-02-20Extract TOOLS_IMAGE build argmo khan
2020-02-20Split the imagemo khan
2020-02-20Extract install.sh scriptmo khan
2020-02-20Make /tmp writable for allmo khan
2020-02-20Use ASDF_DATA_DIRmo khan
2020-02-20Install mono and .NET in final stagemo khan
2020-02-20Extract ASDF_HOMEmo khan
2020-02-20Move copy to earlier layermo khan
2020-02-20Install license management gemmo khan
2020-02-19Combine layersmo khan
2020-02-19Temporarily remove javamo khan
2020-02-18Extract function to scrub filesmo khan
2020-02-18Reduce the # of tool versions to installmo khan
2020-02-18Merge remote-tracking branch 'origin/master' into 33727-asdfmo khan
2020-02-13Add integration test to scan a gradle projectmo khan
* Skip gradle invocation and install plugin globally * Update init.gradle * Try project.apply plugin: syntax * apply gradle plugin * Add entry to normalized licenses * Update spdx-licenses * Add CHANGELOG entry
2020-01-24Install cmake and skip localesmo khan
2020-01-24Copy *.gem to $LM_HOMEmo khan
2020-01-24Cleanup temporary filesmo khan
2020-01-24Fix typo in Dockerfilemo khan
2020-01-24Use upstream php plugin with optimizations merged inmo khan
2020-01-24Copy build output from other docker imagesmo khan
2020-01-24Install php from php imagemo khan
2020-01-24Install rubies from upstream imagemo khan
2020-01-24Delete all downloaded .deb filesmo khan
2020-01-24Fix mass copymo khan
2020-01-24Copy dotfiles all together and copy only necessary filesmo khan
2020-01-24Use multistage build to build gem before installing rubiesmo khan
2020-01-24Speed up docker-build for developmentmo khan
2020-01-24List out installed versionsmo khan
2020-01-24Move env var to Dockerfile and fix php composer installmo khan
2020-01-24Install dotnet packages from MS repomo khan
2020-01-24Cleanup redundant code and shrink imagemo khan
2020-01-24Use asdf as default tool managermo khan
2020-01-20Specify default restore location to ensure nuget packages are installedmo khan
2020-01-15Upgrade system packagesmo khan
2020-01-09Upgrade python from 3.5 to 3.8mo khan
2019-12-20Install the latest pip and setuptoolsmo khan
2019-12-11Upgrade license_finder to 5.11.1mo khan
* Run newest report version first * Change default license finder version to latest * Use --recursive for .NET projects * Update paths in c# test fixtures * Use login shell to source rvm * Tell license finder the version of python to use * Add Changelog entry
2019-12-05Update license finder to 5.9.2Can Eldem