Prettier: Fix all markdown files and add markdown files to CI verify step (#39776)

This commit is contained in:
Torkel Ödegaard
2021-09-29 14:34:40 +02:00
committed by GitHub
parent abc5f50715
commit bc01c9cdbc
124 changed files with 816 additions and 718 deletions

View File

@@ -3,8 +3,7 @@
These are the sources for the Docker image that we use for the Grafana build containers. The image source itself
is in Dockerfile, but there are supporting scripts such as the Makefile, for building images.
The image is based on Debian Stretch, since we want an older Linux distribution (Stretch has long-term support into
2022) to build binaries that are as portable as possible.
The image is based on Debian Stretch, since we want an older Linux distribution (Stretch has long-term support into 2022) to build binaries that are as portable as possible.
## Makefile targets
@@ -20,6 +19,7 @@ The image is based on Debian Stretch, since we want an older Linux distribution
- Opens bash within the running container
## Build/Publish Docker Image
In order to build and publish the Grafana build Docker image, execute the following:
```