Skip to content

sb init test-job --ironic-repo ~/ironic failed due to infrastructure issues. #39

@abhibongale

Description

@abhibongale

The build context is the Ironic source directory (~/Workspace/ironic), but healthcheck.sh is in our templates directory. The Dockerfile tries to COPY healthcheck.sh, which looks for it in the build context (Ironic repo), not in our templates.

  1. healthcheck.sh not found - The --no-cache build doesn't have the copied healthcheck.sh
  2. Console scripts not created - Even though ironic installs successfully, the ironic-api and ironic-conductor scripts aren't being generated
  3. Auto-detects Docker/Podman and the right compose command

Solution will be to copy healthcheck.sh to the Ironic source before building

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions