We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52cf079 commit 4a48ffdCopy full SHA for 4a48ffd
cmd/fluent-watcher/fluentd/Dockerfile
@@ -10,8 +10,7 @@ WORKDIR /code
10
RUN echo $(ls -al /code)
11
RUN CGO_ENABLED=0 go build -ldflags '-w -s' -o /fluentd/fluentd-watcher /code/cmd/fluent-watcher/fluentd/main.go
12
13
-# See https://github.com/fluent/fluentd-docker-image/issues/425
14
-FROM fluent/fluentd:v${FLUENTD_BASE_VERSION}-debian-1.0
+FROM fluent/fluentd:v${FLUENTD_BASE_VERSION}-debian
15
16
LABEL org.opencontainers.image.description "A Fluentd image for use with fluent-operator"
17
0 commit comments