Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 941 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 941 Bytes

Welcome to JetBrains Containerized Runtime!

JetBrains Containerized Runtime publish Ubuntu based Docker images available for Linux, Windows and Mac OS X. These images include JetBrains Runtime and HotswapAgent.

NOTE: This project is used by La Boulangerie for Gaiartos development environments. It shouldn't be used in production.

Available images :

  • jbr-21 -> Latest JBR 21 build.
  • jbr-21.0.5-linux-x64-b631.28 -> 21.0.5b631.28 (Ubuntu Noble) (JDK 21) (linux/amd64) (HotswapAgent)

Publish a new release

Trigger CI by pushing a new tag named exactly with the JBR release to use (ex. jbr-21.0.5-linux-x64-b631.28).

git tag jbr-21.0.5-linux-x64-b631.28 main
git push origin tag jbr-21.0.5-linux-x64-b631.28