mirror of
https://github.com/bitnami/containers.git
synced 2026-03-03 15:07:25 +08:00
0.14.0-ol-7-r9 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/oraclelinux-extras:7-r20 as buildenv
|
||||
FROM bitnami/oraclelinux-extras:7-r21 as buildenv
|
||||
|
||||
RUN install_packages ca-certificates wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/alertmanager-0.14.0-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-r20
|
||||
FROM bitnami/oraclelinux-extras:7-r21
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY --from=buildenv /opt/bitnami/alertmanager /opt/bitnami/alertmanager
|
||||
ENV BITNAMI_APP_NAME="alertmanager" \
|
||||
BITNAMI_IMAGE_VERSION="0.14.0-ol-7-r8" \
|
||||
BITNAMI_IMAGE_VERSION="0.14.0-ol-7-r9" \
|
||||
PATH="/opt/bitnami/alertmanager/bin:$PATH"
|
||||
|
||||
RUN mkdir -p /opt/bitnami/alertmanager/data/ && chmod g+rwX /opt/bitnami/alertmanager/data/
|
||||
|
||||
@@ -23,7 +23,7 @@ $ docker run --name alertmanager bitnami/alertmanager:latest
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`0`, `0.14.0-r63`, `latest` (0/Dockerfile)](https://github.com/bitnami/bitnami-docker-alertmanager/blob/0.14.0-r63/0/Dockerfile)
|
||||
* [`0-ol-7`, `0.14.0-ol-7-r8` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-alertmanager/blob/0.14.0-ol-7-r8/0/ol-7/Dockerfile)
|
||||
* [`0-ol-7`, `0.14.0-ol-7-r9` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-alertmanager/blob/0.14.0-ol-7-r9/0/ol-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/alertmanager GitHub repo](https://github.com/bitnami/bitnami-docker-alertmanager).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user