Lab 10: release to ghcr.io and deploy to Hugging Face Spaces#1322
Open
Dekart-hub wants to merge 13 commits into
Open
Lab 10: release to ghcr.io and deploy to Hugging Face Spaces#1322Dekart-hub wants to merge 13 commits into
Dekart-hub wants to merge 13 commits into
Conversation
Signed-off-by: Aleksandr <55945487+Dekart-hub@users.noreply.github.com>
Signed-off-by: Aleksandr <55945487+Dekart-hub@users.noreply.github.com>
Signed-off-by: Aleksandr <55945487+Dekart-hub@users.noreply.github.com>
Signed-off-by: Aleksandr <55945487+Dekart-hub@users.noreply.github.com>
Signed-off-by: Aleksandr <55945487+Dekart-hub@users.noreply.github.com>
Signed-off-by: Aleksandr <55945487+Dekart-hub@users.noreply.github.com>
Signed-off-by: Aleksandr <55945487+Dekart-hub@users.noreply.github.com>
Signed-off-by: Aleksandr <55945487+Dekart-hub@users.noreply.github.com>
Signed-off-by: Aleksandr <55945487+Dekart-hub@users.noreply.github.com>
Signed-off-by: Aleksandr <55945487+Dekart-hub@users.noreply.github.com>
Signed-off-by: Aleksandr <55945487+Dekart-hub@users.noreply.github.com>
Signed-off-by: Aleksandr <55945487+Dekart-hub@users.noreply.github.com>
Signed-off-by: Aleksandr <55945487+Dekart-hub@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
Push the QuickNotes image to ghcr.io from a tag-triggered CI release, serve the same image publicly from a Hugging Face Space with measured warm and cold latency, and (bonus) compare it against a Cloudflare quick tunnel exposing a local copy.
Changes
.github/workflows/release.yml: fires onv*tags, permissions limited tocontents: readpluspackages: write, every action pinned by 40-char SHA, buildx builds linux/amd64 + linux/arm64 and pushes the version tag pluslatesttoghcr.io/dekart-hub/devops-intro/quicknotescloud/hf-space/: the Space filesDockerfile: pulls the releasedv0.1.0image, so the public URL serves the exact artifact Lab 9 scanned;DATA_PATHmoved to/tmpfor arbitrary-uid safetyREADME.md: Docker SDK frontmatter withapp_port: 8080(QuickNotes listens on 8080, HF defaults to 7860)cloud/teardown.md: cleanup notes for both targetssubmissions/lab10.md: release evidence, Space deployment and measurements, tunnel comparison table, design questions a-iTesting
v0.1.0fired the release; green run: https://github.com/Dekart-hub/DevOps-Intro/actions/runs/28658814522docker logoutthen pull, plus an anonymous registry token manifest check); both platforms present in the manifest/healthand/notesat https://dekarters-quicknotes.hf.space, Lab 9 security headers includedChecklist
git log --show-signature)