parameterize ACS version in Dockerfile
This commit is contained in:
parent
6e6f38e9e4
commit
1e1667c039
@ -1,3 +1,4 @@
|
||||
ARG ACS_TAG=inject-it
|
||||
FROM alfresco/alfresco-content-repository-community:${ACS_TAG}
|
||||
|
||||
ARG USERNAME=alfresco
|
||||
|
@ -4,7 +4,10 @@ version: "3"
|
||||
|
||||
services:
|
||||
platform:
|
||||
build: ./alfresco-content-repository/docker
|
||||
build:
|
||||
context: ./alfresco-content-repository/docker
|
||||
args:
|
||||
ACS_TAG: ${ACS_TAG}
|
||||
image: local/alfresco-content-repository:latest
|
||||
environment:
|
||||
JAVA_TOOL_OPTIONS: "
|
||||
|
Loading…
x
Reference in New Issue
Block a user