/sumologic-kubernetes-setup

Setup image for the Sumologic Kubernetes Collection

Primary LanguageDockerfileApache License 2.0Apache-2.0

sumologic-kubernetes-setup

Setup image for the Sumologic Kubernetes Collection

The images are pushed to public.ecr.aws/sumologic/kubernetes-setup.

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 multi-platform image and push it to a registry:

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