Git Product home page Git Product logo

Comments (7)

viceice avatar viceice commented on August 16, 2024 2

There is now an official docker image jira-software

from docker-atlassian-jira-software.

smurfy avatar smurfy commented on August 16, 2024

see #61 too.

i've checked circleCI logs at:

https://circleci.com/gh/cptactionhank/docker-atlassian-jira-software/3076

While commiting the 8.2.2 changes to master as new changes, it seems that the check for remote branch existance failes somehow on circleCI (works for me on my linux box)

Checking if branch is already available? Branch '8.2.2' already exist. Skipping...

from docker-atlassian-jira-software.

vrobert78 avatar vrobert78 commented on August 16, 2024

Hi,

the code in the latest tag is well in 8.2.2.
It's seems that just the tag 8.2.2 is missing.

from docker-atlassian-jira-software.

smurfy avatar smurfy commented on August 16, 2024

yes, the docker hub, tag is created via the branch within the git repo. Since there is some kind of bug with the circleCI, it failes to create the branch, because it thinks it already exist.

from docker-atlassian-jira-software.

anpieber avatar anpieber commented on August 16, 2024

The script works perfectly on my local box too. Next steps might be to clear the circleCI cache (is there even one?) and/or increase the log density in the build script. Is there anything I can help with? I really like the image and would definitely prefer not to use "latest" :-)

from docker-atlassian-jira-software.

zacheryph avatar zacheryph commented on August 16, 2024

I think? this commit f511df1 caused the issue? the confluence image still has the old code and its still tagging properly. But it doesn't really explain how the 8.1.0 tag got to Github/Docker short of it being tagged manually? It is attached to the latest 8.1.0 update on master. None of the newer 7.13 past 7.13.1 exist on Github/Docker either.

from docker-atlassian-jira-software.

loneken79 avatar loneken79 commented on August 16, 2024

As a workaround you can pull the latest images and tag it localy, so you can use it in your process.

Assuming the latest commit is refering to the desired tag update (8.3.0 actually) the commands are:

  1. docker pull cptactionhank/atlassian-jira-software (get "latest" version of the image)
  2. docker tag cptactionhank/atlassian-jira:latest cptactionhank/atlassian-jira:8.3.0 (tag this image locally)
  3. check that you see both "latest" and "8.3.0" version with the same "Image ID" in docker images | head listing
  4. docker rmi cptactionhank/atlassian-jira:latest (clean unused "latest" version)

from docker-atlassian-jira-software.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.