0.3.7-debian-10-r94 release
This commit is contained in:
parent
89e5bc77d7
commit
dd4a72d6c3
|
|
@ -19,7 +19,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
|
||||
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.7-debian-10-r93" \
|
||||
BITNAMI_IMAGE_VERSION="0.3.7-debian-10-r94" \
|
||||
PATH="/opt/bitnami/metrics-server/bin:$PATH"
|
||||
|
||||
EXPOSE 8443
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
{"metrics-server": {"arch": "amd64", "digest": "da7fd3b55101ea4a397f0d2fbc6d6138a8dcefd8af2491a8a88fd6633728464a", "distro": "debian-10", "type": "NAMI", "version": "0.3.7-0"}}
|
||||
|
|
@ -4,7 +4,7 @@ Metrics Server is a cluster-wide aggregator of resource usage data. Metrics Serv
|
|||
|
||||
[https://github.com/kubernetes-incubator/metrics-server](https://github.com/kubernetes-incubator/metrics-server)
|
||||
|
||||
# TL;DR;
|
||||
# TL;DR
|
||||
|
||||
Deploy Metrics Server on your [Kubernetes cluster](https://github.com/kubernetes/heapster/tree/master/docs).
|
||||
|
||||
|
|
@ -17,8 +17,8 @@ $ docker run --name metrics-server bitnami/metrics-server:latest
|
|||
* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
|
||||
* With Bitnami images the latest bug fixes and features are available as soon as possible.
|
||||
* Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
|
||||
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution.
|
||||
* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DTC)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images.
|
||||
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading Linux distribution.
|
||||
* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images.
|
||||
* Bitnami container images are released daily with the latest distribution packages available.
|
||||
|
||||
|
||||
|
|
@ -39,7 +39,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-debian-10`, `0.3.7-debian-10-r93`, `0`, `0.3.7`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-metrics-server/blob/0.3.7-debian-10-r93/0/debian-10/Dockerfile)
|
||||
* [`0-debian-10`, `0.3.7-debian-10-r94`, `0`, `0.3.7`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-metrics-server/blob/0.3.7-debian-10-r94/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/metrics-server GitHub repo](https://github.com/bitnami/bitnami-docker-metrics-server).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue