docs(lab10): ship QuickNotes to ghcr.io and a public cloud URL - #1495
Open
HNS2112 wants to merge 6 commits into
Open
docs(lab10): ship QuickNotes to ghcr.io and a public cloud URL#1495HNS2112 wants to merge 6 commits into
HNS2112 wants to merge 6 commits into
Conversation
Signed-off-by: Elvira <239804565+HNS2112@users.noreply.github.com>
Signed-off-by: HNS <239804565+HNS2112@users.noreply.github.com>
Signed-off-by: HNS <239804565+HNS2112@users.noreply.github.com>
Signed-off-by: HNS <239804565+HNS2112@users.noreply.github.com>
Signed-off-by: HNS <239804565+HNS2112@users.noreply.github.com>
Signed-off-by: HNS <239804565+HNS2112@users.noreply.github.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
Lab 10 submission: tag-triggered CI publishing to ghcr.io, the same image deployed to a public cloud URL with scale-to-zero measured, and a Cloudflare Tunnel comparison.
Changes
.github/workflows/release.ymlβ tag-triggered build and push to ghcr.io, SHA-pinned,packages: writeonlycloud/β deployment config and teardown runbookevidence/lab10/β anonymous registry pull, latency measurementssubmissions/lab10.mdβ report covering Tasks 1β2 and the bonusTesting
Release run green; image pulled anonymously from ghcr.io with a token obtained without credentials.
Public URL returns 200 on
/healthand/notes.Warm p50 1.157 s; cold starts 25.3 / 14.2 / 14.3 s.
Tunnel verified from outside; warm p50 1.417 s, p95 2.431 s.
Note on platform substitution
Hugging Face made Docker Spaces PRO-only around July 2026, so Task 2 was completed on Render's free tier, which preserves every property the task measures β registry deploy, public URL, no card, scale-to-zero. Documented with sources in the report.
Checklist
git log --show-signature)submissions/labN.mdupdated