mirror of
https://github.com/bitnami/containers.git
synced 2026-02-17 03:07:16 +08:00
0.20.0-debian-10-r34 release
This commit is contained in:
committed by
Bitnami Containers
parent
d2ccd1b998
commit
ff40b5c7c0
@@ -23,10 +23,6 @@ $ docker run --name blackbox-exporter bitnami/blackbox-exporter:latest
|
||||
* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images.
|
||||
* Bitnami container images are released daily with the latest distribution packages available.
|
||||
|
||||
|
||||
> This [CVE scan report](https://quay.io/repository/bitnami/blackbox-exporter?tab=tags) contains a security report with all open CVEs. To get the list of actionable security issues, find the "latest" tag, click the vulnerability report link under the corresponding "Security scan" field and then select the "Only show fixable" filter on the next page.
|
||||
|
||||
|
||||
## Why use a non-root container?
|
||||
|
||||
Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://docs.bitnami.com/tutorials/work-with-non-root-containers/).
|
||||
@@ -36,7 +32,7 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`0`, `0-debian-10`, `0.20.0`, `0.20.0-debian-10-r33`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-blackbox-exporter/blob/0.20.0-debian-10-r33/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.20.0`, `0.20.0-debian-10-r34`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-blackbox-exporter/blob/0.20.0-debian-10-r34/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/blackbox-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-blackbox-exporter).
|
||||
|
||||
@@ -86,7 +82,6 @@ $ docker run --name blackbox-exporter-node1 --network blackbox-exporter-network
|
||||
|
||||
We can launch another containers using the same flag (`--network NETWORK`) in the `docker run` command. If you also set a name to your container, you will be able to use it as hostname in your network.
|
||||
|
||||
|
||||
## Configuration
|
||||
|
||||
Blackbox exporter is configured via a configuration file and command-line flags (such as what configuration file to load, what port to listen on, and the logging format and level).
|
||||
|
||||
Reference in New Issue
Block a user