Lab 10: publish QuickNotes to GHCR and prepare HF Space deployment#1404
Open
smairon wants to merge 17 commits into
Open
Lab 10: publish QuickNotes to GHCR and prepare HF Space deployment#1404smairon wants to merge 17 commits into
smairon wants to merge 17 commits into
Conversation
Signed-off-by: smairon <man@smairon.ru>
Signed-off-by: man@smairon.ru <man@smairon.ru>
Signed-off-by: man@smairon.ru <man@smairon.ru>
Signed-off-by: man@smairon.ru <man@smairon.ru>
Signed-off-by: man@smairon.ru <man@smairon.ru>
Signed-off-by: man@smairon.ru <man@smairon.ru>
Signed-off-by: man@smairon.ru <man@smairon.ru>
Signed-off-by: man@smairon.ru <man@smairon.ru>
Signed-off-by: man@smairon.ru <man@smairon.ru>
Signed-off-by: man@smairon.ru <man@smairon.ru>
Signed-off-by: man@smairon.ru <man@smairon.ru>
Signed-off-by: man@smairon.ru <man@smairon.ru>
Signed-off-by: man@smairon.ru <man@smairon.ru>
Signed-off-by: man@smairon.ru <man@smairon.ru>
Signed-off-by: man@smairon.ru <man@smairon.ru>
Signed-off-by: man@smairon.ru <man@smairon.ru>
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 for QuickNotes: publish the app to
ghcr.iovia a tag-triggered GitHub Actions workflow, prepare a Hugging Face Docker Space deployment, and document the real results insubmissions/lab10.md.Changes
Add
.github/workflows/release.ymlfor tag-triggered release builds that pushghcr.io/smairon/devops-intro/quicknoteswith both the immutable version tag andlatest.Pin all third-party GitHub Actions by full SHA, derive a lowercase GHCR image path, and publish a multi-arch image for
linux/amd64andlinux/arm64.Document the real published
v0.1.1image, the successful clean pull, the manifest platforms, and the successful GitHub Actions run insubmissions/lab10.md.Add
cloud/hf-space/Dockerfile,cloud/hf-space/README.md, andcloud/hf-space/DEPLOY.mdfor a Docker SDK Hugging Face Space that pullsghcr.io/smairon/devops-intro/quicknotes:v0.1.1and exposes port8080.Document the actual attempted Hugging Face deployment, including the failed
git push, unchanged Space remote, public503response, and the uncollected latency measurements, insubmissions/lab10.md.Testing
docker buildx imagetools inspect ghcr.io/smairon/devops-intro/quicknotes:v0.1.1docker pull ghcr.io/smairon/devops-intro/quicknotes:v0.1.1docker pull ghcr.io/smairon/devops-intro/quicknotes:latestgit ls-remote --tags origingit ls-remote https://huggingface.co/spaces/Axxilius/quicknotes refs/heads/maincurl -v https://axxilius-quicknotes.hf.space/healthChecklist
git log --show-signature)submissions/labN.mdupdated