0.18.1-debian-10-r88 release
This commit is contained in:
parent
a9ef67749d
commit
992b2425de
|
|
@ -11,7 +11,7 @@ RUN apt-get update && apt-get upgrade -y && \
|
|||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
||||
ENV BITNAMI_APP_NAME="node-exporter" \
|
||||
BITNAMI_IMAGE_VERSION="0.18.1-debian-10-r87" \
|
||||
BITNAMI_IMAGE_VERSION="0.18.1-debian-10-r88" \
|
||||
PATH="/opt/bitnami/node-exporter/bin:$PATH"
|
||||
|
||||
EXPOSE 9100
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ $ kubectl apply -f test.yaml
|
|||
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.18.1-debian-10-r87`, `0`, `0.18.1`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-exporter/blob/0.18.1-debian-10-r87/0/debian-10/Dockerfile)
|
||||
* [`0-debian-10`, `0.18.1-debian-10-r88`, `0`, `0.18.1`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-exporter/blob/0.18.1-debian-10-r88/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/node-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-node-exporter).
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,22 @@
|
|||
## This is test deployment for Kubernetes platforms.
|
||||
## This is not intended to be used in production.
|
||||
##
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
app: test-node-exporter
|
||||
name: test-node-exporter
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: test-node-exporter
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: test-node-exporter
|
||||
spec:
|
||||
containers:
|
||||
- image: bitnami/node-exporter
|
||||
name: node-exporter
|
||||
Loading…
Reference in New Issue