gitlab
This commit is contained in:
parent
9082b0352b
commit
1600962042
@ -64,7 +64,7 @@ services:
|
|||||||
gitlab-runner:
|
gitlab-runner:
|
||||||
image: mathwave/sprint-repo:gitlab-runner
|
image: mathwave/sprint-repo:gitlab-runner
|
||||||
volumes:
|
volumes:
|
||||||
- /etc:/etc
|
- /etc/builds:/etc/builds
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
environment:
|
environment:
|
||||||
GITLAB_REGISTRATION_TOKEN: $GITLAB_REGISTRATION_TOKEN
|
GITLAB_REGISTRATION_TOKEN: $GITLAB_REGISTRATION_TOKEN
|
||||||
|
@ -10,4 +10,5 @@ RUN echo \
|
|||||||
$(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
|
$(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
|
||||||
RUN apt-get update --yes
|
RUN apt-get update --yes
|
||||||
RUN apt-get install --yes docker-ce docker-ce-cli containerd.io docker-compose-plugin
|
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
|
Loading…
Reference in New Issue
Block a user