feat(examples & workflows): Add prometheus3.5.3#333
Open
AlexiksA wants to merge 2 commits into
Open
Conversation
razvand
requested changes
May 9, 2026
razvand
left a comment
Contributor
There was a problem hiding this comment.
Use present tense in the commit description. Also add more information in the commit description. Mention what are the contents of the commit.
Add Prometheus 3.5.3 as a new example for Unikraft Cloud deployment. The example includes: - Dockerfile: builds a minimal image with the Prometheus binary downloaded from the official GitHub release tarball - Kraftfile: defines the Unikraft Cloud deployment specification, including runtime, rootfs, volume for persistent metrics storage, network port mapping and startup command flags - README.md: provides instructions for deploying Prometheus on Unikraft Cloud using both the unikraft and kraft CLIs - .dockerignore and .gitignore: standard ignore files for the example Signed-off-by: Alexandru-Iulian Aranghel <alexandru.aranghel@yahoo.com>
Add staging and stable GitHub Actions workflows for the prometheus3.5.3. The workflows include: - example-prometheus3.5.3-staging.yaml: runs against the staging environment, triggered on push, pull request, and daily schedule (weekdays at 15:30 UTC) - example-prometheus3.5.3-stable.yaml: runs against the stable environment, triggered on push, pull request, and daily schedule (weekdays at 16:30 UTC) Both workflows deploy the example to Unikraft Cloud, verify the /metrics endpoint is reachable via curl, and clean up the instance, image and logs on completion. Signed-off-by: Alexandru-Iulian Aranghel <alexandru.aranghel@yahoo.com>
102ea9c to
7efc96a
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add prometheus 3.5.3 example and Workflows.