Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: influxdata/influxdata-docker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: influxdata/influxdata-docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: db/add-v2.7.12
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on May 20, 2025

  1. chore: Release influxdb v2.7.12

    devanbenz committed May 20, 2025
    Copy the full SHA
    4c2b832 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 influxdb/2.7/Dockerfile
  2. +1 −1 influxdb/2.7/alpine/Dockerfile
2 changes: 1 addition & 1 deletion influxdb/2.7/Dockerfile
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ RUN case "$(dpkg --print-architecture)" in \
gosu nobody true

# Install the influxd server
ENV INFLUXDB_VERSION 2.7.11
ENV INFLUXDB_VERSION 2.7.12
RUN case "$(dpkg --print-architecture)" in \
*amd64) arch=amd64 ;; \
*arm64) arch=arm64 ;; \
2 changes: 1 addition & 1 deletion influxdb/2.7/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ RUN addgroup -S -g 1000 influxdb && \
chown -R influxdb:influxdb /home/influxdb

# Install the infuxd server
ENV INFLUXDB_VERSION 2.7.11
ENV INFLUXDB_VERSION 2.7.12
RUN case "$(apk --print-arch)" in \
x86_64) arch=amd64 ;; \
aarch64) arch=arm64 ;; \