feat: Docker Hub build-and-push workflow + Unraid CA template - #21
Merged
Merged
Conversation
…rfile - Add .github/workflows/docker.yml: builds linux/amd64 + linux/arm64 images via docker/build-push-action, pushes to talesofthemoon/networkcrawler on merge to main and on semver tags; PR builds validate the image without pushing - Add GHA layer cache (type=gha) to keep multi-arch builds fast - Add peter-evans/dockerhub-description step to sync README to Hub on main merges - Update Dockerfile OCI labels to include Docker Hub URL and vendor - Update docker-compose.yml to pull talesofthemoon/networkcrawler:latest by default; local build block preserved (commented out) for development use - Update .env.example with Docker Hub secrets reference and IMAGE_TAG hint Unraid CA template updated locally (gitignored): Repository field now points to talesofthemoon/networkcrawler:latest with full CA metadata and TemplateURL.
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.
Summary
.github/workflows/docker.yml— buildslinux/amd64+linux/arm64images and pushes totalesofthemoon/networkcrawleron every merge tomainand on semver version tags (v*); PR builds validate the image without pushingREADME.mdon every main-branch pushdocker-compose.ymlto pulltalesofthemoon/networkcrawler:latestby default (local build kept as commented block)DOCKERHUB_USERNAME,DOCKERHUB_TOKEN) in.env.exampleUnraid CA template (local — gitignored)
unraid/NetworkCrawler.xmlupdated locally with:<Repository>talesofthemoon/networkcrawler:latest</Repository><TemplateURL>,<Support>,<ReadMe>,<Changes>block.env.exampleThe
unraid/directory remains in.gitignore— it is never committed.Required setup before first push to main
Add two secrets to Settings → Secrets and variables → Actions:
DOCKERHUB_USERNAMEtalesofthemoonDOCKERHUB_TOKEN