1.5.3-debian-10-r2 release
This commit is contained in:
parent
f43ad711ce
commit
9cd72e9738
|
|
@ -11,7 +11,7 @@ RUN apt-get update && apt-get upgrade -y && \
|
|||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
||||
ENV BITNAMI_APP_NAME="redis-exporter" \
|
||||
BITNAMI_IMAGE_VERSION="1.5.3-debian-10-r1" \
|
||||
BITNAMI_IMAGE_VERSION="1.5.3-debian-10-r2" \
|
||||
PATH="/opt/bitnami/redis-exporter/bin:$PATH"
|
||||
|
||||
EXPOSE 9121
|
||||
|
|
|
|||
|
|
@ -27,24 +27,12 @@ $ docker run --name redis-exporter bitnami/redis-exporter:latest
|
|||
|
||||
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/containers/how-to/work-with-non-root-containers/).
|
||||
|
||||
# How to deploy Redis exporter in Kubernetes?
|
||||
|
||||
You can find an example for testing in the file `test.yaml`. To launch this sample file run:
|
||||
|
||||
```console
|
||||
$ kubectl apply -f test.yaml
|
||||
```
|
||||
|
||||
> NOTE: If you are pulling from a private containers registry, replace the image name with the full URL to the docker image. E.g.
|
||||
>
|
||||
> - image: 'your-registry/image-name:your-version'
|
||||
|
||||
# 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/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`1-debian-10`, `1.5.3-debian-10-r1`, `1`, `1.5.3`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-exporter/blob/1.5.3-debian-10-r1/1/debian-10/Dockerfile)
|
||||
* [`1-debian-10`, `1.5.3-debian-10-r2`, `1`, `1.5.3`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-exporter/blob/1.5.3-debian-10-r2/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/redis-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-redis-exporter).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue