handoff pass: vendored sveltia bundle, astro pinned ^7.2.10, root README + refreshed deploy runbook, review fixes (coverless card grid, shared NewsCard/lib, real site origin, nginx security headers, linger step, dead config removed, preview.css sync, tsconfig)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Build image for the CTAO portal demo: pinned Node + git.
|
||||
# Why: the host has node 24 but NO git (and we have no sudo); a 2-line image
|
||||
# keeps the whole toolchain pinned and independent of host packages.
|
||||
# keeps node pinned and independent of host packages (git comes from the
|
||||
# alpine repo unpinned — alpine drops old package versions, pinning is moot).
|
||||
# Built ONCE at install, never pulled again at runtime:
|
||||
# podman build -t localhost/ctao-portal-build:1 -f Containerfile.build .
|
||||
FROM docker.io/library/node:24-alpine@sha256:a0b9bf06e4e6193cf7a0f58816cc935ff8c2a908f81e6f1a95432d679c54fbfd
|
||||
|
||||
Reference in New Issue
Block a user