Commit edc3fb49 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch '17-robotframework-docker-image-comes-from-an-untrusted-source' into 'master'

Resolve "RobotFramework docker image comes from an untrusted source"

Closes #17

See merge request to-be-continuous/robotframework!42
parents 634ee2ed f9fbd2c6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ It is bound to the `acceptance` stage, and uses the following variable:
| `REVIEW_ENABLED`      | Set to `true` to enable Robot Framework tests on review environments (_dynamic environments instantiated on development branches_) | _none_ (disabled) |

Notes:

* :warning: the Robot Framework project does not maintain an official Docker image. Use the default Docker image at your own risks. See the to-be-continuous [documentation](https://to-be-continuous.gitlab.io/doc/secu/#image-selection) for more details.
* :warning: the default Docker image used here runs as non-`root` user. Therefore it is not able - like most other templates - to manage
custom certificate authorities (declared using either `$CUSTOM_CA_CERTS` or `$DEFAULT_CA_CERTS`). If you need it (need to call a server
with SSL certificate issued by a non-official certificate authority), then you'll have to build your own Docker image that either embeds