II.
TestableClaim overview
Reference · liveclaim:docker-build-copies-library
Docker build copies library overview
Docker build COPY library step makes library available to generator — the Dockerfile COPY instruction includes the library/ directory so that generate-library-nodes.mjs can read it during container builds.
Attributes
displayName
Docker build copies library
description
Docker build COPY library step makes library available to generator —
the Dockerfile COPY instruction includes the library/ directory so
that generate-library-nodes.mjs can read it during container builds.
testStatus
passing
testType
smoke
testCommand
node -e "process.exit(require('fs').readFileSync('packages/atlas/webui/Dockerfile','utf8').includes('COPY library')?0:1)"
category
integration
priority
medium
Outgoing edges
asserts_about1
- tool:docker·ToolDocker
Incoming edges
tests_claim1
- experiment:docker-library-copy·ExperimentDocker Build Library Copy Verification