mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 14:58:03 +08:00
0.46.0-debian-10-r0 release
This commit is contained in:
@@ -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.45.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "e2918d0fea8bacd98baf7ba51f82953f15b61aaf6cf99efeaa23b69a7c29c714 /tmp/bitnami/pkg/cache/prometheus-operator-0.45.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-operator-0.45.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.45.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.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 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.45.0-debian-10-r32" \
|
||||
BITNAMI_IMAGE_VERSION="0.46.0-debian-10-r0" \
|
||||
PATH="/opt/bitnami/prometheus-operator/bin:$PATH"
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"prometheus-operator": {
|
||||
"arch": "amd64",
|
||||
"digest": "e2918d0fea8bacd98baf7ba51f82953f15b61aaf6cf99efeaa23b69a7c29c714",
|
||||
"digest": "412cef7b62ece665796f88699adc943f4df7df80dfab76df8312f9737de2c76c",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.45.0-0"
|
||||
"version": "0.46.0-0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user