-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
0
-
3
-
Problem Definition
Currently Bamboo allows the overriding of the Docker image entrypoint by adding the below iIn the Extra arguments for the docker run box in the Bamboo job docker configuration page:
--entrypoint=
Suggested Solution
Make this the default behaviour so that the entrypoint is always overridden in Bamboo.
Workaround
Individually add the above argument to all your jobs that require override.
[BAM-21410] Make overriding of the entrypoint the default behaviour of docker runner
Support reference count | Original: 2 | New: 3 |
Support reference count | New: 2 |
UIS | Original: 1 | New: 0 |
UIS | Original: 0 | New: 1 |
UIS | Original: 2 | New: 0 |
UIS | New: 2 |
Description |
Original:
h3. Problem Definition
Currently Bamboo allows the overriding of the Docker image entrypoint by adding the below iIn the *Extra arguments for the docker run* box in the Bamboo job docker configuration page: {noformat} --entrypoint= {noformat} h3. Suggested Solution Make this the default behaviour so that the entrypoint is always overridden in Bamboo h3. Workaround Individually add the above argument to all your jobs that require override. |
New:
h3. Problem Definition
Currently Bamboo allows the overriding of the Docker image entrypoint by adding the below iIn the *Extra arguments for the docker run* box in the Bamboo job docker configuration page: {noformat} --entrypoint= {noformat} h3. Suggested Solution Make this the default behaviour so that the entrypoint is always overridden in Bamboo. h3. Workaround Individually add the above argument to all your jobs that require override. |