0.3.6-debian-10-r82 release

This commit is contained in:
Bitnami Bot 2020-04-14 17:40:59 +00:00
parent 1e98e3eb6e
commit 1b7a8f6937
2 changed files with 3 additions and 5 deletions

View File

@ -12,7 +12,7 @@ RUN apt-get update && apt-get upgrade -y && \
RUN chown -R 1001:root /opt/bitnami/metrics-server && chmod -R g+rwX /opt/bitnami/metrics-server
ENV BITNAMI_APP_NAME="metrics-server" \
BITNAMI_IMAGE_VERSION="0.3.6-debian-10-r80" \
BITNAMI_IMAGE_VERSION="0.3.6-debian-10-r82" \
PATH="/opt/bitnami/metrics-server/bin:$PATH"
EXPOSE 8443

View File

@ -8,7 +8,7 @@ Metrics Server is a cluster-wide aggregator of resource usage data. Metrics Serv
Deploy Metrics Server on your [Kubernetes cluster](https://github.com/kubernetes/heapster/tree/master/docs).
```bash
```console
$ docker run --name metrics-server bitnami/metrics-server:latest
```
@ -36,12 +36,10 @@ Non-root container images add an extra layer of security and are generally recom
# Supported tags and respective `Dockerfile` links
> NOTE: Debian 9 and Oracle Linux 7 images have been deprecated in favor of Debian 10 images. Bitnami will not longer publish new Docker images based on Debian 9 or Oracle Linux 7.
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
* [`0-debian-10`, `0.3.6-debian-10-r80`, `0`, `0.3.6`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-metrics-server/blob/0.3.6-debian-10-r80/0/debian-10/Dockerfile)
* [`0-debian-10`, `0.3.6-debian-10-r82`, `0`, `0.3.6`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-metrics-server/blob/0.3.6-debian-10-r82/0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/metrics-server GitHub repo](https://github.com/bitnami/bitnami-docker-metrics-server).