docker image for gitlab runner enriched by self signed certificate
10K+
As base image gitlab/gitlab-runner:alpine was used
Dockerfile:
FROM gitlab/gitlab-runner:alpine
WORKDIR /home/lubomir/docker/gitlab-runner
COPY gitlab.pem /etc/ssl/certs/ COPY cert.sh /etc/ssl/certs/
RUN /etc/ssl/certs/cert.sh
Content type
Image
Digest
Size
36.2 MB
Last updated
about 8 years ago
docker pull leros321/gitlab-runner-lubo