NOAA-GSL / ExascaleWorkflowSandbox

Other
2 stars 2 forks source link

Fix spack-stack container build prep for spack-stack compatibility #63

Closed christopherwharrop-noaa closed 7 months ago

christopherwharrop-noaa commented 7 months ago

The spack-stack develop branch has recently modified the generation of Dockerfiles such that a COPY is made to bring code from the host machine into the container at build time. This update moves that code to the directory where we want to build the container so that the container build can take place in the docker/spack-stack directory instead of deep inside the spack-stack source that gets cloned during Dockerfile generation.

christopherwharrop-noaa commented 7 months ago

@NaureenBharwaniNOAA - This PR will fix your CI issue.