Container build en preview deployment via ZAD#844
Open
robbertbos wants to merge 14 commits intomainfrom
Open
Conversation
- Multi-stage Containerfile: MkDocs build + nginx-unprivileged with security headers - Preview workflow: builds and deploys to ZAD on PRs and push to main - Production workflow: builds and deploys to ZAD on version tags - Remove Material Insiders dependency (now free in public repo) - Fix getBasePath() in modal.js to use MkDocs base element instead of hardcoded paths - Remove .claude/ from git, add to .gitignore
Contributor
🚀 Preview DeploymentYour changes have been deployed to a preview environment: URL: https://component-2-pr844-algor-1ha.rig.prd1.gn2.quattro.rijksapps.nl/kader/ 📱 Scan to open on mobileThis deployment will be automatically cleaned up when the PR is closed. |
Voorkomt dat relatieve paden breken wanneer een directory-URL zonder trailing slash wordt opgevraagd (bijv. /kader → /kader/).
numpy>=2.4 vereist Python >=3.11; consistent met Containerfile.
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ment # Conflicts: # .github/workflows/preview.yaml # README.md
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
Containerfile: MkDocs build +nginx-unprivilegedmet security headers (CSP, HSTS, etc.)v*)getBasePath()inmodal.jsgebruikt nu MkDocs<base>element i.p.v. hardcoded padenSluit #837
Test plan
docker build -t algoritmekader -f Containerfile .docker run -p 8080:8080 algoritmekader→ http://localhost:8080