1.29.0-debian-10-r16 release

This commit is contained in:
Bitnami Bot 2021-11-06 08:30:53 +00:00
parent 7564922915
commit 79b84db251
2 changed files with 27 additions and 26 deletions

View File

@ -16,7 +16,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="redis-exporter" \
BITNAMI_IMAGE_VERSION="1.29.0-debian-10-r15" \
BITNAMI_IMAGE_VERSION="1.29.0-debian-10-r16" \
PATH="/opt/bitnami/redis-exporter/bin:$PATH"
EXPOSE 9121

View File

@ -1,17 +1,18 @@
# Redis Exporter packaged by Bitnami
# What is Redis Exporter?
## What is Redis Exporter?
Redis Exporter is a simple server that scrapes Redis(TM) metrics endpoint and exports them as Prometheus metrics.
> Redis Exporter gathers Redis(TM) metrics for Prometheus consumption.
[https://github.com/oliver006/redis_exporter](https://github.com/oliver006/redis_exporter)
[Overview of Redis Exporter](https://github.com/oliver006/redis_exporter)
# TL;DR
## TL;DR
```console
$ docker run --name redis-exporter bitnami/redis-exporter:latest
```
# Why use Bitnami Images?
## Why use Bitnami Images?
* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
* With Bitnami images the latest bug fixes and features are available as soon as possible.
@ -23,20 +24,20 @@ $ docker run --name redis-exporter bitnami/redis-exporter:latest
> This [CVE scan report](https://quay.io/repository/bitnami/redis-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?
## 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/).
# Supported tags and respective `Dockerfile` links
## Supported tags and respective `Dockerfile` links
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/).
* [`1`, `1-debian-10`, `1.29.0`, `1.29.0-debian-10-r15`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-exporter/blob/1.29.0-debian-10-r15/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.29.0`, `1.29.0-debian-10-r16`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-exporter/blob/1.29.0-debian-10-r16/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/redis-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-redis-exporter).
# Get this image
## Get this image
The recommended way to get the Bitnami Redis Exporter Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/redis-exporter).
@ -56,21 +57,21 @@ If you wish, you can also build the image yourself.
$ docker build -t bitnami/redis-exporter:latest 'https://github.com/bitnami/bitnami-docker-redis-exporter.git#master:1/debian-10'
```
# Connecting to other containers
## Connecting to other containers
Using [Docker container networking](https://docs.docker.com/engine/userguide/networking/), a different server running inside a container can easily be accessed by your application containers and vice-versa.
Containers attached to the same network can communicate with each other using the container name as the hostname.
## Using the Command Line
### Using the Command Line
### Step 1: Create a network
#### Step 1: Create a network
```console
$ docker network create redis-exporter-network --driver bridge
```
### Step 2: Launch the Redis Exporter container within your network
#### Step 2: Launch the Redis Exporter container within your network
Use the `--network <NETWORK>` argument to the `docker run` command to attach the container to the `redis-exporter-network` network.
@ -78,16 +79,16 @@ Use the `--network <NETWORK>` argument to the `docker run` command to attach the
$ docker run --name redis-exporter-node1 --network redis-exporter-network bitnami/redis-exporter:latest
```
### Step 3: Run another containers
#### Step 3: Run another containers
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
## Configuration
Find all the configuration flags in [the redis_exporter official documentation](https://github.com/oliver006/redis_exporter#flags).
# Logging
## Logging
The Bitnami Redis Exporter Docker image sends the container logs to `stdout`. To view the logs:
@ -97,19 +98,19 @@ $ docker logs redis-exporter
You can configure the containers [logging driver](https://docs.docker.com/engine/admin/logging/overview/) using the `--log-driver` option if you wish to consume the container logs differently. In the default configuration docker uses the `json-file` driver.
# Maintenance
## Maintenance
## Upgrade this image
### Upgrade this image
Bitnami provides up-to-date versions of redis-exporter, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container.
### Step 1: Get the updated image
#### Step 1: Get the updated image
```console
$ docker pull bitnami/redis-exporter:latest
```
### Step 2: Stop the running container
#### Step 2: Stop the running container
Stop the currently running container using the command
@ -117,13 +118,13 @@ Stop the currently running container using the command
$ docker stop redis-exporter
```
### Step 3: Remove the currently running container
#### Step 3: Remove the currently running container
```console
$ docker rm -v redis-exporter
```
### Step 4: Run the new image
#### Step 4: Run the new image
Re-create your container from the new image.
@ -131,11 +132,11 @@ Re-create your container from the new image.
$ docker run --name redis-exporter bitnami/redis-exporter:latest
```
# Contributing
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-redis-exporter/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-redis-exporter/pulls) with your contribution.
# Issues
## Issues
If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/bitnami-docker-redis-exporter/issues/new). For us to provide better support, be sure to include the following information in your issue:
@ -145,7 +146,7 @@ If you encountered a problem running this container, you can file an [issue](htt
- Version of this container
- The command you used to run the container, and any relevant output you saw (masking any sensitive information)
# License
## License
Copyright (c) 2021 Bitnami
Licensed under the Apache License, Version 2.0 (the "License");