Issues in Docker Image and Generation Scripts #1004
Labels
bug
Scope: Documentation
This issue relates to OSCAL documentation.
Scope: Website
Issues targeted at the OSCAL project website.
Milestone
Describe the bug
The Docker Image as provided fails when running build/ci-cd/generate-model-documentation.sh, preventing the image from building website. The specific error is
Error: Could not find or load main class com.xmlcalabash.drivers.Main
. This error triggers on most of the child scripts.The generate-specification-documentation.sh script has not been updated to reflect the new file structure of /docs, and creates a new /docs/content/documentation/processing/ folder. It should instead place the generated HTML in /docs/content/concepts/processing.
Docker has integrated compose into the default docker CLI, support is waning for docker-compose, I suggest the READMEs and Image make the switch over. See: Discussion around continued support of docker-compose
docker-compose {args} -> docker compose {args}
Who is the bug affecting?
Users of the docker image. Users of the generate-specification-documentation.sh script.
The text was updated successfully, but these errors were encountered: