-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
checkpoint checkin #1
base: main
Are you sure you want to change the base?
Conversation
.up/config/datadog-xm/Dockerfile
Outdated
@@ -0,0 +1,7 @@ | |||
FROM gcr.io/datadoghq/agent:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we switch Dockerfiles and files to cluster/images//*
like: https://github.com/crossplane-contrib/x-metrics/tree/main/cluster/images/x-metrics
and please add the following section in makefile:
https://github.com/crossplane-contrib/x-metrics/blob/main/Makefile#L47-L54
then the docker build process is used from upbound build module
echo_info "Building and Loading Datadog XMetrics Agent with Upbound integration" | ||
CWD=$(pwd) | ||
cd ${SCRIPT_DIR}/../.up/config/datadog-xm | ||
docker build -t datadog-upbound_xmetrics:v1.0.0 . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can skip the build when using the build process from build module
…workflows via PR comments Signed-off-by: Fatih Türken <[email protected]>
[xmetrics-integration] Prevent external contributors from triggering workflows via PR comments
Description of your changes
Added the following tested items to this checkpoint check in.
Fixes #
I have:
make reviewable
to ensure this PR is ready for review.backport release-x.y
labels to auto-backport this PR, as appropriate.How has this code been tested