Skip to content

schldwcht/docker-atlassian-base-images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

docker-atlassian-base-images

‼️ Deprecated and Discontinued ‼️ please use official images from https://hub.docker.com/u/atlassian/

Base Images of Atlassian Software used in other images. Please check trademarks and licenses below.

Used by the following Docker images:


 

Usage

You can extend from such a base image in your Dockerfile like so:

  • confluence-6.1.1
    • Dockerfile: FROM codeclou/docker-atlassian-base-images:confluence-6.1.1
  • jira-software-7.13.0
    • Dockerfile: FROM codeclou/docker-atlassian-base-images:jira-software-7.13.0

 

Base Image Structure

See the Dockerfiles here for internal structure. Basically all images have the following structure:

  • /confluence/ = where Confluence is extracted to
  • /confluence-home/ = Confluence Home
  • /confluence-shared-home/ = Confluence Shared Home for Confluence Data Center
  • User worker with UID and GID 10777 is created and all files and dirs are owned by him
  • /work can be used as Volume when inspecting container to exchange data
  • /work-private can be used to place files like docker-entrypoint.sh and other configs.
  • shinto-cli is installed, so that you can run env | j2 myscript.sh.jinja2 > myscript.sh
  • Symlink is created so that install dir can be accessed like so /confluence/atlassian-confluence-latest/bin/catalina.sh

 

Docker Hub

We manually push to docker hub via our Jenkins. See: https://github.com/codeclou/docker-common-build


 

Trademarks and Third Party Licenses


 

License

MIT © Bernhard Grünewaldt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published