diff --git a/containers/fluent-bit/Dockerfile b/containers/fluent-bit/Dockerfile index 2aa2aa139..17e6547de 100644 --- a/containers/fluent-bit/Dockerfile +++ b/containers/fluent-bit/Dockerfile @@ -1,7 +1,7 @@ # Fluent Bit container image # Stage1: build from source -FROM quay.io/cybozu/ubuntu-dev:22.04 AS builder +FROM ghcr.io/cybozu/ubuntu-dev:22.04 AS builder ARG FLUENT_BIT_VERSION=2.2.0 @@ -64,7 +64,7 @@ RUN cmake -DFLB_RELEASE=On \ && cp LICENSE /fluent-bit/ # Stage2: setup runtime container -FROM quay.io/cybozu/ubuntu:22.04 +FROM ghcr.io/cybozu/ubuntu:22.04 COPY --from=builder /fluent-bit /fluent-bit diff --git a/containers/mysql/8.0.18/Dockerfile b/containers/mysql/8.0.18/Dockerfile index a4acda0c7..73a2cd66e 100644 --- a/containers/mysql/8.0.18/Dockerfile +++ b/containers/mysql/8.0.18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/cybozu/ubuntu-dev:20.04 AS builder +FROM ghcr.io/cybozu/ubuntu-dev:20.04 AS builder ARG MYSQL_VERSION=8.0.18 @@ -20,7 +20,7 @@ RUN cd tmp/ \ && make -j 20 \ && make install -FROM quay.io/cybozu/ubuntu:20.04 +FROM ghcr.io/cybozu/ubuntu:20.04 COPY --from=builder /usr/local/mysql/LICENSE /usr/local/mysql/LICENSE COPY --from=builder /usr/local/mysql/bin /usr/local/mysql/bin diff --git a/containers/mysql/8.0.25/Dockerfile b/containers/mysql/8.0.25/Dockerfile index b497acfb0..b69f37dcb 100644 --- a/containers/mysql/8.0.25/Dockerfile +++ b/containers/mysql/8.0.25/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/cybozu/ubuntu-dev:20.04 AS builder +FROM ghcr.io/cybozu/ubuntu-dev:20.04 AS builder ARG MYSQL_VERSION=8.0.25 @@ -20,7 +20,7 @@ RUN cd tmp/ \ && make -j 20 \ && make install -FROM quay.io/cybozu/ubuntu:20.04 +FROM ghcr.io/cybozu/ubuntu:20.04 COPY --from=builder /usr/local/mysql/LICENSE /usr/local/mysql/LICENSE COPY --from=builder /usr/local/mysql/bin /usr/local/mysql/bin diff --git a/containers/mysql/8.0.26/Dockerfile b/containers/mysql/8.0.26/Dockerfile index f56789e6f..148fc6df8 100644 --- a/containers/mysql/8.0.26/Dockerfile +++ b/containers/mysql/8.0.26/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/cybozu/ubuntu-dev:20.04 AS builder +FROM ghcr.io/cybozu/ubuntu-dev:20.04 AS builder ARG MYSQL_VERSION=8.0.26 @@ -20,7 +20,7 @@ RUN cd tmp/ \ && make -j 20 \ && make install -FROM quay.io/cybozu/ubuntu:20.04 +FROM ghcr.io/cybozu/ubuntu:20.04 COPY --from=builder /usr/local/mysql/LICENSE /usr/local/mysql/LICENSE COPY --from=builder /usr/local/mysql/bin /usr/local/mysql/bin diff --git a/containers/mysql/8.0.27/Dockerfile b/containers/mysql/8.0.27/Dockerfile index 8534cc0f2..f51608d9c 100644 --- a/containers/mysql/8.0.27/Dockerfile +++ b/containers/mysql/8.0.27/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/cybozu/ubuntu-dev:20.04 AS builder +FROM ghcr.io/cybozu/ubuntu-dev:20.04 AS builder ARG MYSQL_VERSION=8.0.27 @@ -20,7 +20,7 @@ RUN cd tmp/ \ && make -j 20 \ && make install -FROM quay.io/cybozu/ubuntu:20.04 +FROM ghcr.io/cybozu/ubuntu:20.04 COPY --from=builder /usr/local/mysql/LICENSE /usr/local/mysql/LICENSE COPY --from=builder /usr/local/mysql/bin /usr/local/mysql/bin diff --git a/containers/mysql/8.0.28/Dockerfile b/containers/mysql/8.0.28/Dockerfile index 7b4bfc14b..c190b33f1 100644 --- a/containers/mysql/8.0.28/Dockerfile +++ b/containers/mysql/8.0.28/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/cybozu/ubuntu-dev:20.04 AS builder +FROM ghcr.io/cybozu/ubuntu-dev:20.04 AS builder ARG MYSQL_VERSION=8.0.28 @@ -20,7 +20,7 @@ RUN cd tmp/ \ && make -j 20 \ && make install -FROM quay.io/cybozu/ubuntu:20.04 +FROM ghcr.io/cybozu/ubuntu:20.04 COPY --from=builder /usr/local/mysql/LICENSE /usr/local/mysql/LICENSE COPY --from=builder /usr/local/mysql/bin /usr/local/mysql/bin diff --git a/containers/mysql/8.0.30/Dockerfile b/containers/mysql/8.0.30/Dockerfile index 8a9913d85..e8d0219ff 100644 --- a/containers/mysql/8.0.30/Dockerfile +++ b/containers/mysql/8.0.30/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/cybozu/ubuntu-dev:20.04 AS builder +FROM ghcr.io/cybozu/ubuntu-dev:20.04 AS builder ARG MYSQL_VERSION=8.0.30 @@ -20,7 +20,7 @@ RUN cd tmp/ \ && make -j 20 \ && make install -FROM quay.io/cybozu/ubuntu:20.04 +FROM ghcr.io/cybozu/ubuntu:20.04 COPY --from=builder /usr/local/mysql/LICENSE /usr/local/mysql/LICENSE COPY --from=builder /usr/local/mysql/bin /usr/local/mysql/bin diff --git a/containers/mysql/8.0.31/Dockerfile b/containers/mysql/8.0.31/Dockerfile index d20467f8f..134087016 100644 --- a/containers/mysql/8.0.31/Dockerfile +++ b/containers/mysql/8.0.31/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/cybozu/ubuntu-dev:20.04 AS builder +FROM ghcr.io/cybozu/ubuntu-dev:20.04 AS builder ARG MYSQL_VERSION=8.0.31 @@ -20,7 +20,7 @@ RUN cd tmp/ \ && make -j 20 \ && make install -FROM quay.io/cybozu/ubuntu:20.04 +FROM ghcr.io/cybozu/ubuntu:20.04 COPY --from=builder /usr/local/mysql/LICENSE /usr/local/mysql/LICENSE COPY --from=builder /usr/local/mysql/bin /usr/local/mysql/bin diff --git a/containers/mysql/8.0.32/Dockerfile b/containers/mysql/8.0.32/Dockerfile index a3fe653ea..335fe5010 100644 --- a/containers/mysql/8.0.32/Dockerfile +++ b/containers/mysql/8.0.32/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/cybozu/ubuntu-dev:20.04 AS builder +FROM ghcr.io/cybozu/ubuntu-dev:20.04 AS builder ARG MYSQL_VERSION=8.0.32 @@ -20,7 +20,7 @@ RUN cd tmp/ \ && make -j 20 \ && make install -FROM quay.io/cybozu/ubuntu:20.04 +FROM ghcr.io/cybozu/ubuntu:20.04 COPY --from=builder /usr/local/mysql/LICENSE /usr/local/mysql/LICENSE COPY --from=builder /usr/local/mysql/bin /usr/local/mysql/bin diff --git a/containers/mysql/8.0.33/Dockerfile b/containers/mysql/8.0.33/Dockerfile index e93c80907..a70819079 100644 --- a/containers/mysql/8.0.33/Dockerfile +++ b/containers/mysql/8.0.33/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/cybozu/ubuntu-dev:22.04 AS builder +FROM ghcr.io/cybozu/ubuntu-dev:22.04 AS builder ARG MYSQL_VERSION=8.0.33 @@ -20,7 +20,7 @@ RUN cd tmp/ \ && make -j 20 \ && make install -FROM quay.io/cybozu/ubuntu:22.04 +FROM ghcr.io/cybozu/ubuntu:22.04 COPY --from=builder /usr/local/mysql/LICENSE /usr/local/mysql/LICENSE COPY --from=builder /usr/local/mysql/bin /usr/local/mysql/bin diff --git a/containers/mysql/8.0.34/Dockerfile b/containers/mysql/8.0.34/Dockerfile index d81942f25..d6a702483 100644 --- a/containers/mysql/8.0.34/Dockerfile +++ b/containers/mysql/8.0.34/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/cybozu/ubuntu-dev:22.04 AS builder +FROM ghcr.io/cybozu/ubuntu-dev:22.04 AS builder ARG MYSQL_VERSION=8.0.34 @@ -20,7 +20,7 @@ RUN cd tmp/ \ && make -j 20 \ && make install -FROM quay.io/cybozu/ubuntu:22.04 +FROM ghcr.io/cybozu/ubuntu:22.04 COPY --from=builder /usr/local/mysql/LICENSE /usr/local/mysql/LICENSE COPY --from=builder /usr/local/mysql/bin /usr/local/mysql/bin diff --git a/containers/mysql/8.0.35/Dockerfile b/containers/mysql/8.0.35/Dockerfile index f311ca3f8..f530ebe38 100644 --- a/containers/mysql/8.0.35/Dockerfile +++ b/containers/mysql/8.0.35/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/cybozu/ubuntu-dev:22.04 AS builder +FROM ghcr.io/cybozu/ubuntu-dev:22.04 AS builder ARG MYSQL_VERSION=8.0.35 @@ -20,7 +20,7 @@ RUN cd tmp/ \ && make -j 20 \ && make install -FROM quay.io/cybozu/ubuntu:22.04 +FROM ghcr.io/cybozu/ubuntu:22.04 COPY --from=builder /usr/local/mysql/LICENSE /usr/local/mysql/LICENSE COPY --from=builder /usr/local/mysql/bin /usr/local/mysql/bin diff --git a/containers/mysqld_exporter/Dockerfile b/containers/mysqld_exporter/Dockerfile index 0be46cc08..98570e033 100644 --- a/containers/mysqld_exporter/Dockerfile +++ b/containers/mysqld_exporter/Dockerfile @@ -1,7 +1,7 @@ # mysqld_exporter container # Stage1: build from source -FROM quay.io/cybozu/golang:1.19-jammy AS build +FROM ghcr.io/cybozu/golang:1.19-jammy AS build ARG MYSQLD_EXPORTER_VERSION=v0.15.0