Sign inSign up

orthantbing/dotnet_awscli

By orthantbing

•Updated over 7 years ago

microsoft/dotnet:latest with awscli installed

Image
0

8.0K

orthantbing/dotnet_awscli repository overview

You can use this image in ci/cd pipeline to build and publish dotnet projects, zip the build and push it to s3. This image is builit over microsoft/dotnet:latest with zip, awscli installed.

Dockerfile: FROM microsoft/dotnet:latest

RUN apt-get update &&
apt-get install -y
python3
python3-pip
python3-setuptools
groff
less
jq
zip
&& pip3 install --upgrade pip
&& apt-get clean

RUN pip3 --no-cache-dir install --upgrade awscli

CMD ["/bin/bash"]

Tag summary

Content type

Image

Digest

Size

759.7 MB

Last updated

over 7 years ago

docker pull orthantbing/dotnet_awscli:version3.0