Skip to content

Commit

Permalink
updated docker and containerd
Browse files Browse the repository at this point in the history
  • Loading branch information
calexandre committed Jul 1, 2020
1 parent 83e1919 commit c65bbfa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ LABEL maintainer="NOS Inovação S.A." \
ENV SONAR_SCANNER_MSBUILD_VERSION=4.10.0.19059 \
DOTNETCORE_SDK=3.1.301 \
DOTNETCORE_RUNTIME=3.1.5 \
DOCKER_VERSION=5:19.03.2~3-0~debian-buster \
CONTAINERD_VERSION=1.2.6-3
DOCKER_VERSION=5:19.03.12~3-0~debian-buster \
CONTAINERD_VERSION=1.2.13-2

RUN apt-get update \
&& apt-get dist-upgrade -y
Expand Down
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,34 @@
# dotnet-sonar

[![Docker Cloud Status](https://img.shields.io/docker/cloud/automated/nosinovacao/dotnet-sonar.svg)](dotnet-sonar)
[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/nosinovacao/dotnet-sonar.svg)](dotnet-sonar)
[![Docker Pulls](https://img.shields.io/docker/pulls/nosinovacao/dotnet-sonar.svg)](dotnet-sonar)

[![Docker Pulls](https://img.shields.io/docker/v/nosinovacao/dotnet-sonar?sort=semver)](dotnet-sonar)
[![Docker Pulls](https://img.shields.io/docker/v/nosinovacao/dotnet-sonar?sort=date)](dotnet-sonar)

This is a container used to build dotnet projects and provide SonarQube analysis using SonarQube MSBuild Scanner.

It also allows you to run Docker in Docker using a docker.sock mount.

----

This latest image was built with the following components:

* dotnetcore-sdk-3.1.100
* dotnetcore-runtime-3.1.100 (required by Sonar Scanner)
* SonarQube MSBuild Scanner 4.8.0.12008
* OpenJDK Java Runtime 11 (required by Sonar Scanner)
* Docker binaries 19.03.1 (for running Docker in Docker using the docker.sock mount)
* NodeJS 11
* dotnetcore-sdk-3.1.301
* dotnetcore-runtime-3.1.301 (required by Sonar Scanner)
* SonarQube MSBuild Scanner 4.10.x
* OpenJDK Java Runtime 11.x (required by Sonar Scanner)
* Docker binaries 19.03.x (for running Docker in Docker using the docker.sock mount)
* NodeJS 12.x

[![Docker Build Status](https://img.shields.io/docker/build/nosinovacao/dotnet-sonar.svg)](dotnet-sonar)

## Supported tags and respective `Dockerfile` links

> Tags are written using the following pattern: `dotnet-sonar:<year>.<month>.<revision>`
* `19.12.0`, `latest` [(19.12.0/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/19.12.0/Dockerfile)
* `20.07.0`, `latest` [(20.07.0/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/master/Dockerfile)
* `19.12.0` [(19.12.0/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/19.12.0/Dockerfile)
* `19.10.1` [(19.10.1/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/19.10.1/Dockerfile)
* `19.09.0` [(19.09-0/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/19.09.0/Dockerfile)
* `19.08.0` [(19.08.0/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/19.08.0/Dockerfile)
Expand Down

0 comments on commit c65bbfa

Please sign in to comment.