diff --git a/docs/docs/containers/BAMBOO-AGENT.md b/docs/docs/containers/BAMBOO-AGENT.md index ac135ee71..320185feb 100644 --- a/docs/docs/containers/BAMBOO-AGENT.md +++ b/docs/docs/containers/BAMBOO-AGENT.md @@ -25,14 +25,14 @@ include a Bamboo server. ## Quick Start -For the `BAMBOO_HOME` directory that is used to store the repository data (amongst other things) we recommend mounting a host directory as a [data volume](https://docs.docker.com/engine/tutorials/dockervolumes/#/data-volumes), or via a named volume. +For the `BAMBOO_AGENT_HOME` directory that is used to store the repository data (amongst other things) we recommend mounting a host directory as a [data volume](https://docs.docker.com/engine/tutorials/dockervolumes/#/data-volumes), or via a named volume. To get started you can use a data volume, or named volumes. In this example we'll use named volumes. Run an Agent: ```shell docker volume create --name bambooAgentVolume -docker run -e BAMBOO_SERVER=http://bamboo.mycompany.com/agentServer/ -v bambooAgentVolume:/var/atlassian/application-data/bamboo --name="bambooAgent" --hostname="bambooAgent" -d atlassian/bamboo-agent-base +docker run -e BAMBOO_SERVER=http://bamboo.mycompany.com/agentServer/ -v bambooAgentVolume:/var/atlassian/application-data/bamboo-agent --name="bambooAgent" --hostname="bambooAgent" -d atlassian/bamboo-agent-base ``` !!! success "The Bamboo remote agent is now available to be approved in your Bamboo administration." @@ -130,7 +130,7 @@ RUN /bamboo-update-capability.sh "system.git.executable" /usr/bin/git ## Building your own image -* Clone the Atlassian repository at https://bitbucket.org/atlassian-docker/docker-bamboo-agent-base/ +* Clone the Atlassian repository at * Modify or replace the [Jinja](https://jinja.palletsprojects.com/) templates under `config`; _NOTE_: The files must have the `.j2` extensions. However you don't have to use template variables if you don't wish. @@ -176,7 +176,7 @@ Also, if you have been mounting and running any custom scripts in the container, ## Support -For product support, go to [support.atlassian.com](https://support.atlassian.com/) +For product support, go to You can also visit the [Atlassian Data Center](https://community.atlassian.com/t5/Atlassian-Data-Center-on/gh-p/DC_Kubernetes) forum for discussion on running Atlassian Data Center products in containers. diff --git a/docs/docs/containers/BAMBOO.md b/docs/docs/containers/BAMBOO.md index 711043e51..0c59c3a90 100644 --- a/docs/docs/containers/BAMBOO.md +++ b/docs/docs/containers/BAMBOO.md @@ -11,7 +11,7 @@ Bamboo is a continuous integration and deployment tool that ties automated builds, tests and releases together in a single workflow. -Learn more about Bamboo: [https://www.atlassian.com/software/bamboo](https://www.atlassian.com/software/bamboo) +Learn more about Bamboo: This Docker container makes it easy to get an instance of Bamboo up and running. @@ -108,7 +108,7 @@ can be controlled via the below environment variables. also supported for backwards compatibility. The following Tomcat/Catalina options are also supported. For more information, -see https://tomcat.apache.org/tomcat-9.0-doc/config/index.html. +see . * `ATL_TOMCAT_MGMT_PORT` (default: 8007) * `ATL_TOMCAT_MAXTHREADS` (default: 150) @@ -331,7 +331,7 @@ required values via the environment. NOTE: This only work with Bamboo versions > * `ATL_LICENSE` - The licence to supply. Licenses can be generated at https://my.atlassian.com/ + The licence to supply. Licenses can be generated at . * `ATL_BASE_URL` @@ -462,7 +462,7 @@ For evaluations you can use the built-in database that will store its files in t If you're using an external database, you can configure Bamboo to make a backup automatically each night. This will back up the current state, including the database to the `bambooVolume` docker volume, which can then be archived. Alternatively you can backup the database separately, and continue to create a backup archive of the docker volume to back up the Bamboo Home directory. -Read more about data recovery and backups: [https://confluence.atlassian.com/display/BAMBOO/Data+and+backups](https://confluence.atlassian.com/display/BAMBOO/Data+and+backups) +Read more about data recovery and backups: ## Shutdown @@ -519,7 +519,7 @@ If for some reason you need a different version, see "Building your own image". ## Building your own image -* Clone the Atlassian repository at https://bitbucket.org/atlassian-docker/docker-bamboo-server/ +* Clone the Atlassian repository at * Modify or replace the [Jinja](https://jinja.palletsprojects.com/) templates under `config`; _NOTE_: The files must have the `.j2` extensions. However, you don't have to use template variables if you don't wish. @@ -598,7 +598,7 @@ docker exec -it my_container /bin/bash ## Support -For product support, go to [support.atlassian.com](https://support.atlassian.com/) +For product support, go to You can also visit the [Atlassian Data Center](https://community.atlassian.com/t5/Atlassian-Data-Center-on/gh-p/DC_Kubernetes) forum for discussion on running Atlassian Data Center products in containers.