Sign inSign up

stenon/gitlab_ci_base_client_image

By stenon

Updated almost 5 years ago

Image
0

94

stenon/gitlab_ci_base_client_image repository overview

FROM ubuntu:18.04

RUN apt-get clean

RUN apt-get update -y

RUN apt-get -y dist-upgrade

RUN apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common gnupg2 pass jq

RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -

RUN apt-key fingerprint 0EBFCD88

RUN add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"

RUN apt-get update -y

RUN apt-get install -y python3.7 python3-pip docker-ce docker-ce-cli containerd.io zip docker-compose

RUN pip3 install awscli pipenv

RUN apt-get install -y --no-install-recommends qemu-user qemu-user-static binfmt-support

Tag summary

Content type

Image

Digest

Size

483.6 MB

Last updated

almost 5 years ago

docker pull stenon/gitlab_ci_base_client_image