Sign inSign up

ssoor/gitlab-ci

By ssoor

Updated over 4 years ago

Image
0

76

ssoor/gitlab-ci repository overview

FROM ubuntu

RUN sed -i s@/archive.ubuntu.com/@/mirrors.tuna.tsinghua.edu.cn/@g /etc/apt/sources.list

RUN apt-get update && \
    DEBIAN_FRONTEND=noninteractive apt-get install -y git git-lfs less jq curl && \
    git lfs install && \
    apt-get clean all && rm -rf /var/lib/apt/lists/*

WORKDIR /app

ENTRYPOINT ["bash"]

Tag summary

Content type

Image

Digest

Size

67.7 MB

Last updated

over 4 years ago

docker pull ssoor/gitlab-ci:yk-runner