From a265387203b8046df78fbba86ef44284ce32eed1 Mon Sep 17 00:00:00 2001 From: juan131 Date: Wed, 2 Oct 2019 15:43:17 +0200 Subject: [PATCH 01/30] Add LICENSE, README.md, PR templates + stale bot configuration Signed-off-by: juan131 --- .../influxdb-relay/.github/ISSUE_TEMPLATE.md | 60 +++++++++++++++++++ .../.github/PULL_REQUEST_TEMPLATE.md | 32 ++++++++++ bitnami/influxdb-relay/.github/stale.yml | 36 +++++++++++ bitnami/influxdb-relay/LICENSE | 13 ++++ bitnami/influxdb-relay/README.md | 9 +++ 5 files changed, 150 insertions(+) create mode 100644 bitnami/influxdb-relay/.github/ISSUE_TEMPLATE.md create mode 100644 bitnami/influxdb-relay/.github/PULL_REQUEST_TEMPLATE.md create mode 100644 bitnami/influxdb-relay/.github/stale.yml create mode 100644 bitnami/influxdb-relay/LICENSE create mode 100644 bitnami/influxdb-relay/README.md diff --git a/bitnami/influxdb-relay/.github/ISSUE_TEMPLATE.md b/bitnami/influxdb-relay/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000000..da2b4da33fde --- /dev/null +++ b/bitnami/influxdb-relay/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,60 @@ + + +**Description** + + + +**Steps to reproduce the issue:** + +1. [First Step] +2. [Second Step] +3. [and so on...] + +**Describe the results you received:** + + + +**Describe the results you expected:** + + + +**Additional information you deem important (e.g. issue happens only occasionally):** + + + +**Version** + +- Output of `docker version`: + +``` +(paste your output here) +``` + +- Output of `docker info`: + +``` +(paste your output here) +``` + +- Output of `docker-compose version` (if applicable): + +``` +(paste your output here) +``` + +**Additional environment details (AWS, VirtualBox, Docker for MAC, physical, etc.):** diff --git a/bitnami/influxdb-relay/.github/PULL_REQUEST_TEMPLATE.md b/bitnami/influxdb-relay/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000000..c2acbe6e0d70 --- /dev/null +++ b/bitnami/influxdb-relay/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,32 @@ + + +**Description of the change** + + + +**Benefits** + + + +**Possible drawbacks** + + + +**Applicable issues** + + + +**Additional information** + + diff --git a/bitnami/influxdb-relay/.github/stale.yml b/bitnami/influxdb-relay/.github/stale.yml new file mode 100644 index 000000000000..ea65d3277a62 --- /dev/null +++ b/bitnami/influxdb-relay/.github/stale.yml @@ -0,0 +1,36 @@ +# Configuration for probot-stale - https://github.com/probot/stale + +# Number of days of inactivity before an Issue or Pull Request becomes stale +daysUntilStale: 15 + +# Number of days of inactivity before a stale Issue or Pull Request is closed. +daysUntilClose: 5 + +# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable +exemptLabels: + - on-hold + +# Label to use when marking as stale +staleLabel: stale + +issues: + # Comment to post when marking as stale. Set to `false` to disable + markComment: > + This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. + + # Comment to post when closing a stale Issue or Pull Request. + closeComment: > + Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. + +pulls: + # Comment to post when marking as stale. Set to `false` to disable + markComment: > + This Pull Request has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thank you for your contribution. + + # Comment to post when closing a stale Issue or Pull Request. + closeComment: > + Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Pull Request. Do not hesitate to reopen it later if necessary. + +# Limit the number of actions per hour, from 1-30. Default is 30 +limitPerRun: 30 + diff --git a/bitnami/influxdb-relay/LICENSE b/bitnami/influxdb-relay/LICENSE new file mode 100644 index 000000000000..ddf3db6841a3 --- /dev/null +++ b/bitnami/influxdb-relay/LICENSE @@ -0,0 +1,13 @@ +Copyright (c) 2019 Bitnami + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. \ No newline at end of file diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md new file mode 100644 index 000000000000..479d916bf45d --- /dev/null +++ b/bitnami/influxdb-relay/README.md @@ -0,0 +1,9 @@ +# What is InfluxDB Relay? + +> [InfluxDB Relay](https://github.com/influxdata/influxdb-relay) adds a basic high availability layer to InfluxDB by loadbalancing UDP/TCP traffic to each InfluxDB server. + +# TL;DR; + +```bash +$ docker run --name influxdb-relay bitnami/influxdb-relay:latest +``` From f3562f00d707fa319532962b7bf90470b986d88d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 2 Oct 2019 15:17:23 +0000 Subject: [PATCH 02/30] 0.20161114.0-scratch-r0 release --- bitnami/influxdb-relay/0/scratch/Dockerfile | 9 ++ .../0/scratch/docker-compose.yml | 8 ++ bitnami/influxdb-relay/README.md | 125 ++++++++++++++++++ bitnami/influxdb-relay/docker-compose.yml | 8 ++ 4 files changed, 150 insertions(+) create mode 100644 bitnami/influxdb-relay/0/scratch/Dockerfile create mode 100644 bitnami/influxdb-relay/0/scratch/docker-compose.yml create mode 100644 bitnami/influxdb-relay/docker-compose.yml diff --git a/bitnami/influxdb-relay/0/scratch/Dockerfile b/bitnami/influxdb-relay/0/scratch/Dockerfile new file mode 100644 index 000000000000..12fbd39a09af --- /dev/null +++ b/bitnami/influxdb-relay/0/scratch/Dockerfile @@ -0,0 +1,9 @@ +FROM scratch +LABEL maintainer "Bitnami " + +COPY rootfs / + +EXPOSE 9096 9097 + +USER 1001 +CMD [ "/influxdb_relay" ] diff --git a/bitnami/influxdb-relay/0/scratch/docker-compose.yml b/bitnami/influxdb-relay/0/scratch/docker-compose.yml new file mode 100644 index 000000000000..2fbd18ebebfd --- /dev/null +++ b/bitnami/influxdb-relay/0/scratch/docker-compose.yml @@ -0,0 +1,8 @@ +version: '2' + +services: + influxdb-relay: + image: bitnami/influxdb-relay:0-scratch + ports: + - 9096:9096 + - 9097:9097 diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index 479d916bf45d..ed52e6b69066 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -7,3 +7,128 @@ ```bash $ docker run --name influxdb-relay bitnami/influxdb-relay:latest ``` + +## Docker Compose + +```bash +$ curl -LO https://raw.githubusercontent.com/bitnami/bitnami-docker-influxdb-relay/master/docker-compose.yml +$ docker-compose up +``` + +# 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. +* 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. +* Bitnami container images are released daily with the latest distribution packages available. + +> 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 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 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? + +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/containers/how-to/work-with-non-root-containers/). + +# 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/containers/how-to/understand-rolling-tags-containers/). + + +* [`0-scratch`, `0.20161114.0-scratch-r0`, `0`, `0.20161114.0`, `0.20161114.0-r0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20161114.0/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 + +The recommended way to get the Bitnami InfluxDB Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/influxdb-relay). + +```bash +$ docker pull bitnami/influxdb-relay:latest +``` + +To use a specific version, you can pull a versioned tag. You can view the [list of available versions](https://hub.docker.com/r/bitnami/influxdb-relay/tags/) in the Docker Hub Registry. + +```bash +$ docker pull bitnami/influxdb-relay:[TAG] +``` + +If you wish, you can also build the image yourself. + +```bash +$ docker build -t bitnami/influxdb-relay:latest 'https://github.com/bitnami/bitnami-docker-influxdb-relay.git#master:0/scratch' +``` + +# Configuration + +The configuration can easily be setup by mounting your own configuration file (TOML format): `relay.toml`. + +```bash +$ docker run --name influxdb-relay \ + --volume /path/to/relay.toml:/relay.toml \ + bitnami/influxdb-relay:latest \ + /influxdb-relay --config /relay.toml +``` + +After that, your configuration will be taken into account in InfluxDB Relay. + +You can do this using Docker Compose by modifying the [`docker-compose.yml`](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/master/docker-compose.yml) file present in this repository: + +```yaml +influxdb-relay: + ... + command: /influxdb-relay --config /relay.toml + volumes: + - /path/to/relay.toml:/relay.toml:ro + ... +``` + +## Further documentation + +For further documentation, please check [InfluxDB Relay documentation](https://github.com/influxdata/influxdb-relay#configuration) + +# Logging + +The Bitnami InfluxDB Docker image sends the container logs to `stdout`. To view the logs: + +```bash +$ 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 + +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 + +If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/bitnami-docker-influxdb-relay/issues). For us to provide better support, be sure to include the following information in your issue: + +- Host OS and version +- Docker version (`docker version`) +- Output of `docker info` +- Version of this container +- The command you used to run the container, and any relevant output you saw (masking any sensitive information) + +# License + +Copyright (c) 2019 Bitnami + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/bitnami/influxdb-relay/docker-compose.yml b/bitnami/influxdb-relay/docker-compose.yml new file mode 100644 index 000000000000..2fbd18ebebfd --- /dev/null +++ b/bitnami/influxdb-relay/docker-compose.yml @@ -0,0 +1,8 @@ +version: '2' + +services: + influxdb-relay: + image: bitnami/influxdb-relay:0-scratch + ports: + - 9096:9096 + - 9097:9097 From c481daea5f1a83d1273f505ab975c9708e856058 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 15 Nov 2019 11:37:14 +0000 Subject: [PATCH 03/30] 0.20161114.0-scratch-r1 release --- bitnami/influxdb-relay/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index ed52e6b69066..4d7e0d063673 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -41,7 +41,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/containers/how-to/understand-rolling-tags-containers/). -* [`0-scratch`, `0.20161114.0-scratch-r0`, `0`, `0.20161114.0`, `0.20161114.0-r0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20161114.0/0/scratch/Dockerfile) +* [`0-scratch`, `0.20161114.0-scratch-r1`, `0`, `0.20161114.0`, `0.20161114.0-r1`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20161114.0/0/scratch/Dockerfile) Subscribe to project updates by watching the [bitnami/influxdb-relay GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb-relay). From 1ac29beefc633d4840b1298e1c1af82b2b1ac124 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 31 Jan 2020 16:04:59 +0000 Subject: [PATCH 04/30] 0.20161114.0-scratch-r2 release --- bitnami/influxdb-relay/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index 4d7e0d063673..808b68eaf629 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -38,10 +38,12 @@ Non-root container images add an extra layer of security and are generally recom # Supported tags and respective `Dockerfile` links +> NOTE: Debian 9 images have been deprecated in favor of Debian 10 images. Bitnami will not longer publish new Docker images based on Debian 9. + 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-scratch`, `0.20161114.0-scratch-r1`, `0`, `0.20161114.0`, `0.20161114.0-r1`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20161114.0/0/scratch/Dockerfile) +* [`0-scratch`, `0.20161114.0-scratch-r2`, `0`, `0.20161114.0`, `0.20161114.0-r2`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20161114.0/0/scratch/Dockerfile) Subscribe to project updates by watching the [bitnami/influxdb-relay GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb-relay). @@ -119,7 +121,7 @@ If you encountered a problem running this container, you can file an [issue](htt # License -Copyright (c) 2019 Bitnami +Copyright (c) 2020 Bitnami Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From f81bac5ad18f67360cf9e3bb86dc9a20d5968866 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 19 Mar 2020 17:01:54 +0000 Subject: [PATCH 05/30] 0.20161114.0-scratch-r5 release --- .../0/scratch/rootfs/opt/bitnami/licenses/licenses.txt | 3 +++ bitnami/influxdb-relay/README.md | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 bitnami/influxdb-relay/0/scratch/rootfs/opt/bitnami/licenses/licenses.txt diff --git a/bitnami/influxdb-relay/0/scratch/rootfs/opt/bitnami/licenses/licenses.txt b/bitnami/influxdb-relay/0/scratch/rootfs/opt/bitnami/licenses/licenses.txt new file mode 100644 index 000000000000..c76ba31f3b8a --- /dev/null +++ b/bitnami/influxdb-relay/0/scratch/rootfs/opt/bitnami/licenses/licenses.txt @@ -0,0 +1,3 @@ +Bitnami containers ship with software bundles. You can find the licenses under: +/opt/bitnami/nami/COPYING +/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index 808b68eaf629..eaa48ab901d0 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -38,12 +38,12 @@ Non-root container images add an extra layer of security and are generally recom # Supported tags and respective `Dockerfile` links -> NOTE: Debian 9 images have been deprecated in favor of Debian 10 images. Bitnami will not longer publish new Docker images based on Debian 9. +> 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-scratch`, `0.20161114.0-scratch-r2`, `0`, `0.20161114.0`, `0.20161114.0-r2`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20161114.0/0/scratch/Dockerfile) +* [`0-scratch`, `0.20161114.0-scratch-r5`, `0`, `0.20161114.0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20161114.0/0/scratch/Dockerfile) Subscribe to project updates by watching the [bitnami/influxdb-relay GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb-relay). @@ -111,7 +111,7 @@ We'd love for you to contribute to this container. You can request new features # Issues -If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/bitnami-docker-influxdb-relay/issues). For us to provide better support, be sure to include the following information in your issue: +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: - Host OS and version - Docker version (`docker version`) From 0baadbb0b75c096dfe12b4cb5f39bc06c646b276 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 1 Apr 2020 18:28:41 +0000 Subject: [PATCH 06/30] 0.20161114.0-scratch-r6 release --- bitnami/influxdb-relay/0/scratch/Dockerfile | 2 ++ .../{rootfs => prebuildfs}/opt/bitnami/licenses/licenses.txt | 0 bitnami/influxdb-relay/README.md | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) rename bitnami/influxdb-relay/0/scratch/{rootfs => prebuildfs}/opt/bitnami/licenses/licenses.txt (100%) diff --git a/bitnami/influxdb-relay/0/scratch/Dockerfile b/bitnami/influxdb-relay/0/scratch/Dockerfile index 12fbd39a09af..8f43bb87f6e6 100644 --- a/bitnami/influxdb-relay/0/scratch/Dockerfile +++ b/bitnami/influxdb-relay/0/scratch/Dockerfile @@ -1,6 +1,8 @@ FROM scratch LABEL maintainer "Bitnami " +COPY prebuildfs / + COPY rootfs / EXPOSE 9096 9097 diff --git a/bitnami/influxdb-relay/0/scratch/rootfs/opt/bitnami/licenses/licenses.txt b/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/licenses/licenses.txt similarity index 100% rename from bitnami/influxdb-relay/0/scratch/rootfs/opt/bitnami/licenses/licenses.txt rename to bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/licenses/licenses.txt diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index eaa48ab901d0..80abbe68398d 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -43,7 +43,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/containers/how-to/understand-rolling-tags-containers/). -* [`0-scratch`, `0.20161114.0-scratch-r5`, `0`, `0.20161114.0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20161114.0/0/scratch/Dockerfile) +* [`0-scratch`, `0.20161114.0-scratch-r6`, `0`, `0.20161114.0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20161114.0/0/scratch/Dockerfile) Subscribe to project updates by watching the [bitnami/influxdb-relay GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb-relay). From ac421a2fda834c19d4d1f7a95fbc48608bd54ee3 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 3 Jun 2020 07:52:58 +0000 Subject: [PATCH 07/30] 0.20161114.0-scratch-r12 release --- .../0/scratch/docker-compose.yml | 2 +- bitnami/influxdb-relay/README.md | 38 +++++++++---------- bitnami/influxdb-relay/docker-compose.yml | 2 +- 3 files changed, 20 insertions(+), 22 deletions(-) diff --git a/bitnami/influxdb-relay/0/scratch/docker-compose.yml b/bitnami/influxdb-relay/0/scratch/docker-compose.yml index 2fbd18ebebfd..48e65ba899b8 100644 --- a/bitnami/influxdb-relay/0/scratch/docker-compose.yml +++ b/bitnami/influxdb-relay/0/scratch/docker-compose.yml @@ -2,7 +2,7 @@ version: '2' services: influxdb-relay: - image: bitnami/influxdb-relay:0-scratch + image: docker.io/bitnami/influxdb-relay:0-scratch ports: - 9096:9096 - 9097:9097 diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index 80abbe68398d..5be65bfcc92e 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -1,16 +1,16 @@ -# What is InfluxDB Relay? +# What is InfluxDB Relay (TM)? -> [InfluxDB Relay](https://github.com/influxdata/influxdb-relay) adds a basic high availability layer to InfluxDB by loadbalancing UDP/TCP traffic to each InfluxDB server. +> [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. # TL;DR; -```bash +```console $ docker run --name influxdb-relay bitnami/influxdb-relay:latest ``` ## Docker Compose -```bash +```console $ curl -LO https://raw.githubusercontent.com/bitnami/bitnami-docker-influxdb-relay/master/docker-compose.yml $ docker-compose up ``` @@ -26,44 +26,42 @@ $ 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 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 Chart GitHub repository](https://github.com/bitnami/charts/tree/master/bitnami/influxdb). +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? -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/containers/how-to/work-with-non-root-containers/). +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 -> 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/). +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-scratch`, `0.20161114.0-scratch-r6`, `0`, `0.20161114.0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20161114.0/0/scratch/Dockerfile) +* [`0-scratch`, `0.20161114.0-scratch-r12`, `0`, `0.20161114.0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20161114.0-scratch-r12/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 -The recommended way to get the Bitnami InfluxDB Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/influxdb-relay). +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). -```bash +```console $ docker pull bitnami/influxdb-relay:latest ``` To use a specific version, you can pull a versioned tag. You can view the [list of available versions](https://hub.docker.com/r/bitnami/influxdb-relay/tags/) in the Docker Hub Registry. -```bash +```console $ docker pull bitnami/influxdb-relay:[TAG] ``` If you wish, you can also build the image yourself. -```bash +```console $ docker build -t bitnami/influxdb-relay:latest 'https://github.com/bitnami/bitnami-docker-influxdb-relay.git#master:0/scratch' ``` @@ -71,14 +69,14 @@ $ docker build -t bitnami/influxdb-relay:latest 'https://github.com/bitnami/bitn The configuration can easily be setup by mounting your own configuration file (TOML format): `relay.toml`. -```bash +```console $ docker run --name influxdb-relay \ --volume /path/to/relay.toml:/relay.toml \ bitnami/influxdb-relay:latest \ /influxdb-relay --config /relay.toml ``` -After that, your configuration will be taken into account in InfluxDB Relay. +After that, your configuration will be taken into account in InfluxDB Relay (TM). You can do this using Docker Compose by modifying the [`docker-compose.yml`](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/master/docker-compose.yml) file present in this repository: @@ -93,13 +91,13 @@ influxdb-relay: ## Further documentation -For further documentation, please check [InfluxDB Relay documentation](https://github.com/influxdata/influxdb-relay#configuration) +For further documentation, please check [InfluxDB Relay (TM) documentation](https://github.com/influxdata/influxdb-relay#configuration) # Logging -The Bitnami InfluxDB Docker image sends the container logs to `stdout`. To view the logs: +The Bitnami InfluxDB (TM) Docker image sends the container logs to `stdout`. To view the logs: -```bash +```console $ docker logs influxdb-relay ``` diff --git a/bitnami/influxdb-relay/docker-compose.yml b/bitnami/influxdb-relay/docker-compose.yml index 2fbd18ebebfd..48e65ba899b8 100644 --- a/bitnami/influxdb-relay/docker-compose.yml +++ b/bitnami/influxdb-relay/docker-compose.yml @@ -2,7 +2,7 @@ version: '2' services: influxdb-relay: - image: bitnami/influxdb-relay:0-scratch + image: docker.io/bitnami/influxdb-relay:0-scratch ports: - 9096:9096 - 9097:9097 From c1dfa8f7e908638b6a51c37bf66e248319d32562 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 3 Jun 2020 08:32:17 +0000 Subject: [PATCH 08/30] 0.20161114.0-scratch-r13 release --- bitnami/influxdb-relay/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index 5be65bfcc92e..79a6463901cd 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -41,7 +41,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-scratch`, `0.20161114.0-scratch-r12`, `0`, `0.20161114.0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20161114.0-scratch-r12/0/scratch/Dockerfile) +* [`0-scratch`, `0.20161114.0-scratch-r13`, `0`, `0.20161114.0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20161114.0-scratch-r13/0/scratch/Dockerfile) Subscribe to project updates by watching the [bitnami/influxdb-relay GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb-relay). @@ -132,3 +132,5 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + +InfluxDB Relay (TM) is a trademark owned by InfluxData, which is not affiliated with, and does not endorse, this product. From 9f5c8665f7191b851989fe613cd6f48ce6177501 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 17 Jul 2020 21:59:42 +0000 Subject: [PATCH 09/30] 0.20200717.0-scratch-r0 release --- bitnami/influxdb-relay/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index 79a6463901cd..cbed0488e2e2 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -41,7 +41,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-scratch`, `0.20161114.0-scratch-r13`, `0`, `0.20161114.0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20161114.0-scratch-r13/0/scratch/Dockerfile) +* [`0-scratch`, `0.20200717.0-scratch-r0`, `0`, `0.20200717.0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r0/0/scratch/Dockerfile) Subscribe to project updates by watching the [bitnami/influxdb-relay GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb-relay). From a5a5904ec384122d8d62835704e5140baac83479 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 13 Aug 2020 17:00:56 +0000 Subject: [PATCH 10/30] 0.20200717.0-scratch-r1 release --- .../prebuildfs/opt/bitnami/.bitnami_components.json | 7 +++++++ bitnami/influxdb-relay/README.md | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json diff --git a/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json new file mode 100644 index 000000000000..fab03d777f27 --- /dev/null +++ b/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json @@ -0,0 +1,7 @@ +{ + "influxdb-relay": { + "digest": "cc070a2fb73710ea48cf8817f9eb73000a267bb933741cc789c57b3231cbb883", + "type": "BLACKSMITH", + "version": "0.20200717.0" + } +} \ No newline at end of file diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index cbed0488e2e2..6f3837ed0c63 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -2,7 +2,7 @@ > [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. -# TL;DR; +# TL;DR ```console $ docker run --name influxdb-relay bitnami/influxdb-relay:latest @@ -20,8 +20,8 @@ $ docker-compose up * 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. > 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. @@ -41,7 +41,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-scratch`, `0.20200717.0-scratch-r0`, `0`, `0.20200717.0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r0/0/scratch/Dockerfile) +* [`0-scratch`, `0.20200717.0-scratch-r1`, `0`, `0.20200717.0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r1/0/scratch/Dockerfile) Subscribe to project updates by watching the [bitnami/influxdb-relay GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb-relay). From 3942b68c6d4287d160791fd6e97eccdd91329657 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 22 Sep 2020 16:48:08 +0000 Subject: [PATCH 11/30] 0.20200717.0-scratch-r2 release --- bitnami/influxdb-relay/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index 6f3837ed0c63..6d85295fc14f 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -41,7 +41,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-scratch`, `0.20200717.0-scratch-r1`, `0`, `0.20200717.0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r1/0/scratch/Dockerfile) +* [`0`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r2`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r2/0/scratch/Dockerfile) Subscribe to project updates by watching the [bitnami/influxdb-relay GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb-relay). From 47e12d6b525a67fe8083043f94bc87e0ab2f58d8 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 24 Sep 2020 10:08:01 +0000 Subject: [PATCH 12/30] 0.20200717.0-scratch-r3 release --- bitnami/influxdb-relay/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index 6d85295fc14f..3cda9d8dc4ed 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -41,7 +41,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`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r2`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r2/0/scratch/Dockerfile) +* [`0`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r3`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r3/0/scratch/Dockerfile) Subscribe to project updates by watching the [bitnami/influxdb-relay GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb-relay). From f7292b2f6a16a6779d931ed70fa68bb1f4568861 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 21 Oct 2020 20:02:21 +0000 Subject: [PATCH 13/30] 0.20200717.0-scratch-r5 release --- bitnami/influxdb-relay/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index 3cda9d8dc4ed..889eec5b52ec 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -41,7 +41,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`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r3`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r3/0/scratch/Dockerfile) +* [`0`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r5`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r5/0/scratch/Dockerfile) Subscribe to project updates by watching the [bitnami/influxdb-relay GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb-relay). From d3ff9427268a9b49f61e20cf070e047209f7843b Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 23 Oct 2020 17:54:15 +0000 Subject: [PATCH 14/30] 0.20200717.0-scratch-r6 release --- .../0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json | 2 +- bitnami/influxdb-relay/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json index fab03d777f27..bbff6150538b 100644 --- a/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,6 +1,6 @@ { "influxdb-relay": { - "digest": "cc070a2fb73710ea48cf8817f9eb73000a267bb933741cc789c57b3231cbb883", + "digest": "fe88a66d91c68785f7bab5f74ca2ec756c0ce72b5cf27054607e051ba2e38e6c", "type": "BLACKSMITH", "version": "0.20200717.0" } diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index 889eec5b52ec..39bf7a8cf9c5 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -41,7 +41,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`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r5`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r5/0/scratch/Dockerfile) +* [`0`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r6`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r6/0/scratch/Dockerfile) Subscribe to project updates by watching the [bitnami/influxdb-relay GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb-relay). From fc0a0f3032db021beeb76812db44080ee9e26b9b Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 20 Nov 2020 17:42:55 +0000 Subject: [PATCH 15/30] 0.20200717.0-scratch-r7 release --- bitnami/influxdb-relay/0/scratch/Dockerfile | 2 +- bitnami/influxdb-relay/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/influxdb-relay/0/scratch/Dockerfile b/bitnami/influxdb-relay/0/scratch/Dockerfile index 8f43bb87f6e6..e1c56d684579 100644 --- a/bitnami/influxdb-relay/0/scratch/Dockerfile +++ b/bitnami/influxdb-relay/0/scratch/Dockerfile @@ -8,4 +8,4 @@ COPY rootfs / EXPOSE 9096 9097 USER 1001 -CMD [ "/influxdb_relay" ] +CMD [ "/influxdb-relay" ] diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index 39bf7a8cf9c5..53ee0968e42e 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -41,7 +41,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`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r6`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r6/0/scratch/Dockerfile) +* [`0`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r7`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r7/0/scratch/Dockerfile) Subscribe to project updates by watching the [bitnami/influxdb-relay GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb-relay). From 4a2c42482ab822a9b44a6ee377c74dd0fd2bdc8b Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Hernandez Date: Fri, 15 Jan 2021 19:15:44 +0000 Subject: [PATCH 16/30] Update year in LICENSE --- bitnami/influxdb-relay/LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/influxdb-relay/LICENSE b/bitnami/influxdb-relay/LICENSE index ddf3db6841a3..98a6ebe5a787 100644 --- a/bitnami/influxdb-relay/LICENSE +++ b/bitnami/influxdb-relay/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019 Bitnami +Copyright (c) 2015-2021 Bitnami Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From 90a088f80005efeee94de779425fa3b9d425b4fd Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Hernandez Date: Thu, 15 Apr 2021 07:21:33 +0000 Subject: [PATCH 17/30] Add stale GH action to this repository (removing previous method) --- bitnami/influxdb-relay/.github/stale.yml | 36 ------------------- .../.github/workflows/stale.yml | 20 +++++++++++ 2 files changed, 20 insertions(+), 36 deletions(-) delete mode 100644 bitnami/influxdb-relay/.github/stale.yml create mode 100644 bitnami/influxdb-relay/.github/workflows/stale.yml diff --git a/bitnami/influxdb-relay/.github/stale.yml b/bitnami/influxdb-relay/.github/stale.yml deleted file mode 100644 index ea65d3277a62..000000000000 --- a/bitnami/influxdb-relay/.github/stale.yml +++ /dev/null @@ -1,36 +0,0 @@ -# Configuration for probot-stale - https://github.com/probot/stale - -# Number of days of inactivity before an Issue or Pull Request becomes stale -daysUntilStale: 15 - -# Number of days of inactivity before a stale Issue or Pull Request is closed. -daysUntilClose: 5 - -# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable -exemptLabels: - - on-hold - -# Label to use when marking as stale -staleLabel: stale - -issues: - # Comment to post when marking as stale. Set to `false` to disable - markComment: > - This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. - - # Comment to post when closing a stale Issue or Pull Request. - closeComment: > - Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. - -pulls: - # Comment to post when marking as stale. Set to `false` to disable - markComment: > - This Pull Request has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thank you for your contribution. - - # Comment to post when closing a stale Issue or Pull Request. - closeComment: > - Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Pull Request. Do not hesitate to reopen it later if necessary. - -# Limit the number of actions per hour, from 1-30. Default is 30 -limitPerRun: 30 - diff --git a/bitnami/influxdb-relay/.github/workflows/stale.yml b/bitnami/influxdb-relay/.github/workflows/stale.yml new file mode 100644 index 000000000000..0bf90080c817 --- /dev/null +++ b/bitnami/influxdb-relay/.github/workflows/stale.yml @@ -0,0 +1,20 @@ +name: 'Close stale issues and PRs' +on: + schedule: + - cron: '0 1 * * *' + +jobs: + stale: + runs-on: ubuntu-latest + steps: + - uses: actions/stale@v3 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: 'This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.' + stale-pr-message: 'This Pull Request has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thank you for your contribution.' + close-issue-message: 'Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.' + close-pr-message: 'Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Pull Request. Do not hesitate to reopen it later if necessary.' + days-before-stale: 15 + days-before-close: 5 + exempt-issue-labels: 'on-hold' + exempt-pr-labels: 'on-hold' From 49b04861687b7f02629ce660ef010dfcd1030855 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Hernandez Date: Mon, 10 May 2021 11:59:45 +0000 Subject: [PATCH 18/30] Add CODE_OF_CONDUCT and CONTRIBUTING to this repository --- bitnami/influxdb-relay/CODE_OF_CONDUCT.md | 17 ++++++++++++++ bitnami/influxdb-relay/CONTRIBUTING.md | 27 +++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 bitnami/influxdb-relay/CODE_OF_CONDUCT.md create mode 100644 bitnami/influxdb-relay/CONTRIBUTING.md diff --git a/bitnami/influxdb-relay/CODE_OF_CONDUCT.md b/bitnami/influxdb-relay/CODE_OF_CONDUCT.md new file mode 100644 index 000000000000..48beb02e0808 --- /dev/null +++ b/bitnami/influxdb-relay/CODE_OF_CONDUCT.md @@ -0,0 +1,17 @@ +# Contributor Code of Conduct + +As contributors and maintainers of this project, we pledge to respect everyone who contributes by posting issues, updating documentation, submitting pull requests, providing feedback in comments, and any other activities. + +Communication through any of Bitnami's channels (GitHub, mailing lists, Twitter, and so on) must be constructive and never resort to personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct. + +We promise to extend courtesy and respect to everyone involved in this project, regardless of gender, gender identity, sexual orientation, disability, age, race, ethnicity, religion, or level of experience. We expect anyone contributing to this project to do the same. + +If any member of the community violates this code of conduct, the maintainers of this project may take action, including removing issues, comments, and PRs or blocking accounts, as deemed appropriate. + +If you are subjected to or witness unacceptable behavior, or have any other concerns, please communicate with us. + +If you have suggestions to improve this Code of Conduct, please submit an issue or PR. + +**Attribution** + +This Code of Conduct is adapted from the Angular project available at this page: https://github.com/angular/code-of-conduct/blob/master/CODE_OF_CONDUCT.md diff --git a/bitnami/influxdb-relay/CONTRIBUTING.md b/bitnami/influxdb-relay/CONTRIBUTING.md new file mode 100644 index 000000000000..b4270435b0c6 --- /dev/null +++ b/bitnami/influxdb-relay/CONTRIBUTING.md @@ -0,0 +1,27 @@ +# Contributing Guidelines + +Contributions are welcome via GitHub Pull Requests. This document outlines the process to help get your contribution accepted. + +Any type of contribution is welcome: new features, bug fixes, documentation improvements, etc. + +## How to Contribute + +1. Fork this repository, develop, and test your changes. +2. Submit a pull request. + +### Requirements + +When submitting a PR make sure that: +- It must pass CI jobs for linting and test the changes (if any). +- It must follow [container best practices](https://engineering.bitnami.com/articles/best-practices-writing-a-dockerfile.html). +- The title of the PR is clear enough. +- If necessary, add information to the repository's `README.md`. + +### PR Approval and Release Process + +1. Changes are manually reviewed by Bitnami team members usually within a business day. +2. Once the changes are accepted, the PR is tested (if needed) into the Bitnami CI pipeline, the container is deployed and tested (verification and functional tests) using docker-compose and Helm (if there is an associated Helm Chart). +3. The PR is merged by the reviewer(s) in the GitHub `master` branch. +4. Then our CI/CD system is going to push the container image to the different registries including the recently merged changes. + +***NOTE***: Please note that, in terms of time, may be a slight difference between the appearance of the code in GitHub and the image with the changes in the different registries. From 50ccf46eb5e712232da2a4ceaf9792048459288c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 20 Aug 2021 16:55:10 +0000 Subject: [PATCH 19/30] 0.20200717.0-scratch-r12 release --- bitnami/influxdb-relay/0/scratch/docker-compose.yml | 2 +- .../0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json | 2 +- bitnami/influxdb-relay/README.md | 4 ++-- bitnami/influxdb-relay/docker-compose.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/influxdb-relay/0/scratch/docker-compose.yml b/bitnami/influxdb-relay/0/scratch/docker-compose.yml index 48e65ba899b8..09ff47f6736e 100644 --- a/bitnami/influxdb-relay/0/scratch/docker-compose.yml +++ b/bitnami/influxdb-relay/0/scratch/docker-compose.yml @@ -2,7 +2,7 @@ version: '2' services: influxdb-relay: - image: docker.io/bitnami/influxdb-relay:0-scratch + image: docker.io/bitnami/influxdb-relay:0 ports: - 9096:9096 - 9097:9097 diff --git a/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json index bbff6150538b..62ec26bb6d6e 100644 --- a/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,6 +1,6 @@ { "influxdb-relay": { - "digest": "fe88a66d91c68785f7bab5f74ca2ec756c0ce72b5cf27054607e051ba2e38e6c", + "digest": "b30dce56b1f912606304b71175f6052d9a8811d2a5a2c4cc17284cf7c493d389", "type": "BLACKSMITH", "version": "0.20200717.0" } diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index 53ee0968e42e..8f7968ed677d 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -41,7 +41,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`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r7`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r7/0/scratch/Dockerfile) +* [`0`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r12`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r12/0/scratch/Dockerfile) Subscribe to project updates by watching the [bitnami/influxdb-relay GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb-relay). @@ -119,7 +119,7 @@ If you encountered a problem running this container, you can file an [issue](htt # License -Copyright (c) 2020 Bitnami +Copyright (c) 2021 Bitnami Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/bitnami/influxdb-relay/docker-compose.yml b/bitnami/influxdb-relay/docker-compose.yml index 48e65ba899b8..09ff47f6736e 100644 --- a/bitnami/influxdb-relay/docker-compose.yml +++ b/bitnami/influxdb-relay/docker-compose.yml @@ -2,7 +2,7 @@ version: '2' services: influxdb-relay: - image: docker.io/bitnami/influxdb-relay:0-scratch + image: docker.io/bitnami/influxdb-relay:0 ports: - 9096:9096 - 9097:9097 From 7c35ed108859f05b90f8893f7ecdca3bd91ffaea Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 3 Nov 2021 12:40:45 +0000 Subject: [PATCH 20/30] 0.20200717.0-scratch-r13 release --- .../0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json | 2 +- bitnami/influxdb-relay/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json index 62ec26bb6d6e..ddb2c8865b67 100644 --- a/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,6 +1,6 @@ { "influxdb-relay": { - "digest": "b30dce56b1f912606304b71175f6052d9a8811d2a5a2c4cc17284cf7c493d389", + "digest": "d05fc70247a08a2c72926173088de11c8e805fe5f3e8d4ea27e28e67c0c3bf2e", "type": "BLACKSMITH", "version": "0.20200717.0" } diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index 8f7968ed677d..451bbd4ac376 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -41,7 +41,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`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r12`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r12/0/scratch/Dockerfile) +* [`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) Subscribe to project updates by watching the [bitnami/influxdb-relay GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb-relay). From af20b995271c327daeb4d37525db036799dc4349 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 29 Nov 2021 11:59:04 +0000 Subject: [PATCH 21/30] 0.20200717.0-scratch-r14 release --- .../opt/bitnami/.bitnami_components.json | 2 +- bitnami/influxdb-relay/README.md | 38 +++++++++++-------- 2 files changed, 23 insertions(+), 17 deletions(-) diff --git a/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json index ddb2c8865b67..47224f089c78 100644 --- a/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,6 +1,6 @@ { "influxdb-relay": { - "digest": "d05fc70247a08a2c72926173088de11c8e805fe5f3e8d4ea27e28e67c0c3bf2e", + "digest": "ab265bd2604588d071c1f5a99ac8b9f74476cab60f7976a94c2cfa755ccf281a", "type": "BLACKSMITH", "version": "0.20200717.0" } diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index 451bbd4ac376..c8538dae8176 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -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 From f84d40ce62747dc4b7b6238d4853b9c41b306758 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Hernandez Date: Mon, 3 Jan 2022 07:27:30 +0000 Subject: [PATCH 22/30] Update year in LICENSE file --- bitnami/influxdb-relay/LICENSE | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 bitnami/influxdb-relay/LICENSE diff --git a/bitnami/influxdb-relay/LICENSE b/bitnami/influxdb-relay/LICENSE deleted file mode 100644 index 98a6ebe5a787..000000000000 --- a/bitnami/influxdb-relay/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ -Copyright (c) 2015-2021 Bitnami - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file From bf3b717dcdd092b193479b7dd30c91f6aba3664c Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Hernandez Date: Mon, 3 Jan 2022 07:38:21 +0000 Subject: [PATCH 23/30] Update year in LICENSE and rename file --- bitnami/influxdb-relay/LICENSE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bitnami/influxdb-relay/LICENSE.md diff --git a/bitnami/influxdb-relay/LICENSE.md b/bitnami/influxdb-relay/LICENSE.md new file mode 100644 index 000000000000..cdc8ab40132d --- /dev/null +++ b/bitnami/influxdb-relay/LICENSE.md @@ -0,0 +1,13 @@ +Copyright © 2022 Bitnami + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. From 4db9f3ed1c9741a7d8428e920bf696d359104a2f Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Hernandez Date: Mon, 10 Jan 2022 18:08:46 +0000 Subject: [PATCH 24/30] Update issue template --- .../influxdb-relay/.github/ISSUE_TEMPLATE.md | 40 +------------------ 1 file changed, 1 insertion(+), 39 deletions(-) diff --git a/bitnami/influxdb-relay/.github/ISSUE_TEMPLATE.md b/bitnami/influxdb-relay/.github/ISSUE_TEMPLATE.md index da2b4da33fde..91afdfd82d31 100644 --- a/bitnami/influxdb-relay/.github/ISSUE_TEMPLATE.md +++ b/bitnami/influxdb-relay/.github/ISSUE_TEMPLATE.md @@ -1,20 +1,3 @@ - - **Description** @@ -33,28 +16,7 @@ You do NOT have to include this information if this is a FEATURE REQUEST -**Additional information you deem important (e.g. issue happens only occasionally):** +**Additional information you deem important (e.g. issue happens only occasionally, environment details, etc.):** -**Version** - -- Output of `docker version`: - -``` -(paste your output here) -``` - -- Output of `docker info`: - -``` -(paste your output here) -``` - -- Output of `docker-compose version` (if applicable): - -``` -(paste your output here) -``` - -**Additional environment details (AWS, VirtualBox, Docker for MAC, physical, etc.):** From 803a57f8eb59414c41fa8e9658a907075f80d6ec Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Hernandez Date: Thu, 13 Jan 2022 15:20:57 +0000 Subject: [PATCH 25/30] Update CONTRIBUTING.md guidelines Signed-off-by: Carlos Rodriguez Hernandez --- bitnami/influxdb-relay/CONTRIBUTING.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/bitnami/influxdb-relay/CONTRIBUTING.md b/bitnami/influxdb-relay/CONTRIBUTING.md index b4270435b0c6..4f5ce693ec65 100644 --- a/bitnami/influxdb-relay/CONTRIBUTING.md +++ b/bitnami/influxdb-relay/CONTRIBUTING.md @@ -17,6 +17,31 @@ When submitting a PR make sure that: - The title of the PR is clear enough. - If necessary, add information to the repository's `README.md`. +#### Sign Your Work + +The sign-off is a simple line at the end of the explanation for a commit. All commits needs to be signed. Your signature certifies that you wrote the patch or otherwise have the right to contribute the material. The rules are pretty simple, you only need to certify the guidelines from [developercertificate.org](https://developercertificate.org/). + +Then you just add a line to every git commit message: + + Signed-off-by: Joe Smith + +Use your real name (sorry, no pseudonyms or anonymous contributions.) + +If you set your `user.name` and `user.email` git configs, you can sign your commit automatically with `git commit -s`. + +Note: If your git config information is set properly then viewing the `git log` information for your commit will look something like this: + +``` +Author: Joe Smith +Date: Thu Feb 2 11:41:15 2018 -0800 + + Update README + + Signed-off-by: Joe Smith +``` + +Notice the `Author` and `Signed-off-by` lines match. If they don't your PR will be rejected by the automated DCO check. + ### PR Approval and Release Process 1. Changes are manually reviewed by Bitnami team members usually within a business day. From d8e09af023f59b1ce69e7821f9545b1573eea07a Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 24 Jan 2022 15:54:30 +0000 Subject: [PATCH 26/30] 0.20200717.0-scratch-r15 release --- .../0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json | 2 +- bitnami/influxdb-relay/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json index 47224f089c78..0f2bbef62228 100644 --- a/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,6 +1,6 @@ { "influxdb-relay": { - "digest": "ab265bd2604588d071c1f5a99ac8b9f74476cab60f7976a94c2cfa755ccf281a", + "digest": "16c31258dab21df2f539f8103c5181f812b5826dda7a2ff7d6bde788eb38c53e", "type": "BLACKSMITH", "version": "0.20200717.0" } diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index c8538dae8176..9f2ee697b11d 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -47,7 +47,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`, `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) +* [`0`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r15`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r15/0/scratch/Dockerfile) Subscribe to project updates by watching the [bitnami/influxdb-relay GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb-relay). @@ -125,7 +125,7 @@ If you encountered a problem running this container, you can file an [issue](htt ## License -Copyright (c) 2021 Bitnami +Copyright © 2022 Bitnami Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From ee0e3718bc089934bcafe3ac6c422f828278a4d0 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Hernandez Date: Mon, 7 Feb 2022 14:01:45 +0000 Subject: [PATCH 27/30] Change issue/bug template Signed-off-by: Carlos Rodriguez Hernandez --- .../influxdb-relay/.github/ISSUE_TEMPLATE.md | 22 ---------- .../.github/ISSUE_TEMPLATE/bug_report.yml | 41 +++++++++++++++++++ .../.github/ISSUE_TEMPLATE/config.yml | 1 + .../ISSUE_TEMPLATE/feature_request.yml | 29 +++++++++++++ 4 files changed, 71 insertions(+), 22 deletions(-) delete mode 100644 bitnami/influxdb-relay/.github/ISSUE_TEMPLATE.md create mode 100644 bitnami/influxdb-relay/.github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 bitnami/influxdb-relay/.github/ISSUE_TEMPLATE/config.yml create mode 100644 bitnami/influxdb-relay/.github/ISSUE_TEMPLATE/feature_request.yml diff --git a/bitnami/influxdb-relay/.github/ISSUE_TEMPLATE.md b/bitnami/influxdb-relay/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 91afdfd82d31..000000000000 --- a/bitnami/influxdb-relay/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,22 +0,0 @@ -**Description** - - - -**Steps to reproduce the issue:** - -1. [First Step] -2. [Second Step] -3. [and so on...] - -**Describe the results you received:** - - - -**Describe the results you expected:** - - - -**Additional information you deem important (e.g. issue happens only occasionally, environment details, etc.):** - - - diff --git a/bitnami/influxdb-relay/.github/ISSUE_TEMPLATE/bug_report.yml b/bitnami/influxdb-relay/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000000..658fc40d2d6e --- /dev/null +++ b/bitnami/influxdb-relay/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,41 @@ +name: 🐞 Bug +description: Create a report to help us improve +body: + - type: markdown + attributes: + value: | + Thank you for reporting an issue. Before you open the bug report please review the README file present in the root of this repository. + + Please fill in as much of the following form as you're able. + - type: input + attributes: + label: Name and Version + description: Name and version of the affected container image + placeholder: bitnami/wordpress:1.2.3 + validations: + required: true + - type: textarea + attributes: + label: What steps will reproduce the bug? + description: Enter details about your bug. + placeholder: | + 1. In this environment... + 2. With this config... + 3. Run '...' + 4. See error... + validations: + required: true + - type: textarea + attributes: + label: What is the expected behavior? + description: If possible please provide textual output instead of screenshots. + - type: textarea + attributes: + label: What do you see instead? + description: If possible please provide textual output instead of screenshots. + validations: + required: true + - type: textarea + attributes: + label: Additional information + description: Tell us anything else you think we should know. diff --git a/bitnami/influxdb-relay/.github/ISSUE_TEMPLATE/config.yml b/bitnami/influxdb-relay/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000000..3ba13e0cec6c --- /dev/null +++ b/bitnami/influxdb-relay/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/bitnami/influxdb-relay/.github/ISSUE_TEMPLATE/feature_request.yml b/bitnami/influxdb-relay/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 000000000000..7c812014aa08 --- /dev/null +++ b/bitnami/influxdb-relay/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,29 @@ +name: "\U0001F680 Feature request" +description: Suggest an idea for this project +body: + - type: markdown + attributes: + value: | + Thank you for suggesting an idea to improve this Bitnami container image. + Please fill in as much of the following form as you're able. + - type: input + attributes: + label: Name and Version + description: Name and version of the affected container image + placeholder: bitnami/wordpress:1.2.3 + validations: + required: true + - type: textarea + attributes: + label: What is the problem this feature will solve? + validations: + required: true + - type: textarea + attributes: + label: What is the feature you are proposing to solve the problem? + description: Describe the requests. If you already have something in mind... PRs are welcome! + validations: + required: true + - type: textarea + attributes: + label: What alternatives have you considered? From ececd04bc142aff34975177f45600a7743097a6f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 11 Feb 2022 00:55:35 +0000 Subject: [PATCH 28/30] 0.20200717.0-scratch-r16 release --- .../0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json | 2 +- bitnami/influxdb-relay/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json index 0f2bbef62228..97c46991e5f1 100644 --- a/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,6 +1,6 @@ { "influxdb-relay": { - "digest": "16c31258dab21df2f539f8103c5181f812b5826dda7a2ff7d6bde788eb38c53e", + "digest": "a20f7850cb16913e66b13910c068268e29ecef1fd8b378cfd25cc2b60b12dae1", "type": "BLACKSMITH", "version": "0.20200717.0" } diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index 9f2ee697b11d..1ad98aca2071 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -47,7 +47,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`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r15`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r15/0/scratch/Dockerfile) +* [`0`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r16`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r16/0/scratch/Dockerfile) Subscribe to project updates by watching the [bitnami/influxdb-relay GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb-relay). From ba0cd4be3533900bdc49d53af5913248eec5310e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 15 Feb 2022 19:51:39 +0000 Subject: [PATCH 29/30] 0.20200717.0-scratch-r17 release --- .../0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json | 2 +- bitnami/influxdb-relay/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json index 97c46991e5f1..a382cf0059d0 100644 --- a/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/influxdb-relay/0/scratch/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,6 +1,6 @@ { "influxdb-relay": { - "digest": "a20f7850cb16913e66b13910c068268e29ecef1fd8b378cfd25cc2b60b12dae1", + "digest": "93512a8c479b4b2ab4208226e0dc130ec87abf3c4fc363e60430fef5308dd21c", "type": "BLACKSMITH", "version": "0.20200717.0" } diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index 1ad98aca2071..c43328511453 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -47,7 +47,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`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r16`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r16/0/scratch/Dockerfile) +* [`0`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r17`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r17/0/scratch/Dockerfile) Subscribe to project updates by watching the [bitnami/influxdb-relay GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb-relay). From 0f83d61756f67081785aa836cbf6282a646f82fe Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 17 Feb 2022 15:37:15 +0000 Subject: [PATCH 30/30] 0.20200717.0-scratch-r18 release --- bitnami/influxdb-relay/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/influxdb-relay/README.md b/bitnami/influxdb-relay/README.md index c43328511453..88aed900e1e5 100644 --- a/bitnami/influxdb-relay/README.md +++ b/bitnami/influxdb-relay/README.md @@ -47,7 +47,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`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r17`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r17/0/scratch/Dockerfile) +* [`0`, `0-scratch`, `0.20200717.0`, `0.20200717.0-scratch-r18`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb-relay/blob/0.20200717.0-scratch-r18/0/scratch/Dockerfile) Subscribe to project updates by watching the [bitnami/influxdb-relay GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb-relay).