diff --git a/e2e-test/pom.xml b/e2e-test/pom.xml
index b0d9d7147..41bf7fcd5 100644
--- a/e2e-test/pom.xml
+++ b/e2e-test/pom.xml
@@ -14,7 +14,9 @@
6.0.1.2
6.0.0.4
3.0.11
- 2.6.0
+
+ 3.1.0
src/test/resources/SearchSuite.xml
@@ -77,7 +79,7 @@
org.alfresco
- alfresco-rm-automation-enterprise-rest-api
+ alfresco-governance-services-automation-enterprise-rest-api
${rm.version}
test
@@ -88,7 +90,7 @@
org.alfresco
- alfresco-rm-automation-community-rest-api
+ alfresco-governance-services-automation-community-rest-api
${rm.version}
tests
test
diff --git a/search-services/packaging/src/docker/6.x/.env b/search-services/packaging/src/docker/6.x/.env
index 37cd93f01..f23d97f96 100644
--- a/search-services/packaging/src/docker/6.x/.env
+++ b/search-services/packaging/src/docker/6.x/.env
@@ -1,6 +1,7 @@
# In order to start the community edition set the value of ALFRESCO_IMAGE to alfresco/alfresco-content-repository-community
-ALFRESCO_IMAGE=alfresco/alfresco-content-repository
+ALFRESCO_IMAGE=quay.io/alfresco/alfresco-content-repository
ALFRESCO_TAG=6.1.0-EA3
+SHARE_IMAGE=quay.io/alfresco/alfresco-share
SHARE_TAG=6.0
POSTGRES_TAG=10.1
SEARCH_TAG=latest
\ No newline at end of file
diff --git a/search-services/packaging/src/docker/6.x/docker-compose.yml b/search-services/packaging/src/docker/6.x/docker-compose.yml
index 5b07ec59b..b7e4c3bbc 100644
--- a/search-services/packaging/src/docker/6.x/docker-compose.yml
+++ b/search-services/packaging/src/docker/6.x/docker-compose.yml
@@ -20,7 +20,7 @@ services:
- "5005:5005" #Java debugging
- "8081:8080" #Browser port for Alfresco
share:
- image: alfresco/alfresco-share:${SHARE_TAG}
+ image: ${SHARE_IMAGE}:${SHARE_TAG}
environment:
- REPO_HOST=alfresco
- REPO_PORT=8080