AdlerFarHorizons / NITELite-pipeline

Code to process images and data taken with the HAB NITELite instrument.
GNU General Public License v3.0
1 stars 7 forks source link

Docker images built locally cause CodeBuild run to fail #4

Closed zhafen closed 5 months ago

zhafen commented 6 months ago

Describe the bug When last checked, the CodeBuild run fails if the image it pulls was built locally on an M2 Mac. The build runs successfully if the image is also built with CodeBuild.

To Reproduce Steps to reproduce the behavior:

  1. Build the image locally (./bin/build.sh)
  2. Upload to Amazon ECR
  3. Run the nitelite-pipeline CodeBuild project.

Expected behavior The nitelite-pipeline CodeBuild project runs successfully.