Skip to content

InfluxDB3 Core and Enterprise v3.0.2 #18972

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

hiltontj
Copy link
Contributor

@hiltontj hiltontj commented May 5, 2025

@hiltontj hiltontj requested a review from a team as a code owner May 5, 2025 15:19
Copy link

github-actions bot commented May 5, 2025

Diff for e543ab7:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index e3302d7..08b2210 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
 Maintainers: Brandon Pfeifer <bpfeifer@influxdata.com> (@bnpfeife), Devan Benz <dbenz@influxdata.com> (@WeblWabl), Geoffrey Wossum <gwossum@influxdata.com> (@gwossum), Michael Gattozzi <mgattozzi@influxdata.com> (@mgattozzi), Praveenkumar Hemakumar <pkumar@influxdata.com> (@praveen-influx), Trevor Hilton <thilton@influxdata.com> (@hiltontj), Wayne Warren <wwarren@influxdata.com> (@waynr)
 GitRepo: https://github.com/influxdata/influxdata-docker
-GitCommit: 80885304f9feada026680f328d27d0a5b19a7a69
+GitCommit: cc4e58f76300b30b71d9fe854dbfdd4c8bee3f50
 
 Tags: 1.10-data, 1.10.8-data
 Directory: influxdb/1.10/data
@@ -42,10 +42,10 @@ Tags: 2-alpine, 2.7-alpine, 2.7.11-alpine, alpine
 Architectures: amd64, arm64v8
 Directory: influxdb/2.7/alpine
 
-Tags: 3-core, 3.0-core, 3.0.1-core, core
+Tags: 3-core, 3.0-core, 3.0.2-core, core
 Architectures: amd64, arm64v8
 Directory: influxdb/3.0-core
 
-Tags: 3-enterprise, 3.0-enterprise, 3.0.1-enterprise, enterprise
+Tags: 3-enterprise, 3.0-enterprise, 3.0.2-enterprise, enterprise
 Architectures: amd64, arm64v8
 Directory: influxdb/3.0-enterprise
diff --git a/_bashbrew-list b/_bashbrew-list
index db7d905..ac0ab7d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -28,8 +28,8 @@ influxdb:3-core
 influxdb:3-enterprise
 influxdb:3.0-core
 influxdb:3.0-enterprise
-influxdb:3.0.1-core
-influxdb:3.0.1-enterprise
+influxdb:3.0.2-core
+influxdb:3.0.2-enterprise
 influxdb:alpine
 influxdb:core
 influxdb:enterprise
diff --git a/influxdb_core/Dockerfile b/influxdb_core/Dockerfile
index b0f4c61..e4984ce 100644
--- a/influxdb_core/Dockerfile
+++ b/influxdb_core/Dockerfile
@@ -16,7 +16,7 @@ RUN groupadd --gid 1500 influxdb3 && \
              /usr/lib/influxdb3 \
              /plugins
 
-ENV INFLUXDB_VERSION=3.0.1
+ENV INFLUXDB_VERSION=3.0.2
 RUN case "$(dpkg --print-architecture)" in \
         amd64) ARCH=amd64 ;; \
         arm64) ARCH=arm64 ;; \
diff --git a/influxdb_core/entrypoint.sh b/influxdb_core/entrypoint.sh
index ea30f1c..ff7cecc 100755
--- a/influxdb_core/entrypoint.sh
+++ b/influxdb_core/entrypoint.sh
@@ -3,6 +3,10 @@ set -euo pipefail
 
 args=("${@}")
 
+if [[ "${args[0]:-}" == serve ]] ; then
+    args=(influxdb3 "${args[@]}")
+fi
+
 if [[ "${args[0]:-}" =~ ^- ]] ; then
     args=(influxdb3 serve "${args[@]}")
 fi
diff --git a/influxdb_enterprise/Dockerfile b/influxdb_enterprise/Dockerfile
index 97fc774..5b9864b 100644
--- a/influxdb_enterprise/Dockerfile
+++ b/influxdb_enterprise/Dockerfile
@@ -16,7 +16,7 @@ RUN groupadd --gid 1500 influxdb3 && \
              /usr/lib/influxdb3 \
              /plugins
 
-ENV INFLUXDB_VERSION=3.0.1
+ENV INFLUXDB_VERSION=3.0.2
 RUN case "$(dpkg --print-architecture)" in \
         amd64) ARCH=amd64 ;; \
         arm64) ARCH=arm64 ;; \
diff --git a/influxdb_enterprise/entrypoint.sh b/influxdb_enterprise/entrypoint.sh
index ea30f1c..ff7cecc 100755
--- a/influxdb_enterprise/entrypoint.sh
+++ b/influxdb_enterprise/entrypoint.sh
@@ -3,6 +3,10 @@ set -euo pipefail
 
 args=("${@}")
 
+if [[ "${args[0]:-}" == serve ]] ; then
+    args=(influxdb3 "${args[@]}")
+fi
+
 if [[ "${args[0]:-}" =~ ^- ]] ; then
     args=(influxdb3 serve "${args[@]}")
 fi

Relevant Maintainers:

@tianon tianon merged commit 5fe296c into docker-library:master May 5, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants