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?
Community moderators have prevented the ability to post new answers.
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.
Community moderators have prevented the ability to post new answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.