influxdb: 3.9.11 + 3.10.5 (core + enterprise)#21887
Open
cannonpalms wants to merge 1 commit into
Open
Conversation
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:
|
yosifkit
approved these changes
Jul 21, 2026
tianon
reviewed
Jul 21, 2026
| Praveenkumar Hemakumar <pkumar@influxdata.com> (@praveen-influx), | ||
| Trevor Hilton <thilton@influxdata.com> (@hiltontj) | ||
| GitRepo: https://github.com/influxdata/influxdata-docker | ||
| GitCommit: 20a6a80079b50ec78170871b4bce420a38a9d0fa |
Member
There was a problem hiding this comment.
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?
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.
Updates the influxdb3 core and enterprise images to the latest patch releases:
3.9-core: 3.9.6 -> 3.9.113.9-enterprise: 3.9.9 -> 3.9.113.10-core(core): 3.10.3 -> 3.10.53.10-enterprise(enterprise): 3.10.3 -> 3.10.5GitCommit
4935f4eb6b374869721872ecd7ef3e01bd228cf4(influxdata/influxdata-docker master). Release tarballs and detached signatures for all four are published on dl.influxdata.com and verified.