GithubHelp home page GithubHelp logo

upsource-psi-agent-with-tools-docker's Introduction

official JetBrains project

Upsource PSI Agent with tools

This project contains a sample Dockerfile that declares an extended Upsource PSI Agent docker image with additional tools used for source code processing.

It is inherited from jetbrains/upsource-psi-agent and contains the following tools:

  • Node.js (latest LTS v6.x),
  • Yarn (latest stable)
  • PHP (latest stable)
  • Python 2.7.9 (part of the openjdk:8 base image)
  • Python 3 (latest stable) with pip
  • Android SDK Tools 25.2.5 + SDK platform 26 + SDK build tools 26

For building the image you need to perform the following:

  1. Choose version of base jetbrains/upsource-psi-agent (referred to as <version> below)

  2. docker pull jetbrains/upsource-psi-agent:<version>

  3. Replace @VERSION@ in Dockerfile with the <version> of jetbrains/upsource-psi-agent base image you have chosen.

  4. For Upsource instance hosting Android projects, Android SDK might be installed. For that:

  • copy all the files from $ANDROID_HOME/licenses folder located on your developer machine to the folder android-licenses of docker build context (see details on Android SDK licensing scheme: ).

  • add installation lines in Dockerfile for every Android SDK platform and build tools supported in you projects (Android 2.6 is added as an example there)

    OR remove all Android related lines from Dockerfile if your projects have nothing to do with Android.

  1. Run the docker build command: docker build -t upsource-psi-agent-with-tools:<version>

upsource-psi-agent-with-tools-docker's People

Contributors

abarsov avatar iluxa-com avatar leonya avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.