python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Git - Rename All Default Branches
I use Gitlab for source control. Gitlab recently made the switch to using main as the default branch for new repositories, as described here, which is fine, and I've adjusted my development environmen...
Groger
Votes: 0
Answers: 1
GitLab Runner register shows i/o timeout in Docker
I'm trying to setup GitLab in my local machine and install GitLab and GitLab Runner in Docker:
CONTAINER ID IMAGE COMMAND CREATED STATUS ...
NikSU
Votes: 0
Answers: 1
Error when pulling private docker image from GitLab container registry using DockerOperator in Airflow 2.0
I've been struggling with pulling a private image from my GitLab container registry when running a DockerOperator in Airflow 2.0.
My DockerOperator looks as follows:
python_mailer = DockerOperator(
...
Maarten
Votes: 0
Answers: 1
My docker run crash during the test phase of my gitlab CI
So i am quite new to the whole CI topic and im trying to run tests after my merge request in my pipeline. Except that when my command try to run the container i have an error.
So this is my gitlab-ci ...
Adrien Garcia
Votes: 0
Answers: 1