0.16.1-rhel-7-r62 release
This commit is contained in:
parent
432e5cedb4
commit
d35a094261
|
|
@ -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.16.1-rhel-7-r61" \
|
||||
BITNAMI_IMAGE_VERSION="0.16.1-rhel-7-r62" \
|
||||
BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
HOME="/" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@ version: '2'
|
|||
|
||||
services:
|
||||
alertmanager:
|
||||
# Force docker-compose to use a comprehensive name for the image
|
||||
image: bitnami_alertmanager:rhel-7
|
||||
# Build action should be successful from any RHEL Host system running the Docker service with subscription managed registered
|
||||
# + info: https://access.redhat.com/solutions/253273
|
||||
build: .
|
||||
|
|
|
|||
|
|
@ -45,7 +45,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-rhel-7`, `0.16.1-rhel-7-r61` (0/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-alertmanager/blob/0.16.1-rhel-7-r61/0/rhel-7/Dockerfile)
|
||||
* [`0-rhel-7`, `0.16.1-rhel-7-r62` (0/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-alertmanager/blob/0.16.1-rhel-7-r62/0/rhel-7/Dockerfile)
|
||||
* [`0-ol-7`, `0.16.1-ol-7-r60` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-alertmanager/blob/0.16.1-ol-7-r60/0/ol-7/Dockerfile)
|
||||
* [`0-debian-9`, `0.16.1-debian-9-r57`, `0`, `0.16.1`, `0.16.1-r57`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-alertmanager/blob/0.16.1-debian-9-r57/0/debian-9/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue