Referring below docker file:
https://github.com/cptactionhank/docker-atlassian-confluence/blob/master/Dockerfile
Error Log:
+ apk --no-cache add curl xmlstarlet bash ttf-dejavu libc6-compat gcompat
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz: IO ERROR
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz: IO ERROR
ERROR: unsatisfiable constraints:
bash (missing):
required by: world[bash]
curl (missing):
required by: world[curl]
gcompat (missing):
required by: world[gcompat]
libc6-compat (missing):
required by: world[libc6-compat]
ttf-dejavu (missing):
required by: world[ttf-dejavu]
xmlstarlet (missing):
required by: world[xmlstarlet]
@d.adsule Infact you can check with the first answer @Audun Røe _Kantega SSO_ as many packages are missing while running your docker.
Somewhat tangential to your question, but Atlassian now provides working docker images for Confluence here: https://hub.docker.com/r/atlassian/confluence-server/
(just in case you just want to run Confluence in docker and don't specifically want to build your own images. That git repo and Dockerfile both seem rather old)
Edit: I take back the old comment - updated two days ago so it's apparently still being maintained.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.