|
|
@@ -120,6 +120,8 @@ matrix_bot_maubot_container_image_customizations_enabled: false |
|
|
# for building your customized maubot image based on the original (upstream) image (`matrix_bot_maubot_docker_image`). |
|
|
# for building your customized maubot image based on the original (upstream) image (`matrix_bot_maubot_docker_image`). |
|
|
# A `FROM …` clause is included automatically so you don't have to. |
|
|
# A `FROM …` clause is included automatically so you don't have to. |
|
|
# |
|
|
# |
|
|
|
|
|
# For this to take effect, you need to enable customizations (`matrix_bot_maubot_container_image_customizations_enabled: true`). |
|
|
|
|
|
# |
|
|
# Example: |
|
|
# Example: |
|
|
# matrix_bot_maubot_container_image_customizations_dockerfile_body_custom: | |
|
|
# matrix_bot_maubot_container_image_customizations_dockerfile_body_custom: | |
|
|
# RUN echo 'This is a custom step for building the customized container image for maubot.' |
|
|
# RUN echo 'This is a custom step for building the customized container image for maubot.' |
|
|
|