Skip to content

Commit

Permalink
README-Epimorphorics formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-pickin-epi committed Sep 26, 2024
1 parent 7b5f32b commit 2a3ac52
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README-Epimorphorics.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem "fluent-plugin-s3", "~> 1.7.0"

## New Version

From version 1.17 the plugin epimorphics/fluent-plugin-flatten_filter is included, so ensure the following is present in `templates/Gemfile.erb` and authentication to Github Ruby Package Registry is required.
From version 1.17 the `plugin epimorphics/fluent-plugin-flatten_filter` is included, so ensure the following is present in `templates/Gemfile.erb` and authentication to Github Ruby Package Registry is required.
```
source "https://rubygems.pkg.github.com/epimorphics" do
gem "fluent-plugin-flatten_filter", "~> 1"
Expand All @@ -31,7 +31,11 @@ Edit:
ALL_IMAGES := <version>/debian-s3elasticsearch8:<version>-debian-s3elasticsearch8-<subversion>
```

### Create `plugins/<version>/s3elasticsearch8/.gitkeep`
### Create plugins directory

```
touch plugins/<version>/s3elasticsearch8/.gitkeep
```

## Create the Dockerfile etc

Expand Down

0 comments on commit 2a3ac52

Please sign in to comment.