mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
REPO-3091: use alfresco-share and alfresco-full-share names for artifacts so it complies with the guidelines
https://github.com/Alfresco/alfresco-anaxes-shipyard/tree/master/docs/guidelines#naming
This commit is contained in:
@@ -19,7 +19,7 @@ services:
|
||||
- 8082:8080 #Browser port
|
||||
|
||||
share:
|
||||
image: quay.io/alfresco/full-share:${SHARE_TAG}
|
||||
image: quay.io/alfresco/alfresco-full-share:${SHARE_TAG}
|
||||
ports:
|
||||
- 8080:8080
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM quay.io/alfresco/share:5.2.X
|
||||
FROM quay.io/alfresco/alfresco-share:5.2.X
|
||||
|
||||
RUN mkdir -p /usr/local/tomcat/amps_share
|
||||
|
||||
|
||||
Reference in New Issue
Block a user