thielepaul
thielepaul
thanks a lot @rarkins your suggestion fixes it: https://gitlab.com/thielepaul/renovate-gonum/-/commit/a483cbac4fef11c5fdf5b5ac6470e4e00d018466 Is this a bug in the bot anyway? If not, feel free to close this!
I had the same issue and was able to resolve it by adding the following config to the gitlab-ci.yml: ```yaml RENOVATE_CUSTOM_ENV_VARIABLES: '{"PIP_CERT": "/etc/ssl/certs/ca-certificates.crt", "TWINE_CERT": "/etc/ssl/certs/ca-certificates.crt", "REQUESTS_CA_BUNDLE": "/etc/ssl/certs/ca-certificates.crt", "CURL_CA_BUNDLE": "/etc/ssl/certs/ca-certificates.crt", "SSL_CERT_FILE":...
Thanks you for your clarifying that for me and its nice to hear that there is development going on updating donkey car to support jetpack 4.6.1! I suggest we close...
Yes, it would be a far nicer use experience, if it would not be necessary to build it manually :grimacing: Is it maybe possible to use a different base os,...
> Why not simply use a Docker Compose file and assign the configuration file? > > ` > version: '3' > > services: > hms-mqtt-publisher: > image: dennisosrm/hms-mqtt-publisher > volumes:...
> Sorry for asking, but I can't get any further with tsfuchs' advice. > I created the config.toml and tried to start it with compose.yaml. There is the following error:...