Commit 3a30e92
committed
ecamp3-logging: switch to self built fluentd image
This is the image:
https://github.com/fluent/fluent-operator/blob/2de2b934e4d9f4475e278da7d9db74d89ef9a037/cmd/fluent-watcher/fluentd/Dockerfile.amd64
built in a devcontainer of the repository and then pushed to dockerhub.
The command to build the container was:
@BacLuc ➜ /workspaces/fluent-operator (master) $ docker build . -f cmd/fluent-watcher/fluentd/Dockerfile.amd64 -t docker.io/bacluc/fluentd:1.15.3
They seem to have problem with the images they publish in the fluent-operator repository.
It also contains the following fix: fluent/fluent-operator#11951 parent 19c68c7 commit 3a30e92
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
0 commit comments