E
egarcia
Guest
You should be able to copy the fluent-bit files from the original image. Here are the instructions to add to the Dockerfile. FROM centos:7 COPY --from=builder /etc/fluent-bit /etc/fluent-bit COPY --from=builder /usr/local/bin/fluent-bit /usr/local/bin RUN groupadd pscadmin && useradd -g pscadmin pscadmin I hope this helps.
Continue reading...
Continue reading...