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.
When I create a plan to run the job in Docker container (not Agent environment) it looks locally then tries to pull from docker.io. Is it possible to configure Bamboo Server to check our local registry (which is Artifactory) before trying docker.io?
NOTE: When I put the local registry information with the docker image (i.e. our-artifactory.com:443/docker-local/our-centos7) I get an error saying authorization failed and see no way to enter the username and password. Have a seperate question regarding how to address this but have not gotten a response.
Hi Jason,
Have you try to log into the server itself and with the user that runs Bamboo tool (usually called bamboo) login to your artifactory for the first time?
user@computer:~$ sudo su - bamboo
bamboo@computer:~$ docker login our-artifactory.com
Regards
I have no access to the server other than the UI (without admin rights). I only have access to the RAs. I need to get instructions so I can inform our IT team on how to configure the server.
I'm fairly certain the server can reach the artifactory server. Mainly wondering if Bamboo Server has a setting to list docker registries in order of priorities (i.e. local system then local registry and finally docker.io).
I'm fairly certain that authentication will need to be specified somewhere just not sure where. Have asked this question here
https://community.atlassian.com/t5/Bamboo-questions/Running-Bamboo-job-in-Docker-container/qaq-p/1303306
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.