docker run -it --entrypoint=/bin/sh minio/mc then use the mc config command. GitLab CI When using the Docker container in GitLab CI, you must set the entrypoint to an empty string. deploy: image: name: minio/mc entrypoint: [''] stage: deploy before_script: - mc alias set minio...
You should read the Documentation to properly install Rdiffweb in your environment. Docker docker pull ikus060/rdiffweb Debian apt install lsb-release curl -L https://www.ikus-soft.com/archive/rdiffweb/public.key | gpg --dearmor > /usr/share/keyrings/rdiffweb-keyring.gpg echo "deb [...