forked from SumoLogic/sumologic-openshift-images
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: create project if not exists (SumoLogic#86)
* feat: create project if not exist Signed-off-by: Dominik Rosiek <[email protected]> * chore: fix getting bin directory Signed-off-by: Dominik Rosiek <[email protected]> --------- Signed-off-by: Dominik Rosiek <[email protected]>
- Loading branch information
1 parent
9efadf9
commit 32cb316
Showing
22 changed files
with
113 additions
and
45 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
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 |
---|---|---|
|
@@ -9,12 +9,12 @@ FROM registry.access.redhat.com/ubi9/ubi:9.4 | |
ARG UPSTREAM_VERSION | ||
ARG RELEASE | ||
|
||
LABEL name="Autoinstrumentation-dotnet" \ | ||
LABEL name="OpenTelemetry .NET Automatic Instrumentation" \ | ||
vendor="Sumo Logic" \ | ||
version="${UPSTREAM_VERSION}" \ | ||
release="${RELEASE}" \ | ||
summary="UBI based OpenTelemetry .NET Automatic Instrumentation " \ | ||
description="Kubernetes Operator for OpenTelemetry Collector" \ | ||
summary="UBI based OpenTelemetry .NET Automatic Instrumentation image" \ | ||
description="OpenTelemetry .NET Automatic Instrumentation adds instrumentation to .NET applications without having to modify their source code." \ | ||
maintainer="[email protected]" | ||
|
||
ADD https://raw.githubusercontent.com/open-telemetry/opentelemetry-dotnet-instrumentation/v${UPSTREAM_VERSION}/LICENSE \ | ||
|
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 |
---|---|---|
|
@@ -9,12 +9,12 @@ FROM registry.access.redhat.com/ubi9/ubi:9.4 | |
ARG UPSTREAM_VERSION | ||
ARG RELEASE | ||
|
||
LABEL name="Autoinstrumentation-java" \ | ||
LABEL name="OpenTelemetry Java Automatic Instrumentation" \ | ||
vendor="Sumo Logic" \ | ||
version="${UPSTREAM_VERSION}" \ | ||
release="${RELEASE}" \ | ||
summary="UBI based OpenTelemetry Java Automatic Instrumentation " \ | ||
description="Kubernetes Operator for OpenTelemetry Collector" \ | ||
summary="UBI based OpenTelemetry Java Automatic Instrumentation image" \ | ||
description="OpenTelemetry Java Automatic Instrumentation provides a Java agent JAR that can be attached to any Java 8+ application and dynamically injects bytecode to capture telemetry from a number of popular libraries and frameworks." \ | ||
maintainer="[email protected]" | ||
|
||
ADD https://raw.githubusercontent.com/open-telemetry/opentelemetry-java-instrumentation/v${UPSTREAM_VERSION}/LICENSE \ | ||
|
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 |
---|---|---|
|
@@ -9,12 +9,12 @@ FROM registry.access.redhat.com/ubi9/ubi:9.4 | |
ARG UPSTREAM_VERSION | ||
ARG RELEASE | ||
|
||
LABEL name="Autoinstrumentation-nodejs" \ | ||
LABEL name="OpenTelemetry Node JS Automatic Instrumentation" \ | ||
vendor="Sumo Logic" \ | ||
version="${UPSTREAM_VERSION}" \ | ||
release="${RELEASE}" \ | ||
summary="UBI based OpenTelemetry Node JS Automatic Instrumentation " \ | ||
description="Kubernetes Operator for OpenTelemetry Collector" \ | ||
summary="UBI based OpenTelemetry Node JS Automatic Instrumentation image" \ | ||
description="OpenTelemetry Node JS Automatic Instrumentation adds instrumentation to .NET applications without having to modify their source code." \ | ||
maintainer="[email protected]" | ||
|
||
ADD https://raw.githubusercontent.com/open-telemetry/opentelemetry-js-contrib/auto-instrumentations-node-v${UPSTREAM_VERSION}/LICENSE \ | ||
|
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 |
---|---|---|
|
@@ -9,12 +9,12 @@ FROM registry.access.redhat.com/ubi9/ubi:9.4 | |
ARG UPSTREAM_VERSION | ||
ARG RELEASE | ||
|
||
LABEL name="Autoinstrumentation-python" \ | ||
LABEL name="OpenTelemetry Python Automatic Instrumentation" \ | ||
vendor="Sumo Logic" \ | ||
version="${UPSTREAM_VERSION}" \ | ||
release="${RELEASE}" \ | ||
summary="UBI based OpenTelemetry Python Automatic Instrumentation " \ | ||
description="Kubernetes Operator for OpenTelemetry Collector" \ | ||
summary="UBI based OpenTelemetry Python Automatic Instrumentation image" \ | ||
description="Python auto-instrumentation libraries for OpenTelemetry" \ | ||
maintainer="[email protected]" | ||
|
||
ADD https://raw.githubusercontent.com/open-telemetry/opentelemetry-python-contrib/v${UPSTREAM_VERSION}/LICENSE \ | ||
|
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"contacts": [ | ||
{ | ||
"email_address": "[email protected]", | ||
"type": "Technical contact" | ||
} | ||
], | ||
"container": { | ||
"application_categories": [ | ||
"Logging & Metrics", | ||
"Monitoring" | ||
], | ||
"auto_publish": true, | ||
"build_categories": "Standalone image", | ||
"distribution_method": "rhcc", | ||
"os_content_type": "Red Hat Universal Base Image (UBI)", | ||
"release_category": "Generally Available", | ||
"repository_description": "${IMAGE_DESCRIPTION}", | ||
"repository_name": "${NAME}", | ||
"short_description": "${IMAGE_SUMMARY}", | ||
"support_platforms": [ | ||
"OpenShift Container Platform" | ||
], | ||
"type": "container" | ||
}, | ||
"name": "${APPLICATION_NAME}", | ||
"product_listings": [ | ||
"6075d88c2b962feb86bea730" | ||
], | ||
"project_status": "active", | ||
"type": "Containers" | ||
} |
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 |
---|---|---|
|
@@ -5,13 +5,13 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:${UPSTREAM_VERSION} | |
ARG UPSTREAM_VERSION | ||
ARG RELEASE | ||
|
||
LABEL name="sumo-ubi9-minimal" \ | ||
LABEL name="Sumo Logic Universal Base Image Minimal" \ | ||
vendor="Sumo Logic" \ | ||
version="${UPSTREAM_VERSION}" \ | ||
release="${RELEASE}" \ | ||
summary="Provides the latest release of the minimal Red Hat Universal Base Image 8 prepared by Sumo Logic." \ | ||
summary="Sumo Logic Universal Base Image Minimal" \ | ||
description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager." \ | ||
maintainer="[email protected]" | ||
|
||
ADD https://www.apache.org/licenses/LICENSE-2.0.txt \ | ||
/licenses/LICENSE | ||
/licenses/LICENSE |
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
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