Skip to content

Commit fe736c5

Browse files
authored
add option to disable default jre security property file (#2792)
* add upsert prop * add cleanup code for old deployment * fix lint issues * add disable JRE default properties file env
1 parent 53f2052 commit fe736c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

OracleManagementAgent/dockerfiles/latest/docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ services:
2626
# Image name reported by container images listing
2727
image: oracle/mgmtagent-container
2828

29+
# Environment properties
30+
environment:
31+
- DISABLE_JRE_DEFAULT_SECURITY_PROPERTIES_FILE=${DISABLE_JRE_DEFAULT_SECURITY_PROPERTIES_FILE}
32+
2933
# Internal hostname identifier for the container
3034
hostname: ${mgmtagent_hostname}
3135

0 commit comments

Comments
 (0)