Skip to content

Conversation

@bnpfeife
Copy link
Contributor

@bnpfeife bnpfeife commented Jan 7, 2026

No description provided.

@bnpfeife bnpfeife requested a review from a team as a code owner January 7, 2026 17:20
@github-actions
Copy link

github-actions bot commented Jan 7, 2026

Diff for 9b79fb0:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8ad305c..24e64b7 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
 Maintainers: Brandon Pfeifer <[email protected]> (@bnpfeife), Sven Rebhan <[email protected]> (@srebhan), Maya Strandboge <[email protected]> (@mstrandboge)
 GitRepo: https://github.com/influxdata/influxdata-docker
-GitCommit: 1bf4846c3b7df2b7fc4369af5989442ec3d5b899
+GitCommit: 3dc2d064944d033907d137e1af8069d35852de94
 
 Tags: 1.7, 1.7.17
 Architectures: amd64, arm32v7, arm64v8
@@ -23,9 +23,9 @@ Directory: chronograf/1.9
 Tags: 1.9-alpine, 1.9.4-alpine
 Directory: chronograf/1.9/alpine
 
-Tags: 1.10, 1.10.8, latest
+Tags: 1.10, 1.10.9, latest
 Architectures: amd64, arm32v7, arm64v8
 Directory: chronograf/1.10
 
-Tags: 1.10-alpine, 1.10.8-alpine, alpine
+Tags: 1.10-alpine, 1.10.9-alpine, alpine
 Directory: chronograf/1.10/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index e7a3ebb..ea1fa9f 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -12,7 +12,7 @@ chronograf:1.9.4
 chronograf:1.9.4-alpine
 chronograf:1.10
 chronograf:1.10-alpine
-chronograf:1.10.8
-chronograf:1.10.8-alpine
+chronograf:1.10.9
+chronograf:1.10.9-alpine
 chronograf:alpine
 chronograf:latest
diff --git a/chronograf_alpine/Dockerfile b/chronograf_alpine/Dockerfile
index 99911e4..3dc467e 100644
--- a/chronograf_alpine/Dockerfile
+++ b/chronograf_alpine/Dockerfile
@@ -4,14 +4,14 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
 RUN apk add --no-cache ca-certificates setpriv && \
     update-ca-certificates
 
-ENV CHRONOGRAF_VERSION=1.10.8
+ENV CHRONOGRAF_VERSION=1.10.9
 
 RUN set -ex && \
     mkdir ~/.gnupg; \
     echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf; \
     apk add --no-cache --virtual .build-deps wget gnupg tar && \
     for key in \
-        9D539D90D3328DC7D6C8D3B9D8FF8E1F7DF8B07E ; \
+        24C975CBA61A024EE1B631787C3D57159FC2F927 ; \
     do \
         gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
     done && \
diff --git a/chronograf_latest/Dockerfile b/chronograf_latest/Dockerfile
index f0034eb..65d62c4 100644
--- a/chronograf_latest/Dockerfile
+++ b/chronograf_latest/Dockerfile
@@ -6,12 +6,12 @@ RUN set -ex && \
     apt-get update && apt-get install -y gnupg ca-certificates dirmngr --no-install-recommends && \
     rm -rf /var/lib/apt/lists/* && \
     for key in \
-        9D539D90D3328DC7D6C8D3B9D8FF8E1F7DF8B07E ; \
+        24C975CBA61A024EE1B631787C3D57159FC2F927 ; \
     do \
         gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
     done
 
-ENV CHRONOGRAF_VERSION 1.10.8
+ENV CHRONOGRAF_VERSION 1.10.9
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

Relevant Maintainers:

@tianon tianon changed the title chore: release Chronograf 1.10.9 release Chronograf 1.10.9 Jan 7, 2026
@yosifkit yosifkit merged commit 60a568e into docker-library:master Jan 7, 2026
13 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