Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade kapacitor maintainers #16333

Merged

Conversation

bnpfeife
Copy link
Contributor

No description provided.

This comment has been minimized.

@bnpfeife bnpfeife force-pushed the BNP_update-kapacitor-maintainers branch from 3420ee6 to a5a0770 Compare February 29, 2024 20:29
Copy link

Diff for a5a0770:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index bc41e06..feefd4e 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
-Maintainers: Brandon Pfeifer <bpfeifer@influxdata.com> (@bnpfeife)
+Maintainers: Brandon Pfeifer <bpfeifer@influxdata.com> (@bnpfeife), Josh Powers <jpowers@influxdata.com> (@powersj), Sven Rebhan <srebhan@influxdata.com> (@srebhan), Dane Strandboge <dstrandboge@influxdata.com> (@DStrand1)
 GitRepo: https://github.com/influxdata/influxdata-docker
-GitCommit: 54cb8e421864aae77b66b159126e7f110804ea7c
+GitCommit: c60d1eb66acd474eee99600758e82d30f7d219ab
 
 Tags: 1.6, 1.6.6
 Architectures: amd64, arm64v8
diff --git a/kapacitor_alpine/Dockerfile b/kapacitor_alpine/Dockerfile
index 8dbb24b..6c46331 100644
--- a/kapacitor_alpine/Dockerfile
+++ b/kapacitor_alpine/Dockerfile
@@ -15,11 +15,11 @@ RUN set -ex && \
     do \
         gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
     done && \
-    wget --no-verbose https://dl.influxdata.com/kapacitor/releases/kapacitor-v${KAPACITOR_VERSION}_linux_amd64.tar.gz.asc && \
-    wget --no-verbose https://dl.influxdata.com/kapacitor/releases/kapacitor-v${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
-    gpg --batch --verify kapacitor-v${KAPACITOR_VERSION}_linux_amd64.tar.gz.asc kapacitor-v${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
+    wget --no-verbose https://dl.influxdata.com/kapacitor/releases/kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz.asc && \
+    wget --no-verbose https://dl.influxdata.com/kapacitor/releases/kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
+    gpg --batch --verify kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz.asc kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
     mkdir -p /usr/src && \
-    tar -C /usr/src -xzf kapacitor-v${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
+    tar -C /usr/src -xzf kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz && \
     cp -ar /usr/src/kapacitor-*/* / && \
     gpgconf --kill all && \
     rm -rf *.tar.gz* /usr/src /root/.gnupg && \

Relevant Maintainers:

@yosifkit yosifkit merged commit c707002 into docker-library:master Feb 29, 2024
9 checks passed
@bnpfeife bnpfeife deleted the BNP_update-kapacitor-maintainers branch December 4, 2024 16:28
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