Skip to content

A collection of Docker images for development with major programming languages.

Notifications You must be signed in to change notification settings

lias-laboratory/onyxia-images-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIAS images-development

A collection of Docker images for development with main programming languages.

They can be used alone but are designed to work with the Onyxia ecosystem.

Supported programming languages:

  • Java
  • Ada

Layouts

  graph LR;
      B[base]:::base-->JAVA_MINIMAL[java-minimal]:::minimal;
      JAVA_MINIMAL-->JAVA_MAVEN[java-maven]:::package;
      JAVA_MAVEN--> VSCODE_MAVEN[java-maven-vscode]:::ide;
      classDef base fill:#d2f9ff,color:#000  ;
      classDef minimal fill:#C1D5DF,color:#000;
      classDef package fill:#3cb5f2 ,color:#000  ;
      classDef ide fill:#0072d9  ;

      B[base]:::base-->ADA_MINIMAL[ada-minimal]:::minimal;
      ADA_MINIMAL-->ADA_GPR[ada-gpr]:::package;
      ADA_GPR-->ADA_GPR_ALR[ada-gpr-alr]:::package;
      ADA_GPR_ALR--> ADA_GPR_ALR_VSCODE[ada-gpr-alr-vscode]:::ide;
      classDef base fill:#d2f9ff,color:#000  ;
      classDef minimal fill:#C1D5DF,color:#000;
      classDef package fill:#3cb5f2 ,color:#000  ;
      classDef ide fill:#0072d9  ;
Loading

About

A collection of Docker images for development with major programming languages.

Topics

Resources

Stars

Watchers

Forks