diff --git a/docker-compose/.env b/docker-compose/.env
index abe6b17c8..1d9c39014 100644
--- a/docker-compose/.env
+++ b/docker-compose/.env
@@ -1,4 +1,4 @@
REPO=quay.io/
ALFRESCO_TAG=latest
-SHARE_TAG=5.2.X
+SHARE_TAG=6.0
diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml
index b7683e47b..bebc68dcd 100644
--- a/docker-compose/docker-compose.yml
+++ b/docker-compose/docker-compose.yml
@@ -19,7 +19,7 @@ services:
- 8082:8080 #Browser port
share:
- image: ${REPO}alfresco/alfresco-full-share:${SHARE_TAG}
+ image: ${REPO}alfresco/alfresco-share:${SHARE_TAG}
environment:
- REPO_HOST=alfresco
- REPO_PORT=8080
diff --git a/docker-share/.maven-dockerignore b/docker-share/.maven-dockerignore
deleted file mode 100644
index 112bd1824..000000000
--- a/docker-share/.maven-dockerignore
+++ /dev/null
@@ -1 +0,0 @@
-target/docker/
\ No newline at end of file
diff --git a/docker-share/Dockerfile b/docker-share/Dockerfile
deleted file mode 100644
index 6fff3d816..000000000
--- a/docker-share/Dockerfile
+++ /dev/null
@@ -1,9 +0,0 @@
-FROM quay.io/alfresco/alfresco-share:5.2.X
-
-RUN mkdir -p /usr/local/tomcat/amps_share
-
-COPY target/alfresco-mmt/* /usr/local/tomcat/alfresco-mmt/
-COPY target/amps_share /usr/local/tomcat/amps_share
-
-RUN java -jar /usr/local/tomcat/alfresco-mmt/alfresco-mmt*.jar install \
- /usr/local/tomcat/amps_share /usr/local/tomcat/webapps/share -directory -nobackup -force
\ No newline at end of file
diff --git a/docker-share/pom.xml b/docker-share/pom.xml
deleted file mode 100644
index ad1488d20..000000000
--- a/docker-share/pom.xml
+++ /dev/null
@@ -1,141 +0,0 @@
-
- 4.0.0
- content-services-community-docker-share
- ACS Community Docker image builder for Share
- pom
-
-
- org.alfresco
- acs-community-packaging
- 6.0.4-SNAPSHOT
- ../pom.xml
-
-
-
-
- org.alfresco
- alfresco-mmt
- ${dependency.alfresco-mmt.version}
-
-
- org.alfresco.integrations
- alfresco-googledocs-share
- ${alfresco.googledocs.version}
- amp
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-dependency-plugin
- 3.0.2
-
-
- copy-resources
- process-resources
-
- copy
-
-
-
-
- org.alfresco
- alfresco-mmt
- ${dependency.alfresco-mmt.version}
- jar
- false
- ${project.build.directory}/alfresco-mmt
-
-
- org.alfresco.integrations
- alfresco-googledocs-share
- ${alfresco.googledocs.version}
- amp
- false
- ${project.build.directory}/amps_share
-
-
-
-
-
-
-
-
-
-
-
-
- communityDocker
-
-
-
- io.fabric8
- fabric8-maven-plugin
- ${dependency.fabric8.version}
-
-
-
- alfresco/alfresco-full-share
-
- ${project.basedir}/
-
- local
-
-
-
-
-
-
-
- install
- build
-
- build
-
-
-
-
-
-
-
-
- dockerImages
-
-
-
- io.fabric8
- fabric8-maven-plugin
- ${dependency.fabric8.version}
-
-
-
- alfresco/alfresco-full-share
- quay.io
-
- ${project.basedir}/
-
- ${project.version}
-
-
-
-
-
-
-
- buildAndPush
-
- build
- push
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml
index 7eeff2aae..ffb2d9cf3 100644
--- a/helm/alfresco-content-services/values.yaml
+++ b/helm/alfresco-content-services/values.yaml
@@ -30,8 +30,8 @@ repository:
share:
replicaCount: 1
image:
- repository: quay.io/alfresco/alfresco-full-share
- tag: "5.2.X"
+ repository: quay.io/alfresco/alfresco-share
+ tag: "6.0"
pullPolicy: Always
internalPort: 8080
service:
diff --git a/pom.xml b/pom.xml
index 2f7547f01..2f0d66043 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,6 @@
war
docker-alfresco
- docker-share
@@ -37,7 +36,6 @@
distribution
public-javadoc
docker-alfresco
- docker-share