Downloading Atlassian Docker Images and dependencies without use of Docker Hub
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
If you are facing a situation where you are not able to download the Docker Image for an Atlassian Product via Docker Hub, then please reference Atlassian's Repository instead.
The data from Atlassian's Repository mirrors what is available in Docker directly, but does not have any dependencies from Docker Hub.
Solution
Command Reference:
The Atlassian Repository is: docker-public.packages.atlassian.com/atlassian/
This is not a complete reference list, only examples, and the product Tags match what you would find at https://hub.docker.com/u/atlassian
Product | Command |
---|---|
Jira Software | docker pull docker-public.packages.atlassian.com/atlassian/jira-software |
Jira Service Management | docker pull docker-public.packages.atlassian.com/atlassian/jira-servicemanagement |
Confluence | docker pull docker-public.packages.atlassian.com/atlassian/confluence |
Bitbucket | docker pull docker-public.packages.atlassian.com/atlassian/bitbucket |
Fisheye | docker pull docker-public.packages.atlassian.com/atlassian/fisheye |
Crucible | docker pull docker-public.packages.atlassian.com/atlassian/crucible |
Crowd | docker pull docker-public.packages.atlassian.com/atlassian/crowd |
Bamboo | docker pull docker-public.packages.atlassian.com/atlassian/bamboo |
Was this helpful?