You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi guys,
I'm using the docker plugin to run a "docker run" by Bamboo with the settings below.
my log is this
The problem I'm facing is that according to the documentation the "Detach container" option should keep the container running in background (https://confluence.atlassian.com/bamboo0603/configuring-the-docker-task-in-bamboo-939491356.html#ConfiguringtheDockertaskinBamboo-run), but the behavior is different.
You can see in the photo below that the container is created but it is destroyed at the end of the terefa. It is also possible to see that I executed the same command generated by the plugin and the container in this case is still online.
Anyone have any idea what might be happening?
Thank you all!
Hi @Marcio de Jesus,
Please, have a look at the announcement below, extracted from https://jira.atlassian.com/browse/BAM-17395 - Docker Task "Detach container" still terminates container, comments section:
Atlassian Update – 18 September 2018
Hi everyone,
Thank you for your interest in this issue.
While designing Docker Tasks in Bamboo we made a decision that all containers started in background during execution of a job will be terminated at the end of the job. Note that we don't have "terminate container" task.
The checkbox Detach container that we exposed on the UI allows to start container in a task and then use the started container in subsequent tasks (ie. to run tests).If you're looking for a way to start a container and keep it running after Bamboo job has been completed, you need to run the docker command from the script task.
Please share your feedback in the comments below.
Kind regards,
Bamboo Team
Kind regards,
Rafael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.