https://rancher.com/ logo
#general
Title
# general
w

wide-gold-24295

11/20/2022, 5:33 PM
Logs:
[rancher@bb-rancheros ~]$ docker volume create --name bitbucketVolume
bitbucketVolume
[rancher@bb-rancheros ~]$ docker run -v bitbucketVolume:/var/atlassian/application-data/bitbucket -p 7990:7990 -p 7999:7999 atlassian/bitbucket
WARNING:root:######################################################################
WARNING:root:Starting Bitbucket with embedded search service. Note that this is
not a recommended configuration and is known to have issues with
clean shutdown. Ideally OpenSearch (previously Elasticsearch) should
be started in a separate container/pod.
WARNING:root:######################################################################
INFO:root:User is currently root. Will downgrade run user to bitbucket
INFO:root:Running Bitbucket with command '/opt/atlassian/bitbucket/bin/start-bitbucket.sh', arguments ['/opt/atlassian/bitbucket/bin/start-bitbucket.sh', '-fg']
The JRE_HOME environment variable is not defined correctly
This environment variable is needed to run this program
Edit set-jre-home.sh and define JRE_HOME
Startup has been aborted
[rancher@bb-rancheros ~]$
s

sparse-fireman-14239

11/21/2022, 8:33 AM
It’s a problem with your bitbucket container.
Try asking BitBucket support
w

wide-gold-24295

11/21/2022, 7:42 PM
It works with other OS , such as fedora with docker/podman
10 Views