teamatldocker / jira

Dockerized Atlassian Jira
https://hub.docker.com/r/teamatldocker/jira/
MIT License
445 stars 225 forks source link

Error "manifest for teamatldocker/jira:latest not found" #130

Closed aguiguy closed 5 years ago

aguiguy commented 5 years ago

Prerequisites

Description

Getting error message "manifest for teamatldocker/jira:latest not found" when attempting docker-compose up or docker run.

Steps to Reproduce

  1. git clone repo
  2. docker-compose up -d

Expected behavior: Expect jira and postgres images downloaded and containers are created and enter running state. This was last working on Apr 19, when was 'blacklabelops'.

Actual behavior:

$ docker-compose up -d
Creating network "jira-teamatldocker_jiranet" with driver "bridge"
Creating volume "jira-teamatldocker_jiradata" with default driver
Creating volume "jira-teamatldocker_postgresqldata" with default driver
Pulling postgresql (postgres:9.5-alpine)...
9.5-alpine: Pulling from library/postgres
Pulling jira (teamatldocker/jira:)...
manifest for teamatldocker/jira:latest not found

Reproduces how often: 100%

Versions

current master branch

Logs And Environment Information

Tried via Git Bash, cmd.exe, and powershell.

LyfegenJames commented 5 years ago

Confirmed same behaviour

aguiguy commented 5 years ago

Workaround for now is to modify docker-compose.yml to point to image: blacklabelops/jira.

muhlba91 commented 5 years ago

But isn't blacklabelops/jira version 7.13 and the new one should be 8.1.0? When will the newest tagged images be available on Dockerhub?

LyfegenJames commented 5 years ago

Confirmed that @aguiguy workaround functions fine for the moment but yes the docker images need to be tagged.

blacklabelops commented 5 years ago

We are still working on getting the build system back running on the new repository.

kowalk commented 5 years ago

@blacklabelops any news?

kowalk commented 5 years ago

@blacklabelops someone is here???

blacklabelops commented 5 years ago

Yes and no. I am preparing a workaround in the weekend.

blacklabelops commented 5 years ago

Okay, the build system now updates blacklabelops/jira. Please use this image until i get access to teamatldocker/jira.

blacklabelops commented 5 years ago

Build fixed, teamatldocker/jira now available.