-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jira 8.18.2 not available on dockerhub #148
Comments
8.18.x stopped building on CircleCI (haven't yet determined why). The Docker images build. But the tests to see if Jira is up and running don't work (even waiting 10-20 minutes). Building locally with something like this works for me:
To test running it, update the
The run:
|
I just tried a new build and have been getting this as well. What's happening is that It's a bit maddening because it's a host dependent syscall issue. It'll work on some boxes and not others. |
@oliverlogghe, thanks for the research. I was able to fix this by bumping the base image to This was a bit maddening of a bug indeed! |
This reverts commit b0b0281. It's not bug of Alpine Linux, but docker host need to support faccessat2. alpinelinux/docker-alpine#156 (comment)
I just tried deploying jira 8.18.2, but it is not available on dockerhub, despite github being updated 2 days ago (commit
dc78fca
).I also tried building the image locally with:
but this image did not start properly after it was built, with docker logs showing a repeat of logs like this:
Two questions:
The text was updated successfully, but these errors were encountered: