0.19.0-ol-7-r40 release

This commit is contained in:
Bitnami Bot 2019-10-08 03:16:56 +00:00
parent cf514ff7ba
commit 4dbedf2242
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras:7-r489
FROM bitnami/oraclelinux-extras:7-r490
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@ -10,7 +10,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
RUN mkdir -p /opt/bitnami/alertmanager/data/ && chmod g+rwX /opt/bitnami/alertmanager/data/
ENV BITNAMI_APP_NAME="alertmanager" \
BITNAMI_IMAGE_VERSION="0.19.0-ol-7-r39" \
BITNAMI_IMAGE_VERSION="0.19.0-ol-7-r40" \
PATH="/opt/bitnami/alertmanager/bin:$PATH"
EXPOSE 9093

View File

@ -46,7 +46,7 @@ $ kubectl apply -f test.yaml
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/).
* [`0-ol-7`, `0.19.0-ol-7-r39` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-alertmanager/blob/0.19.0-ol-7-r39/0/ol-7/Dockerfile)
* [`0-ol-7`, `0.19.0-ol-7-r40` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-alertmanager/blob/0.19.0-ol-7-r40/0/ol-7/Dockerfile)
* [`0-debian-9`, `0.19.0-debian-9-r35`, `0`, `0.19.0`, `0.19.0-r35`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-alertmanager/blob/0.19.0-debian-9-r35/0/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/alertmanager GitHub repo](https://github.com/bitnami/bitnami-docker-alertmanager).