Remove debian 9 in favor of debian 10
This commit is contained in:
parent
e853c94752
commit
6359cdaccb
|
|
@ -1,23 +0,0 @@
|
|||
FROM bitnami/minideb:stretch
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl procps sudo unzip wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-operator-0.35.0-0-linux-amd64-debian-9.tar.gz && \
|
||||
echo "2d9e818fa27767fa260fd7d8cd526c17c1cf642b04de51e184b1b19857506ff9 /tmp/bitnami/pkg/cache/prometheus-operator-0.35.0-0-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-operator-0.35.0-0-linux-amd64-debian-9.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/prometheus-operator-0.35.0-0-linux-amd64-debian-9.tar.gz
|
||||
RUN apt-get update && apt-get upgrade && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN ln -sf /opt/bitnami/prometheus-operator/bin/operator /bin/operator
|
||||
RUN ln -sf /opt/bitnami/prometheus-operator/bin/prometheus-config-reloader /bin/prometheus-config-reloader
|
||||
|
||||
ENV BITNAMI_APP_NAME="prometheus-operator" \
|
||||
BITNAMI_IMAGE_VERSION="0.35.0-debian-9-r7" \
|
||||
PATH="/opt/bitnami/prometheus-operator/bin:$PATH"
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
WORKDIR /opt/bitnami/prometheus-operator
|
||||
USER 1001
|
||||
ENTRYPOINT [ "/bin/operator" ]
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
version: '2'
|
||||
services:
|
||||
prometheus-operator:
|
||||
image: bitnami/prometheus-operator:0
|
||||
ports:
|
||||
- 8080:8080
|
||||
Loading…
Reference in New Issue