Lab10 submission#1326
Open
tdzdslippen wants to merge 2 commits into
Open
Conversation
Co-authored-by: Cursor <cursoragent@cursor.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 β tag-triggered CI push of QuickNotes to GHCR, deploy the same image on Hugging Face Spaces, and document warm latency (bonus Cloudflare Tunnel deferred).
Changes
.github/workflows/release.ymlβ release onv*tags (semver check), buildsapp/for linux/amd64, pushes toghcr.io/tdzdslippen/devops-intro/quicknoteswithv0.1.0+latest;contents: read,packages: write; third-party actions SHA-pinned.cloud/huggingface/Dockerfile+README.mdβ HF Space pulls immutablev0.1.0from GHCR; README frontmatter setssdk: docker,app_port: 8080.cloud/teardown.mdβ cleanup notes for Space / GHCR / tunnel.cloud/cloudflare/README.md+artifacts/lab10/cloudflare/BONUS_PENDING.mdβ bonus not claimed yet.artifacts/lab10/β registry evidence (release run, unauthenticated pulls, digest) + HF curl proof and warm latency logs.submissions/lab10.mdβ Tasks 1β2 write-up, design answers aβf, warm/cold latency table.app/Dockerfile,compose.yaml) and Lab 9 CI/security headers (.github/workflows/ci.yml,app/security.go).Testing
v0.1.0β green Release run: https://github.com/tdzdslippen/DevOps-Intro/actions/runs/28686721652Image:
ghcr.io/tdzdslippen/devops-intro/quicknotes:v0.1.0(digestsha256:9aa52b11a32c2bfbcb40c4b862d5f8762e80acb6efa67b55655033069543b86d); package public; unauthenticateddocker pullforv0.1.0andlatestboth succeed with the same digest./healthβ{"notes":4,"status":"ok"}and/noteslists seeded notes; warm p50 0.479974 s (5 consecutive curls). Cold latency samples recorded in submission/artifacts.submissions/lab10.md.Checklist
git log --show-signature)submissions/lab10.mdupdated