Skip to content

influxdb: release 3.9.2#21361

Merged
yosifkit merged 1 commit intodocker-library:masterfrom
influxdata:tjh/influxdb3-9-2
May 4, 2026
Merged

influxdb: release 3.9.2#21361
yosifkit merged 1 commit intodocker-library:masterfrom
influxdata:tjh/influxdb3-9-2

Conversation

@hiltontj
Copy link
Copy Markdown
Contributor

@hiltontj hiltontj commented May 1, 2026

No description provided.

@hiltontj hiltontj requested a review from a team as a code owner May 1, 2026 18:44
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 1, 2026

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:

@tianon tianon changed the title chore(influxdb): release 3.9.2 influxdb: release 3.9.2 May 2, 2026
@yosifkit yosifkit merged commit e1ab904 into docker-library:master May 4, 2026
23 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