Alfresco 7.4.0.1 - Docker compose

cancel
Showing results for 
Search instead for 
Did you mean: 
vidhyabhushan
Partner

Alfresco 7.4.0.1 - Docker compose

Jump to solution

Hi All,

I recently download trial version of Alfresco content services 7.4.0.1 docker compose file. After login to 

login quay.io succesfully, docker compose up fails with following error. Any help will be appericated.
 
[+] Running 1/25
⠙ shared-file-store 6 layers [⠀⠀⠀⠀⠀⠀] 0B/0B Pulling 14.2s
⠙ postgres 13 layers [⠀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] 765.2kB/4.415MB Pulling 14.2s
⠙ sync-service 17 layers [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] 0B/0B Pulling 14.2s
⠙ transform-core-aio 10 layers [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] 0B/0B Pulling 14.2s
⠙ share 13 layers [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] 0B/0B Pulling 14.2s
⠙ transform-router 5 layers [⠀⠀⠀⠀⠀] 0B/0B Pulling 14.2s
✘ solr6 Error 14.2s
⠙ activemq 7 layers [⠀⠀⠀⠀⠀⠀⠀] 0B/0B Pulling 14.2s
⠙ alfresco 22 layers [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] 0B/0B Pulling 14.2s
⠙ digital-workspace 6 layers [⠀⠀⠀⠀⠀⠀] 0B/0B Pulling 14.2s
⠙ control-center 12 layers [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] 0B/0B Pulling 14.2s
⠙ proxy 8 layers [⠀⠀⠀⠀⠀⠀⠀⠀] 0B/0B Pulling 14.2s
Error response from daemon: unauthorized: access to the requested resource is not authorized
1 Solution

Accepted Solutions
vidhyabhushan
Partner

Re: Alfresco 7.4.0.1 - Docker compose

Jump to solution

Actually the issue was with solr6 image reference. In the docker-compose.yml downloaded has

image: quay.io/alfresco/search-services:2.0.7

whereas it should be 

image: alfresco/alfresco-search-services:2.0.7.

 

After making this change in docker compose file all worked.

Thanks

View solution in original post

3 Replies
cristinamr
Advanced

Re: Alfresco 7.4.0.1 - Docker compose

Jump to solution

Hi.

Check this link. It might help you.

Let us know the results.

Cheers,

Cristina.

--
VenziaIT: helping companies since 2005! Our ECM products: AQuA & Seidoc
openpj
Moderator
Moderator

Re: Alfresco 7.4.0.1 - Docker compose

Jump to solution

Probably there is something wrong with the secret configuration between the Alfresco Repo and Apache Solr.

Could you please share the Docker Compose?

vidhyabhushan
Partner

Re: Alfresco 7.4.0.1 - Docker compose

Jump to solution

Actually the issue was with solr6 image reference. In the docker-compose.yml downloaded has

image: quay.io/alfresco/search-services:2.0.7

whereas it should be 

image: alfresco/alfresco-search-services:2.0.7.

 

After making this change in docker compose file all worked.

Thanks