gitlab-ci-stack
gitlab-ci-stack copied to clipboard
Full CI pipeline project based on Gitlab & Gitlab CI running Docker, completely automated setup by Vagrant & Ansible, providing Let´s Encrypt certificates for private Servers, multiple Gitlab-Runners...
I'm trying to build the stack using Vagrant (2.2.6) on Windows10. I got this error: [Vagrant fork() function is unimplemented on this machine (NotImplementedError) on Windows](https://stackoverflow.com/questions/45026484/vagrant-fork-function-is-unimplemented-on-this-machine-notimplementederror-o). 1. I'll try in...
In [install-gitlab.yml](https://github.com/jonashackt/gitlab-ci-stack/blob/master/install-gitlab.yml) there´s a shell module invocation with: ``` - name: Add the GitLab package repository shell: "curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash" ``` This could potentially introduce security problems -...
Hi @jonashackt, great project which is still working at home for me :-) As Ubuntu 18.04 LTS is soon not supported anymore, how about an update to use Ubuntu 22.04...
https://github.com/jonashackt/gitlab-ci-stack#changes-needed-in-gitlab-ciyml-for-docker-in-docker-compared-to-using-a-shell-runner-1 ``` build-image: stage: build # the tag 'shell' advices only GitLab runners using this tag to pick up that job tags: - socket script: - docker build . --tag...