mirror of
https://github.com/bitnami/containers.git
synced 2026-02-26 15:57:21 +08:00
0.9.0-debian-10-r296 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/memcached-exporter-0.9.0-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "00dce5239e2bc253db392851e7bf982825a88519093c196e127c88ee97d20b8b /tmp/bitnami/pkg/cache/memcached-exporter-0.9.0-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/memcached-exporter-0.9.0-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/memcached-exporter-0.9.0-2-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/memcached-exporter-0.9.0-30-linux-amd64-debian-10.tar.gz && \
|
||||
echo "e76068d80da1d9380f0730e8f838ebddfba93b6999c52b9fd7f81976ee06ca56 /tmp/bitnami/pkg/cache/memcached-exporter-0.9.0-30-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/memcached-exporter-0.9.0-30-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/memcached-exporter-0.9.0-30-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 chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="memcached-exporter" \
|
||||
BITNAMI_IMAGE_VERSION="0.9.0-debian-10-r295" \
|
||||
BITNAMI_IMAGE_VERSION="0.9.0-debian-10-r296" \
|
||||
PATH="/opt/bitnami/memcached-exporter/bin:$PATH"
|
||||
|
||||
EXPOSE 9150
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"memcached-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "00dce5239e2bc253db392851e7bf982825a88519093c196e127c88ee97d20b8b",
|
||||
"digest": "e76068d80da1d9380f0730e8f838ebddfba93b6999c52b9fd7f81976ee06ca56",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.9.0-2"
|
||||
"version": "0.9.0-30"
|
||||
}
|
||||
}
|
||||
@@ -34,7 +34,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.9.0`, `0.9.0-debian-10-r295`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached-exporter/blob/0.9.0-debian-10-r295/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.9.0`, `0.9.0-debian-10-r296`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-memcached-exporter/blob/0.9.0-debian-10-r296/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/memcached-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-memcached-exporter).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user