[bitnami/memcached-exporter] Release 0.15.5-debian-12-r3 (#91347)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
b361909b50
commit
1cba5585cb
|
|
@ -17,7 +17,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
|||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"memcached-exporter-0.15.5-2-linux-${OS_ARCH}-debian-12" \
|
||||
"memcached-exporter-0.15.5-3-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -40,7 +40,7 @@ ARG TARGETARCH
|
|||
ENV OS_ARCH="${TARGETARCH:-amd64}"
|
||||
|
||||
LABEL org.opencontainers.image.base.name="scratch" \
|
||||
org.opencontainers.image.created="2026-02-11T14:34:31Z" \
|
||||
org.opencontainers.image.created="2026-03-06T14:01:54Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.title="memcached-exporter" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
|
|
@ -53,7 +53,7 @@ COPY --from=builder /opt/bitnami/memcached-exporter/licenses /opt/bitnami/memcac
|
|||
|
||||
ENV APP_VERSION="0.15.5" \
|
||||
BITNAMI_APP_NAME="memcached-exporter" \
|
||||
IMAGE_REVISION="2" \
|
||||
IMAGE_REVISION="3" \
|
||||
PATH="/opt/bitnami/memcached-exporter/bin:$PATH"
|
||||
|
||||
EXPOSE 9150
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
# Bitnami Secure Image for Memcached Exporter
|
||||
|
||||
## What is Memcached Exporter?
|
||||
|
||||
> The memcached exporter exports metrics from a memcached server for consumption by prometheus.
|
||||
|
||||
[Overview of Memcached Exporter](https://github.com/prometheus/memcached_exporter)
|
||||
|
|
@ -106,40 +104,6 @@ docker logs memcached-exporter
|
|||
|
||||
You can configure the containers [logging driver](https://docs.docker.com/engine/admin/logging/overview/) using the `--log-driver` option if you wish to consume the container logs differently. In the default configuration docker uses the `json-file` driver.
|
||||
|
||||
## Maintenance
|
||||
|
||||
### Upgrade this image
|
||||
|
||||
Bitnami provides up-to-date versions of Memcached Exporter, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container.
|
||||
|
||||
#### Step 1: Get the updated image
|
||||
|
||||
```console
|
||||
docker pull bitnami/memcached-exporter:latest
|
||||
```
|
||||
|
||||
#### Step 2: Stop the running container
|
||||
|
||||
Stop the currently running container using the command
|
||||
|
||||
```console
|
||||
docker stop memcached-exporter
|
||||
```
|
||||
|
||||
#### Step 3: Remove the currently running container
|
||||
|
||||
```console
|
||||
docker rm -v memcached-exporter
|
||||
```
|
||||
|
||||
#### Step 4: Run the new image
|
||||
|
||||
Re-create your container from the new image.
|
||||
|
||||
```console
|
||||
docker run --name memcached-exporter bitnami/memcached-exporter:latest
|
||||
```
|
||||
|
||||
## Notable Changes
|
||||
|
||||
### Starting April 22, 2025
|
||||
|
|
|
|||
Loading…
Reference in New Issue