I am trying to create a docker image with Bitbucket which will have my Bitbucket plugin installed. I want the plugin to be available in the install dir (/opt/atlassian/bitbucket) not in the home dir (/var/atlassian/application-data/bitbucket), because the home dir is mounted from an external filesystem.
I am using the official bitbucket-server Dockerfile: https://hub.docker.com/r/atlassian/bitbucket-server/~/dockerfile/
I have added the following line to the Dockerfile file:
COPY my-plugin.jar /opt/atlassian/bitbucket/atlassian-bitbucket/WEB-INF/atlassian-bundled-plugins
The plugin is available in the list of plugins, but it is disabled. I have inspected the logs but there is no information there why it is disabled.
How this can be done?
Thanks for your reply. Check this out: https://bitbucket.org/atlassian/docker-atlassian-bitbucket-server/issues/20/bitbucket-docker-image-disabling-installed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Adam Siemion,
I have the exact same issue - did you manage to solve this ?
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.