From 4e2220d5b113a2c7cb827ba34af34d6021fd568c Mon Sep 17 00:00:00 2001 From: Flook Peter Date: Fri, 16 Aug 2024 17:21:58 +0800 Subject: [PATCH] Just push elasticsearch fluentd image --- .github/workflows/build.yaml | 10 ---------- Dockerfile.gcs | 7 ------- 2 files changed, 17 deletions(-) delete mode 100644 Dockerfile.gcs diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ab7100b..bb4011f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -34,13 +34,3 @@ jobs: build-args: | FLUENTD_VERSION=${{ env.VERSION }} PLUGIN_ELASTICSEARCH_VERSION=${{ env.PLUGIN_ELASTICSEARCH_VERSION }} - - name: Build and push - gcs - uses: docker/build-push-action@v6 - with: - file: "./Dockerfile.gcs" - platforms: linux/amd64,linux/arm64 - push: true - tags: datacatering/fluentd-gcs:${{ env.VERSION }} - build-args: | - FLUENTD_VERSION=${{ env.VERSION }} - PLUGIN_GCS_VERSION=${{ env.PLUGIN_GCS_VERSION }} diff --git a/Dockerfile.gcs b/Dockerfile.gcs deleted file mode 100644 index 0e1301d..0000000 --- a/Dockerfile.gcs +++ /dev/null @@ -1,7 +0,0 @@ -ARG FLUENTD_VERSION=v1.17.0-debian-1.0 -FROM fluent/fluentd:${FLUENTD_VERSION} -USER root -ARG PLUGIN_GCS_VERSION=0.13.1 -RUN gem update --system \ - && gem install fluent-plugin-google-cloud --no-document -v $PLUGIN_GCS_VERSION -USER fluent