0.47.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-04-14 07:39:02 +00:00
parent ec632ac006
commit 42358c0af2
3 changed files with 8 additions and 8 deletions

View File

@@ -9,16 +9,16 @@ 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/prometheus-operator-0.46.0-0-linux-amd64-debian-10.tar.gz && \
echo "412cef7b62ece665796f88699adc943f4df7df80dfab76df8312f9737de2c76c /tmp/bitnami/pkg/cache/prometheus-operator-0.46.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/prometheus-operator-0.46.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/prometheus-operator-0.46.0-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-operator-0.47.0-0-linux-amd64-debian-10.tar.gz && \
echo "adc7cb531ac6f7400fc14d5a534a483433c3de16650848825a6f06f42313ba9c /tmp/bitnami/pkg/cache/prometheus-operator-0.47.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/prometheus-operator-0.47.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/prometheus-operator-0.47.0-0-linux-amd64-debian-10.tar.gz
RUN chmod g+rwX /opt/bitnami
RUN ln -sf /opt/bitnami/prometheus-operator/bin/prometheus-config-reloader /bin/prometheus-config-reloader
RUN ln -sf /opt/bitnami/prometheus-operator/bin/operator /bin/operator
ENV BITNAMI_APP_NAME="prometheus-operator" \
BITNAMI_IMAGE_VERSION="0.46.0-debian-10-r38" \
BITNAMI_IMAGE_VERSION="0.47.0-debian-10-r0" \
PATH="/opt/bitnami/prometheus-operator/bin:$PATH"
EXPOSE 8080

View File

@@ -1,9 +1,9 @@
{
"prometheus-operator": {
"arch": "amd64",
"digest": "412cef7b62ece665796f88699adc943f4df7df80dfab76df8312f9737de2c76c",
"digest": "adc7cb531ac6f7400fc14d5a534a483433c3de16650848825a6f06f42313ba9c",
"distro": "debian-10",
"type": "NAMI",
"version": "0.46.0-0"
"version": "0.47.0-0"
}
}

View File

@@ -36,7 +36,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy
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.46.0`, `0.46.0-debian-10-r38`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-operator/blob/0.46.0-debian-10-r38/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.47.0`, `0.47.0-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-operator/blob/0.47.0-debian-10-r0/0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/prometheus-operator GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus-operator).