This commit is contained in:
Administrator 2022-08-18 10:25:55 +03:00
parent 9082b0352b
commit 1600962042
2 changed files with 3 additions and 2 deletions

View File

@ -64,7 +64,7 @@ services:
gitlab-runner:
image: mathwave/sprint-repo:gitlab-runner
volumes:
- /etc:/etc
- /etc/builds:/etc/builds
- /var/run/docker.sock:/var/run/docker.sock
environment:
GITLAB_REGISTRATION_TOKEN: $GITLAB_REGISTRATION_TOKEN

View File

@ -10,4 +10,5 @@ RUN echo \
$(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
RUN apt-get update --yes
RUN apt-get install --yes docker-ce docker-ce-cli containerd.io docker-compose-plugin
RUN chmod 777 /etc
RUN mkdir /etc/builds/
RUN chmod 777 /etc/builds