microsoft/dotnet:latest with awscli installed
8.0K
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"]
Content type
Image
Digest
Size
759.7 MB
Last updated
over 7 years ago
docker pull orthantbing/dotnet_awscli:version3.0