Skip to content

influxdb: 3.9.11 + 3.10.5 (core + enterprise)#21887

Open
cannonpalms wants to merge 1 commit into
docker-library:masterfrom
cannonpalms:influxdb-3.9.11-3.10.5
Open

influxdb: 3.9.11 + 3.10.5 (core + enterprise)#21887
cannonpalms wants to merge 1 commit into
docker-library:masterfrom
cannonpalms:influxdb-3.9.11-3.10.5

Conversation

@cannonpalms

Copy link
Copy Markdown
Contributor

Updates the influxdb3 core and enterprise images to the latest patch releases:

  • 3.9-core: 3.9.6 -> 3.9.11
  • 3.9-enterprise: 3.9.9 -> 3.9.11
  • 3.10-core (core): 3.10.3 -> 3.10.5
  • 3.10-enterprise (enterprise): 3.10.3 -> 3.10.5

GitCommit 4935f4eb6b374869721872ecd7ef3e01bd228cf4 (influxdata/influxdata-docker master). Release tarballs and detached signatures for all four are published on dl.influxdata.com and verified.

@cannonpalms
cannonpalms requested a review from a team as a code owner July 21, 2026 13:18
@github-actions

Copy link
Copy Markdown
Diff for b759f7d:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 5a0c964..25e506e 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -58,18 +58,22 @@ Tags: 2.8-alpine, 2.8.0-alpine
 Architectures: amd64, arm64v8
 Directory: influxdb/2.8/alpine
 
-Tags: 3-core, 3.10-core, 3.10.3-core, core
+Tags: 3-core, 3.10-core, 3.10.5-core, core
 Architectures: amd64, arm64v8
+GitCommit: 4935f4eb6b374869721872ecd7ef3e01bd228cf4
 Directory: influxdb/3.10-core
 
-Tags: 3-enterprise, 3.10-enterprise, 3.10.3-enterprise, enterprise
+Tags: 3-enterprise, 3.10-enterprise, 3.10.5-enterprise, enterprise
 Architectures: amd64, arm64v8
+GitCommit: 4935f4eb6b374869721872ecd7ef3e01bd228cf4
 Directory: influxdb/3.10-enterprise
 
-Tags: 3.9-core, 3.9.6-core
+Tags: 3.9-core, 3.9.11-core
 Architectures: amd64, arm64v8
+GitCommit: 4935f4eb6b374869721872ecd7ef3e01bd228cf4
 Directory: influxdb/3.9-core
 
-Tags: 3.9-enterprise, 3.9.9-enterprise
+Tags: 3.9-enterprise, 3.9.11-enterprise
 Architectures: amd64, arm64v8
+GitCommit: 4935f4eb6b374869721872ecd7ef3e01bd228cf4
 Directory: influxdb/3.9-enterprise
diff --git a/_bashbrew-list b/_bashbrew-list
index dbb996c..dd212bc 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -36,12 +36,12 @@ influxdb:3-core
 influxdb:3-enterprise
 influxdb:3.9-core
 influxdb:3.9-enterprise
-influxdb:3.9.6-core
-influxdb:3.9.9-enterprise
+influxdb:3.9.11-core
+influxdb:3.9.11-enterprise
 influxdb:3.10-core
 influxdb:3.10-enterprise
-influxdb:3.10.3-core
-influxdb:3.10.3-enterprise
+influxdb:3.10.5-core
+influxdb:3.10.5-enterprise
 influxdb:alpine
 influxdb:core
 influxdb:data
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index eba0368..38781a9 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -8,8 +8,8 @@ influxdb:1.12.4
 influxdb:1.12.4-alpine
 influxdb:2.8.0
 influxdb:2.8.0-alpine
-influxdb:3.9.6-core
-influxdb:3.9.9-enterprise
+influxdb:3.9.11-core
+influxdb:3.9.11-enterprise
 influxdb:alpine
 influxdb:core
 influxdb:data
diff --git a/influxdb_3.9.6-core/Dockerfile b/influxdb_3.9.11-core/Dockerfile
similarity index 98%
rename from influxdb_3.9.6-core/Dockerfile
rename to influxdb_3.9.11-core/Dockerfile
index 1f719d5..7c85134 100644
--- a/influxdb_3.9.6-core/Dockerfile
+++ b/influxdb_3.9.11-core/Dockerfile
@@ -16,7 +16,7 @@ RUN groupadd --gid 1500 influxdb3 && \
              /usr/lib/influxdb3 \
              /plugins
 
-ENV INFLUXDB_VERSION=3.9.6
+ENV INFLUXDB_VERSION=3.9.11
 RUN case "$(dpkg --print-architecture)" in \
         amd64) ARCH=amd64 ;; \
         arm64) ARCH=arm64 ;; \
diff --git a/influxdb_3.9.6-core/entrypoint.sh b/influxdb_3.9.11-core/entrypoint.sh
similarity index 100%
rename from influxdb_3.9.6-core/entrypoint.sh
rename to influxdb_3.9.11-core/entrypoint.sh
diff --git a/influxdb_3.9.9-enterprise/Dockerfile b/influxdb_3.9.11-enterprise/Dockerfile
similarity index 98%
rename from influxdb_3.9.9-enterprise/Dockerfile
rename to influxdb_3.9.11-enterprise/Dockerfile
index bbf5636..2d93a6e 100644
--- a/influxdb_3.9.9-enterprise/Dockerfile
+++ b/influxdb_3.9.11-enterprise/Dockerfile
@@ -16,7 +16,7 @@ RUN groupadd --gid 1500 influxdb3 && \
              /usr/lib/influxdb3 \
              /plugins
 
-ENV INFLUXDB_VERSION=3.9.9
+ENV INFLUXDB_VERSION=3.9.11
 RUN case "$(dpkg --print-architecture)" in \
         amd64) ARCH=amd64 ;; \
         arm64) ARCH=arm64 ;; \
diff --git a/influxdb_3.9.9-enterprise/entrypoint.sh b/influxdb_3.9.11-enterprise/entrypoint.sh
similarity index 100%
rename from influxdb_3.9.9-enterprise/entrypoint.sh
rename to influxdb_3.9.11-enterprise/entrypoint.sh
diff --git a/influxdb_core/Dockerfile b/influxdb_core/Dockerfile
index 11cdf5b..59cda21 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.10.3
+ENV INFLUXDB_VERSION=3.10.5
 RUN case "$(dpkg --print-architecture)" in \
         amd64) ARCH=amd64 ;; \
         arm64) ARCH=arm64 ;; \
diff --git a/influxdb_enterprise/Dockerfile b/influxdb_enterprise/Dockerfile
index 42fa752..cf85d98 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.10.3
+ENV INFLUXDB_VERSION=3.10.5
 RUN case "$(dpkg --print-architecture)" in \
         amd64) ARCH=amd64 ;; \
         arm64) ARCH=arm64 ;; \

Relevant Maintainers:

Comment thread library/influxdb
Praveenkumar Hemakumar <pkumar@influxdata.com> (@praveen-influx),
Trevor Hilton <thilton@influxdata.com> (@hiltontj)
GitRepo: https://github.com/influxdata/influxdata-docker
GitCommit: 20a6a80079b50ec78170871b4bce420a38a9d0fa

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not a big deal, but any particular reason you introduced a bunch of entry-specific GitCommit values instead of updating the global one?

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.

3 participants