0.20200717.0-scratch-r14 release

This commit is contained in:
Bitnami Bot
2021-11-29 11:59:04 +00:00
parent 7c35ed1088
commit af20b99527
2 changed files with 23 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
{
"influxdb-relay": {
"digest": "d05fc70247a08a2c72926173088de11c8e805fe5f3e8d4ea27e28e67c0c3bf2e",
"digest": "ab265bd2604588d071c1f5a99ac8b9f74476cab60f7976a94c2cfa755ccf281a",
"type": "BLACKSMITH",
"version": "0.20200717.0"
}

View File

@@ -1,21 +1,27 @@
# What is InfluxDB Relay (TM)?
# Bitnami Stack for InfluxDB Relay™
> [InfluxDB Relay (TM)](https://github.com/influxdata/influxdb-relay) adds a basic high availability layer to InfluxDB (TM) by loadbalancing UDP/TCP traffic to each InfluxDB (TM) server.
## What is InfluxDB Relay™?
# TL;DR
> InfluxDB Relay™ adds a basic high availability layer to InfluxDB™ by loadbalancing UDP/TCP traffic to each InfluxDB ™ server.
[Overview of InfluxDB Relay™](https://www.influxdata.com/products/influxdb-overview)
InfluxDB Relay(TM) is a trademark owned by InfluxData, which is not affiliated with, and does not endorse, this site.
## TL;DR
```console
$ docker run --name influxdb-relay bitnami/influxdb-relay:latest
```
## Docker Compose
### Docker Compose
```console
$ curl -LO https://raw.githubusercontent.com/bitnami/bitnami-docker-influxdb-relay/master/docker-compose.yml
$ docker-compose up
```
# Why use Bitnami Images?
## Why use Bitnami Images?
* 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.
@@ -26,26 +32,26 @@ $ docker-compose up
> This [CVE scan report](https://quay.io/repository/bitnami/influxdb-relay?tab=tags) contains a security report with all open CVEs. To get the list of actionable security issues, find the "latest" tag, click the vulnerability report link under the corresponding "Security scan" field and then select the "Only show fixable" filter on the next page.
# How to deploy InfluxDB (TM) in Kubernetes?
## How to deploy InfluxDB (TM) in Kubernetes?
Deploying Bitnami applications as Helm Charts is the easiest way to get started with our applications on Kubernetes. Read more about the installation in the [Bitnami InfluxDB (TM) Chart GitHub repository](https://github.com/bitnami/charts/tree/master/bitnami/influxdb).
Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters.
# Why use a non-root container?
## Why use a non-root container?
Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://docs.bitnami.com/tutorials/work-with-non-root-containers/).
# Supported tags and respective `Dockerfile` links
## Supported tags and respective `Dockerfile` links
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`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r13`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r13/0/scratch/Dockerfile)
* [`0`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r14`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r14/0/scratch/Dockerfile)
Subscribe to project updates by watching the [bitnami/influxdb-relay GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb-relay).
# Get this image
## Get this image
The recommended way to get the Bitnami InfluxDB (TM) Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/influxdb-relay).
@@ -65,7 +71,7 @@ If you wish, you can also build the image yourself.
$ docker build -t bitnami/influxdb-relay:latest 'https://github.com/bitnami/bitnami-docker-influxdb-relay.git#master:0/scratch'
```
# Configuration
## Configuration
The configuration can easily be setup by mounting your own configuration file (TOML format): `relay.toml`.
@@ -89,11 +95,11 @@ influxdb-relay:
...
```
## Further documentation
### Further documentation
For further documentation, please check [InfluxDB Relay (TM) documentation](https://github.com/influxdata/influxdb-relay#configuration)
# Logging
## Logging
The Bitnami InfluxDB (TM) Docker image sends the container logs to `stdout`. To view the logs:
@@ -103,11 +109,11 @@ $ docker logs influxdb-relay
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.
# Contributing
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-influxdb-relay/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-influxdb-relay/pulls) with your contribution.
# Issues
## Issues
If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/bitnami-docker-influxdb-relay/issues/new). For us to provide better support, be sure to include the following information in your issue:
@@ -117,7 +123,7 @@ If you encountered a problem running this container, you can file an [issue](htt
- Version of this container
- The command you used to run the container, and any relevant output you saw (masking any sensitive information)
# License
## License
Copyright (c) 2021 Bitnami