influxdb: release 3.9.2#21361
Merged
yosifkit merged 1 commit intodocker-library:masterfrom May 4, 2026
Merged
Conversation
Diff for 8658e69:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 2435f66..3b58cab 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
Maintainers: Brandon Pfeifer <bpfeifer@influxdata.com> (@bnpfeife), Devan Benz <dbenz@influxdata.com> (@devanbenz), 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)
GitRepo: https://github.com/influxdata/influxdata-docker
-GitCommit: ca349af15bb3dbe666a26fa0acf7e19b32ac74ec
+GitCommit: 1d9bc3961bee14268e069bf16767a014d2f62c2a
Tags: 1.11, 1.11.8
Architectures: amd64, arm64v8
@@ -58,10 +58,10 @@ Tags: 2.7-alpine, 2.7.12-alpine
Architectures: amd64, arm64v8
Directory: influxdb/2.7/alpine
-Tags: 3-core, 3.9-core, 3.9.1-core, core
+Tags: 3-core, 3.9-core, 3.9.2-core, core
Architectures: amd64, arm64v8
Directory: influxdb/3.9-core
-Tags: 3-enterprise, 3.9-enterprise, 3.9.1-enterprise, enterprise
+Tags: 3-enterprise, 3.9-enterprise, 3.9.2-enterprise, enterprise
Architectures: amd64, arm64v8
Directory: influxdb/3.9-enterprise
diff --git a/_bashbrew-list b/_bashbrew-list
index 9c1acc3..33b3e9d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -36,8 +36,8 @@ influxdb:3-core
influxdb:3-enterprise
influxdb:3.9-core
influxdb:3.9-enterprise
-influxdb:3.9.1-core
-influxdb:3.9.1-enterprise
+influxdb:3.9.2-core
+influxdb:3.9.2-enterprise
influxdb:alpine
influxdb:core
influxdb:data
diff --git a/influxdb_2.7.12-alpine/Dockerfile b/influxdb_2.7.12-alpine/Dockerfile
index 46193cc..a9bb04d 100644
--- a/influxdb_2.7.12-alpine/Dockerfile
+++ b/influxdb_2.7.12-alpine/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.21
+FROM alpine:3.23
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
RUN apk add --no-cache \
diff --git a/influxdb_alpine/Dockerfile b/influxdb_alpine/Dockerfile
index 37b5501..39d3dd3 100644
--- a/influxdb_alpine/Dockerfile
+++ b/influxdb_alpine/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.21
+FROM alpine:3.23
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
RUN apk add --no-cache \
diff --git a/influxdb_core/Dockerfile b/influxdb_core/Dockerfile
index 919b9a2..c5dd61c 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.9.1
+ENV INFLUXDB_VERSION=3.9.2
RUN case "$(dpkg --print-architecture)" in \
amd64) ARCH=amd64 ;; \
arm64) ARCH=arm64 ;; \
diff --git a/influxdb_enterprise/Dockerfile b/influxdb_enterprise/Dockerfile
index d55c8f3..e42d957 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.9.1
+ENV INFLUXDB_VERSION=3.9.2
RUN case "$(dpkg --print-architecture)" in \
amd64) ARCH=amd64 ;; \
arm64) ARCH=arm64 ;; \Relevant Maintainers: |
yosifkit
approved these changes
May 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.