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!
We've been running Bamboo-server for a while now as a docker container and have just recently upgraded to 7 (https://hub.docker.com/r/atlassian/bamboo-server) and have a few questions regarding the official docker image / Dockerfile (https://bitbucket.org/atlassian-docker/docker-bamboo-server/src/master/Dockerfile)
- Where can i post PR's / issues for the official image? (thus my question here)
- Currently the Apache Tomcat Native library is installed but seems to be in the wrong location with (atleast the `atlassian/bamboo-server:7` image, as it cant be found in the JAVA class path:
25-Mar-2020 13:07:40.539 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib]
- Currently we're also using it behind a reverse proxy, but unlike the other official images (i.e. atlassian/crowd) it doesnt support the ATL_PROXY*-environment variables. Is there a roadmap to include this? For now we have to build our own image just to `alter` the `/opt/atlassian/bamboo/conf/server.xml`-file to map to the correct ports et al.
- The official image on the Docker hub (https://hub.docker.com/r/atlassian/bamboo-server) also seems to be dynamically built from the source, however the Dockerfile as visible there (https://hub.docker.com/r/atlassian/bamboo-server/dockerfile) doesnt reflect the current state of the image... Also due to the fact that images are being rebuilt periodically, the tags aren't in a usefull order (https://hub.docker.com/r/atlassian/bamboo-server/tags) as finding out if there is a newer 7-image, one would have to flick through the tags manually... (searching for `7` still leaves a lot of hits... ) Is there a plan to implement the tag-information as with the `official` images (i.e. https://hub.docker.com/_/mongo, https://hub.docker.com/_/mysql etc etc) They include a list of most frequently used tags right on the README ...
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.