You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will use the model, variable and archive files in the sample directory.
46
68
47
-
The Admin Server and each Managed Server are run in containers from this build image. The admin server credentials, required for running the admin server or a managed server, are provided in a properties file. This sample contains a credentials properties file in the properties/docker_run directory, which can be mounted into a volume on the container image. It is the responsibility of the user to mange the properties file in this mounted container volume.
69
+
This sample provides a script which will read the model variable file and parse the domain, admin and managed server information
70
+
into a string of --build-arg statements. This build arg string is exported as environment variable BUILD_ARG.
71
+
The sample script specifically parses the sample variable file. Use it as an example to parse a custom variable file.
72
+
This will insure that the values docker exposes and persists in the image are the same values configured in the domain.
73
+
74
+
To parse the sample variable file and build the sample, run:
0 commit comments