[Bamboo Cloud docs]
[Bamboo Knowledge Base]
This page describes the supported platforms for Bamboo 5.8.x.
See also Bamboo best practice - system requirements.
Key: = Supported; = Deprecated; = Not Supported
Java |
|
|
---|---|---|
Oracle JDK | 1.8 1.7 1.6 1.5 | For the Bamboo server, it is not enough to have just the JRE. Please ensure that you have the full JDK. You can download the Java SE Development Kit (JDK) from the Oracle website. Once the JDK is installed, you will need to set the JAVA_HOME environment variable, pointing to the root directory of the JDK. Some JDK installers set this automatically (check by typing 'echo %JAVA_HOME%' in a command prompt, or 'echo $JAVA_HOME' in a shell). You need to do this before installing Bamboo, as Bamboo will automatically configure JDK capabilities based on the system environment variables on your machine. Note that your agents can build software with any JDK version. You only need to run the agent and server using a supported JDK. Support for Oracle Java 1.6 and 1.7 is deprecated. See End of support announcements for Bamboo. Bamboo does NOT support OpenJDK 1.6. |
OpenJDK | 1.8 1.7 1.6 | |
Operating Systems |
| |
Microsoft Windows | Bamboo is a pure Java application and should run on any platform, provided all the JDK requirements are satisfied. If you are using Linux/UNIX: A dedicated user should be created to run Bamboo, as Bamboo runs as the user it is invoked under and therefore can potentially be abused. Here is an example of how to create a dedicated user to run Bamboo in Linux: $ sudo /usr/sbin/useradd --create-home --home-dir /usr/local/bamboo --shell /bin/bash bamboo | |
Linux | ||
Solaris | with Java JDK 1.7.x | |
Apple Mac OS X | ||
Application Servers |
| |
Apache Tomcat | 7.0.x | We only support the Tomcat version bundled with Bamboo. |
Databases |
| |
MySQL | 5.5, 5.6 5.1 5.0.x | MySQL is supported when used with the JDBC Connector/J 5.1. Support for MySQL 5.1 is deprecated. See End of support announcements for Bamboo.
|
PostgreSQL | 9.0, 9.1, 9.2, 9.3, 9.4 8.x | PostgreSQL is supported when used with the PostgreSQL Driver 9.3.x. Support for PostgreSQL 8 is deprecated. See End of support announcements for Bamboo.
|
Microsoft SQL Server | 2012 2008 with JTDS 1.2.2 2005 with JTDS 1.2.2 | Support for Microsoft SQL Server 2005 and 2008 is deprecated. See End of support announcements for Bamboo. |
Oracle | 11G with Oracle 11.2.x 10G | |
HSQLDB | (for evaluation only) | Bamboo ships with a built-in HSQL database, which is fine for evaluation purposes but is somewhat susceptible to data loss during system crashes. For production environments we recommend that you configure Bamboo to use an external database. |
Web Browsers |
| |
Microsoft Internet Explorer | 11 10 9 8 | |
Mozilla Firefox | Latest stable version supported | |
Safari | Latest stable version supported | |
Chrome | Latest stable version supported | |
Source Repositories |
| |
Mercurial | client: 1.6-2.1.x client: 2.1.0 | NOTE : Mercurial 2.1 has a bug that makes it incompatible with Bamboo. Please use Mercurial 2.1.1 or later. |
Subversion | with server 1.5-1.8 |
|
Git | with client 1.7.9+ | |
Perforce | ||
CVS |
Please note, Atlassian does not support custom elastic images. Consider customising the elastic agents started from your existing image instead. See Creating a custom elastic image.