Skip to content

Commit

Permalink
Merge pull request #553 from cybozu-go/update-container-202308
Browse files Browse the repository at this point in the history
Upgrade fluent-bit and mysqld-exporter containers
  • Loading branch information
yamatcha authored Aug 15, 2023
2 parents 84408f3 + 0d2ee0c commit 9822068
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion containers/fluent-bit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Stage1: build from source
FROM quay.io/cybozu/ubuntu-dev:22.04 AS builder

ARG FLUENT_BIT_VERSION=2.0.9
ARG FLUENT_BIT_VERSION=2.1.8

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion containers/fluent-bit/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.9.1
2.1.8.2
2 changes: 1 addition & 1 deletion containers/mysqld_exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Stage1: build from source
FROM quay.io/cybozu/golang:1.19-jammy AS build

ARG MYSQLD_EXPORTER_VERSION=v0.14.0
ARG MYSQLD_EXPORTER_VERSION=v0.15.0

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.14.0.1
0.15.0.2

0 comments on commit 9822068

Please sign in to comment.