-
Notifications
You must be signed in to change notification settings - Fork 15
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
Prometheus 2.53.1 release #193
base: feature/v2.53.1
Are you sure you want to change the base?
Conversation
ARG IMAGE_BASE_DEBUG=gcr.io/distroless/static-debian11:debug | ||
ARG IMAGE_BASE=gke.gcr.io/gke-distroless/libc@sha256:4f834e207f2721977094aeec4c9daee7032c5daec2083c0be97760f4306e4f88 | ||
|
||
FROM ${IMAGE_BUILD_GO} AS gobase |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Click Remediation section below to solve this issue
FROM ${IMAGE_BUILD_GO} AS gobase | ||
|
||
# Compile the UI assets. | ||
FROM ${IMAGE_BUILD_NODEJS} as assets |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Click Remediation section below to solve this issue
# Configure distroless base image like the upstream Prometheus image. | ||
# Since the directory and symlink setup needs shell access, we need yet another | ||
# intermediate stage. | ||
FROM ${IMAGE_BASE_DEBUG} as appbase |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Click Remediation section below to solve this issue
RUN make npm_licenses | ||
|
||
# Build the actual Go binary. | ||
FROM gobase as buildbase |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Click Remediation section below to solve this issue
RUN ["/busybox/sh", "-c", "ln -s /usr/share/prometheus/console_libraries /usr/share/prometheus/consoles/ /etc/prometheus/"] | ||
RUN ["/busybox/sh", "-c", "mkdir -p /prometheus"] | ||
|
||
FROM ${IMAGE_BASE} |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Click Remediation section below to solve this issue
a0a856b
to
a0311b2
Compare
a0311b2
to
308a8d8
Compare
Signed-off-by: bwplotka <[email protected]>
Signed-off-by: bwplotka <[email protected]>
308a8d8
to
f491a43
Compare
/prombench |
This benchmark run compares this PR (#193) with version After a successful deployment, the benchmarking results can be viewed on the Cloud Monitoring Dashboard. To cancel or stop the benchmark run, comment To view the results of the profiling process you can run the following commands. After running the commands, go to
|
@bernot-dev hi, note that this PR is missing some of the recent changes to be able to change Google Cloud settings via config files. |
@TheSpiritXIII Yeah, that's fine. I'm not preparing for release. Just seeing if anything interesting shows up in the profiling data for my presentation. |
No description provided.