mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 22:17:24 +08:00
0.16.0-ol-7-r134 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/oraclelinux-extras:7-r181 as buildenv
|
||||
FROM bitnami/oraclelinux-extras:7-r182 as buildenv
|
||||
|
||||
RUN install_packages ca-certificates wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-exporter-0.16.0-1-linux-x86_64-ol-7.tar.gz && \
|
||||
@@ -8,12 +8,12 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
||||
|
||||
##################
|
||||
|
||||
FROM bitnami/oraclelinux-extras:7-r181
|
||||
FROM bitnami/oraclelinux-extras:7-r182
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY --from=buildenv /opt/bitnami/node-exporter /opt/bitnami/node-exporter
|
||||
ENV BITNAMI_APP_NAME="node-exporter" \
|
||||
BITNAMI_IMAGE_VERSION="0.16.0-ol-7-r133" \
|
||||
BITNAMI_IMAGE_VERSION="0.16.0-ol-7-r134" \
|
||||
PATH="/opt/bitnami/node-exporter/bin:$PATH"
|
||||
|
||||
EXPOSE 9100
|
||||
|
||||
@@ -48,7 +48,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-ol-7`, `0.16.0-ol-7-r133` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-exporter/blob/0.16.0-ol-7-r133/0/ol-7/Dockerfile)
|
||||
* [`0-ol-7`, `0.16.0-ol-7-r134` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-exporter/blob/0.16.0-ol-7-r134/0/ol-7/Dockerfile)
|
||||
* [`0-debian-9`, `0.16.0-debian-9-r127`, `0`, `0.16.0`, `0.16.0-r127`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-node-exporter/blob/0.16.0-debian-9-r127/0/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/node-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-node-exporter).
|
||||
|
||||
22
bitnami/node-exporter/test.yaml
Normal file
22
bitnami/node-exporter/test.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
## This is test deployment for Kubernetes platforms.
|
||||
## This is _not_ intended to be use in producction.
|
||||
##
|
||||
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
|
||||
Reference in New Issue
Block a user