0.23.0-debian-10-r148 release
This commit is contained in:
parent
ad2a72faf6
commit
81ed7b119f
|
|
@ -9,10 +9,10 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/alertmanager-0.23.0-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "2d612bcbd3c845135b342c6aa537ffc036c1721ca57a2344baab5f1953528cc5 /tmp/bitnami/pkg/cache/alertmanager-0.23.0-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/alertmanager-0.23.0-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/alertmanager-0.23.0-2-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/alertmanager-0.23.0-3-linux-amd64-debian-10.tar.gz && \
|
||||
echo "78df3e6685cc0eecaddb1ed58b79dd83e6f170a181f5d343927f9102055cade2 /tmp/bitnami/pkg/cache/alertmanager-0.23.0-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/alertmanager-0.23.0-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/alertmanager-0.23.0-3-linux-amd64-debian-10.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN ln -sf /opt/bitnami/alertmanager/conf /etc/alertmanager
|
||||
|
|
@ -21,7 +21,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
|
||||
RUN mkdir -p /opt/bitnami/alertmanager/data/ && chmod g+rwX /opt/bitnami/alertmanager/data/
|
||||
ENV BITNAMI_APP_NAME="alertmanager" \
|
||||
BITNAMI_IMAGE_VERSION="0.23.0-debian-10-r147" \
|
||||
BITNAMI_IMAGE_VERSION="0.23.0-debian-10-r148" \
|
||||
PATH="/opt/bitnami/alertmanager/bin:$PATH"
|
||||
|
||||
EXPOSE 9093
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"alertmanager": {
|
||||
"arch": "amd64",
|
||||
"digest": "2d612bcbd3c845135b342c6aa537ffc036c1721ca57a2344baab5f1953528cc5",
|
||||
"digest": "78df3e6685cc0eecaddb1ed58b79dd83e6f170a181f5d343927f9102055cade2",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.23.0-2"
|
||||
"version": "0.23.0-3"
|
||||
}
|
||||
}
|
||||
|
|
@ -35,7 +35,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/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`0`, `0-debian-10`, `0.23.0`, `0.23.0-debian-10-r147`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-alertmanager/blob/0.23.0-debian-10-r147/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.23.0`, `0.23.0-debian-10-r148`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-alertmanager/blob/0.23.0-debian-10-r148/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/alertmanager GitHub repo](https://github.com/bitnami/bitnami-docker-alertmanager).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue