File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 # This is the name of the Docker image for your service.
4545 dockerimage : private/diablo-redbook
4646 # List of build-time variables
47- dockerbuildargs : " ARG1='one',ARG2='two'"
47+ dockerbuildargs : |
48+ "ARG1='one'"
49+ "ARG2='two'"
4850 # Sets the target stage to build
4951 dockerbuildtarget : " runtime"
5052 # The additional arguments you need to build the docker image
7779| ` dockerusername ` | Username for the Docker Registry | |
7880| ` dockerpassword ` | Password for the Docker Registry | |
7981| ` dockerfile ` | Dockerfile | ` ./Dockerfile ` |
80- | ` dockeradditionalbuildparams ` | List of Docker Build Parameters like: "--target runtime --build-arg ARG1=one --build-arg ARG2=two" | |
81- | ` dockerbuildargs ` | List of build-time variables like: "ARG1=one,ARG2=two" | |
82+ | ` dockerbuildargs ` | List of build-time variables | |
8283| ` dockerbuildtarget ` | Sets the target stage to build like: "runtime" | |
8384| ` gitopsenabled ` | Update the manifest files in the GitOps repository | ` true ` |
8485| ` gitopsorganization ` | GitHub Organization for GitOps | ` Staffbase ` |
You can’t perform that action at this time.
0 commit comments