-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: update emails and urls for Chronosphere
Signed-off-by: Patrick Stephens <[email protected]>
- Loading branch information
1 parent
7869189
commit d26ac5a
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1149,8 +1149,8 @@ set(CPACK_PACKAGE_VERSION ${FLB_VERSION_STR}) | |
set(CPACK_PACKAGE_NAME "fluent-bit") | ||
|
||
set(CPACK_PACKAGE_RELEASE 1) | ||
set(CPACK_PACKAGE_CONTACT "Eduardo Silva <eduardo@calyptia.com>") | ||
set(CPACK_PACKAGE_VENDOR "Calyptia Inc.") | ||
set(CPACK_PACKAGE_CONTACT "Eduardo Silva <eduardo[email protected]>") | ||
set(CPACK_PACKAGE_VENDOR "Chronosphere Inc.") | ||
set(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE") | ||
set(CPACK_PACKAGING_INSTALL_PREFIX "/") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -162,15 +162,15 @@ ENV FLUENT_BIT_VERSION=${RELEASE_VERSION} | |
LABEL description="Fluent Bit multi-architecture container image" \ | ||
vendor="Fluent Organization" \ | ||
version="${RELEASE_VERSION}" \ | ||
author="Eduardo Silva <eduardo@calyptia.com>" \ | ||
author="Eduardo Silva <eduardo[email protected]>" \ | ||
org.opencontainers.image.description="Fluent Bit container image" \ | ||
org.opencontainers.image.title="Fluent Bit" \ | ||
org.opencontainers.image.licenses="Apache-2.0" \ | ||
org.opencontainers.image.vendor="Fluent Organization" \ | ||
org.opencontainers.image.version="${RELEASE_VERSION}" \ | ||
org.opencontainers.image.source="https://github.com/fluent/fluent-bit" \ | ||
org.opencontainers.image.documentation="https://docs.fluentbit.io/" \ | ||
org.opencontainers.image.authors="Eduardo Silva <eduardo@calyptia.com>" | ||
org.opencontainers.image.authors="Eduardo Silva <eduardo[email protected]>" | ||
|
||
# Copy the libraries from the extractor stage into root | ||
COPY --from=deb-extractor /dpkg / | ||
|
@@ -193,15 +193,15 @@ ENV FLUENT_BIT_VERSION=${RELEASE_VERSION} | |
LABEL description="Fluent Bit multi-architecture debug container image" \ | ||
vendor="Fluent Organization" \ | ||
version="${RELEASE_VERSION}-debug" \ | ||
author="Eduardo Silva <eduardo@calyptia.com>" \ | ||
author="Eduardo Silva <eduardo[email protected]>" \ | ||
org.opencontainers.image.description="Fluent Bit debug container image" \ | ||
org.opencontainers.image.title="Fluent Bit Debug" \ | ||
org.opencontainers.image.licenses="Apache-2.0" \ | ||
org.opencontainers.image.vendor="Fluent Organization" \ | ||
org.opencontainers.image.version="${RELEASE_VERSION}-debug" \ | ||
org.opencontainers.image.source="https://github.com/fluent/fluent-bit" \ | ||
org.opencontainers.image.documentation="https://docs.fluentbit.io/" \ | ||
org.opencontainers.image.authors="Eduardo Silva <eduardo@calyptia.com>" | ||
org.opencontainers.image.authors="Eduardo Silva <eduardo[email protected]>" | ||
|
||
COPY --from=qemu-arm32 /usr/bin/qemu-arm-static /usr/bin/ | ||
COPY --from=qemu-arm64 /usr/bin/qemu-aarch64-static /usr/bin/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,7 +99,7 @@ LABEL org.opencontainers.image.title="Fluent Bit" ` | |
org.opencontainers.image.description="Fluent Bit is an open source and multi-platform Log Processor and Forwarder which allows you to collect data/logs from different sources, unify and send them to multiple destinations. It's fully compatible with Docker and Kubernetes environments." ` | ||
org.opencontainers.image.created=$IMAGE_CREATE_DATE ` | ||
org.opencontainers.image.version=$FLUENTBIT_VERSION ` | ||
org.opencontainers.image.authors="Eduardo Silva <eduardo@calyptia.com>" ` | ||
org.opencontainers.image.authors="Eduardo Silva <eduardo[email protected]>" ` | ||
org.opencontainers.image.url="https://hub.docker.com/r/fluent/fluent-bit" ` | ||
org.opencontainers.image.documentation="https://docs.fluentbit.io/manual/" ` | ||
org.opencontainers.image.vendor="Fluent Organization" ` | ||
|