Skip to content

Docker image that has XLR installed, mounts your source code and executes compilation using gradle wrapper. After compilation it starts XLR and links the `ext` folder to your plugin.

License

Notifications You must be signed in to change notification settings

xebialabs-community/xlr-docker-dev-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xlr_dev_run

Docker image that has XLR installed, mounts your source code and executes compilation using gradle wrapper. After compilation it starts XLR and links the ext folder to your plugin.

Badges

Docker Stars Docker Pulls Docker Automated buil Docker Build Status

Supported tags

  • latest, 8.1.0
  • v8.0.0.2
  • v7.5.0.1
  • v7.2.0.1
  • v7.1.0.1
  • v7.0.1.1
  • v7.0.0.1
  • v6.0.0.1

Starting

docker run -p 5516:5516 -v [PROJECT_DIR]/myproject:/data -v /home/username/xl-licenses:/license -v /home/username/.xlgradle:/root/.gradle xebialabsunsupported/xlr_dev_run

where:

  • data: Mountpoint pointing to root directory of your plugin.
  • xl-licenses: Folder containing the XLD license.
  • xlgradle: Is used to cache gradle dependencies.

About

Docker image that has XLR installed, mounts your source code and executes compilation using gradle wrapper. After compilation it starts XLR and links the `ext` folder to your plugin.

Topics

Resources

License

Stars

Watchers

Forks

Packages