skip to Main Content

Gitlab-Runner issue commands to docker containers – Magento

I have the following docker network configuration (this was generated by my docker-compose.yml file): [ { "Name": "docker-config_private", "Id": "ed4e2db14df4930efeaa9174110bc1f72b754d727513ebfa1609c5d0c07ffabf", "Created": "2021-03-11T17:26:36.392514302Z", "Scope": "local", "Driver": "bridge", "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": null, "Config": [ { "Subnet": "172.19.0.0/16", "Gateway":…

VIEW QUESTION

How do I fix a Gitlab Runner install error? – Debian

I have my own GitLab-Instance set up and wanted to install GitLab-Runner on my Instance. I followed the docs (https://docs.gitlab.com/runner/install/linux-manually.html) but I am stuck after downloading the package with curl -LJO "https://gitlab-runner-downloads.s3.amazonaws.com/latest/deb/gitlab-runner_x84_64.deb". Because after the curl, dpkg -i gitlab-runner_x84_64.deb is…

VIEW QUESTION
Back To Top
Search