Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.09 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.09 KB

sumologic-kubernetes-fluentd Dev builds GitHub tag

This repository contains Fluentd plugins which are bundled into a custom Fluentd image. This image is then used by sumologic-kubernetes-collection.

Images from this repository are pushed to Sumo Logic public AWS ECR at public.ecr.aws/sumologic/kubernetes-fluentd.

The images are built for the following architectures:

  • linux/amd64
  • linux/arm/v7
  • linux/arm64/v8

Build

To build image only for the build host's architecture:

make build

To build image for all supported architectures and push it to a registry:

make build-push-multiplatform REPO_URL=my-repo/fluentd BUILD_TAG=custom-tag

Test

make test