0.15.2-ol-7-r6 release
This commit is contained in:
parent
9ee4621b45
commit
0cdf2cee0e
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r91 as buildenv
|
||||
FROM bitnami/oraclelinux-extras:7-r92 as buildenv
|
||||
|
||||
RUN install_packages ca-certificates wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/alertmanager-0.15.2-0-linux-x86_64-ol-7.tar.gz && \
|
||||
|
|
@ -8,12 +8,12 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
|
||||
##################
|
||||
|
||||
FROM bitnami/oraclelinux-extras:7-r91
|
||||
FROM bitnami/oraclelinux-extras:7-r92
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY --from=buildenv /opt/bitnami/alertmanager /opt/bitnami/alertmanager
|
||||
ENV BITNAMI_APP_NAME="alertmanager" \
|
||||
BITNAMI_IMAGE_VERSION="0.15.2-ol-7-r5" \
|
||||
BITNAMI_IMAGE_VERSION="0.15.2-ol-7-r6" \
|
||||
PATH="/opt/bitnami/alertmanager/bin:$PATH"
|
||||
|
||||
RUN mkdir -p /opt/bitnami/alertmanager/data/ && chmod g+rwX /opt/bitnami/alertmanager/data/
|
||||
|
|
|
|||
|
|
@ -31,7 +31,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/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`0-ol-7`, `0.15.2-ol-7-r5` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-alertmanager/blob/0.15.2-ol-7-r5/0/ol-7/Dockerfile)
|
||||
* [`0-ol-7`, `0.15.2-ol-7-r6` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-alertmanager/blob/0.15.2-ol-7-r6/0/ol-7/Dockerfile)
|
||||
* [`0-debian-9`, `0.15.2-debian-9-r8`, `0`, `0.15.2`, `0.15.2-r8`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-alertmanager/blob/0.15.2-debian-9-r8/0/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/alertmanager GitHub repo](https://github.com/bitnami/bitnami-docker-alertmanager).
|
||||
|
|
|
|||
Loading…
Reference in New Issue