Sign inSign up

thinegan/debian-jira

By thinegan

•Updated almost 9 years ago

Dockerized jira service, built on top of official Debian images.

Image
0

608

thinegan/debian-jira repository overview

⁠debian-jira

Dockerized jira service, built on top of official Debian images. Min 2GB Ram, 10GB Disk Size

ProductVersionTagsDockerfile
Jira Software7.5.1v7.5.1, latestDockerfile⁠
Jira Software7.5.0v7.5.0Dockerfile⁠
Jira Software7.4.2v7.4.2Dockerfile⁠

⁠Installed packages

  • Debian GNU/Linux 9 (Stretch) x64bit
  • Oracle Java 8
  • mysql-connector-java
  • Atlassian Jira

⁠Config:

  • Dependencies Package:
    • software-properties-common
    • gnupg
    • curl
    • wget
    • xmlstarlet

⁠Shortcut

Docker-Compose:

$ curl -O https://raw.githubusercontent.com/thinegan/debian-jira/master/docker-compose.yml
$ docker-compose pull && docker-compose up -d

⁠Docker-CLI:

$ docker run -d -p 8000:8080 \
-v /home/user/jira-data:/home/www/public_html/jira-data.server.com \
--name jira thinegan/debian-jira:v7.5.0

⁠More Info:

  • Jira will be available at http://yourdockerhost:8000⁠.
  • Data will be persisted inside docker volume jira-data.
  • host path : /home/user/jira-data
  • container path : /home/www/public_html/jira-data.server.com
  • you can use mysql from endpoint connection
  • exposed port 8080
  • default command: jira start

⁠Example:

example-docker-jira

⁠Issues

If you run into any problems with this image, please check (and potentially file new) issues on the thinegan/debian-jira⁠ repo, which is the source for this image.

⁠References

Tag summary

Content type

Image

Digest

Size

1.3 GB

Last updated

almost 9 years ago

docker pull thinegan/debian-jira