Feature/lab10#1383
Open
Mysteri0K1ng wants to merge 9 commits into
Open
Conversation
Signed-off-by: Nikita Schankin <nikita.sshankin@gmail.com>
Signed-off-by: Nikita Schankin <nikita.sshankin@gmail.com>
Signed-off-by: Nikita Schankin <nikita.sshankin@gmail.com>
Signed-off-by: Nikita Schankin <nikita.sshankin@gmail.com>
Signed-off-by: Nikita Schankin <nikita.sshankin@gmail.com>
Signed-off-by: Nikita Schankin <nikita.sshankin@gmail.com>
Signed-off-by: Nikita Schankin <nikita.sshankin@gmail.com>
Signed-off-by: Nikita Schankin <nikita.sshankin@gmail.com>
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.
Goal
Complete Lab 10 by publishing the QuickNotes Docker image to GHCR through a tag-triggered release workflow and deploying the released image to Hugging Face Spaces.
Changes
app/and push to GHCR with bothv0.1.2andlatesttags.contents: readandpackages: write.cloud/hf-space/.app_port: 8080.submissions/lab10.md.Testing
Triggered the release workflow using tag
v0.1.2and confirmed the GHCR image was pushed successfully. Verified clean pulls for bothghcr.io/mysteri0k1ng/devops-intro/quicknotes:v0.1.2andghcr.io/mysteri0k1ng/devops-intro/quicknotes:latest. Deployed the same released image to Hugging Face Spaces and confirmed/healthreturned HTTP 200 with QuickNotes JSON. Measured Hugging Face warm latency and three cold-start requests after idle windows. For the bonus, exposed the local QuickNotes service through Cloudflare Tunnel, verified public access, measured 50 warm requests, and compared p50/p95 latency with Hugging Face Spaces.Checklist
git log --show-signature)submissions/lab10.mdupdated