Skip to content

Commit

Permalink
Merge pull request #666 from cybozu-go/update-for-k8s-1.28-No3
Browse files Browse the repository at this point in the history
Update mysql_exporter v0.15.1
  • Loading branch information
takara9 authored Apr 24, 2024
2 parents 1b37de4 + 9ffa371 commit b19382d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions containers/mysqld_exporter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# mysqld_exporter container

# Stage1: build from source
FROM ghcr.io/cybozu/golang:1.19-jammy AS build
FROM ghcr.io/cybozu/golang:1.22-jammy AS build

ARG MYSQLD_EXPORTER_VERSION=v0.15.0
ARG MYSQLD_EXPORTER_VERSION=v0.15.1

RUN git clone -b ${MYSQLD_EXPORTER_VERSION} --depth 1 https://github.com/prometheus/mysqld_exporter \
&& make -C mysqld_exporter build
Expand Down
2 changes: 1 addition & 1 deletion containers/mysqld_exporter/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.0.2
0.15.1.1

0 comments on commit b19382d

Please sign in to comment.