Skip to content

Commit

Permalink
update image to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbarone87 committed Sep 12, 2024
1 parent 7dc0e91 commit 0a45ecc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
platforms: linux/amd64, linux/arm64
push: true
build-args: |
BASE_IMAGE=fluent/fluentd:v1.15.3-debian-1.2
tags: ${{ github.repository }}:v1.15.3-debian-1.2
BASE_IMAGE=fluent/fluentd:vv1.17.1-debian-1.0
tags: ${{ github.repository }}:v1.17.1-debian-1.1
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=fluent/fluentd:v1.15.3-debian-1.2
ARG BASE_IMAGE=fluent/fluentd:vv1.17.1-debian-1.0
FROM $BASE_IMAGE

# UPDATE BASE IMAGE WITH PLUGINS
Expand All @@ -11,7 +11,6 @@ RUN buildDeps="sudo make gcc g++ libc-dev" \
&& apt-get install -y --no-install-recommends $buildDeps \
&& sudo gem install elasticsearch \
&& sudo gem install fluent-plugin-elasticsearch \
&& sudo gem install elasticsearch-xpack \
&& sudo gem install fluent-plugin-prometheus \
&& sudo gem install fluent-plugin-record-modifier \
&& sudo gem install fluent-plugin-grafana-loki \
Expand Down

0 comments on commit 0a45ecc

Please sign in to comment.