Skip to content

Commit

Permalink
remove redudant gems
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbarone87 committed Sep 14, 2024
1 parent 197e374 commit f15285c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 46 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
push: true
build-args: |
BASE_IMAGE=fluent/fluentd:v1.17.1-debian-1.0
tags: ${{ github.repository }}:v1.17.1-debian-1.2
tags: ${{ github.repository }}:v1.17.1-debian-1.3
10 changes: 4 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ USER root
RUN buildDeps="sudo make gcc g++ libc-dev" \
&& apt-get update \
&& apt-get install -y --no-install-recommends $buildDeps \
&& sudo gem install elasticsearch -v '~> 7.0' \
&& sudo gem install fluent-plugin-elasticsearch -v '~> 5.1.1' \
&& sudo gem install elasticsearch-xpack -v '~> 7.0' \
&& sudo gem install fluent-plugin-prometheus \
&& sudo gem install fluent-plugin-record-modifier \
&& sudo gem install fluent-plugin-grafana-loki \
&& sudo gem install fluent-plugin-elasticsearch -v '~> 5.4.3' \
&& sudo gem install fluent-plugin-prometheus -v '~> 2.2' \
&& sudo gem install fluent-plugin-record-modifier -v '~> 2.2'\
&& sudo gem install fluent-plugin-grafana-loki -v '~> 1.2'\
&& sudo gem sources --clear-all \
&& SUDO_FORCE_REMOVE=yes \
apt-get purge -y --auto-remove \
Expand Down

0 comments on commit f15285c

Please sign in to comment.