uclibs / uc_drc

DRC migration planning and work
Other
0 stars 0 forks source link

Autoload metadata profile in docker #109

Closed crowesn closed 3 years ago

crowesn commented 3 years ago

Fixes #98

Add rake task to load uc_drc.yaml default metadata profile. Execute during docker build

Changes proposed in this pull request:

scherztc commented 3 years ago

When I tried to review this with docker, I ran into a problem with sassc 2.4.0

Fetching sassc 2.4.0 Installing sassc 2.4.0 with native extensions /scripts/docker-entrypoint.sh: line 100: 31 Killed bundle install

I found an article that says we should pin to version 2.1.0 https://stackoverflow.com/questions/62720043/rails-why-is-bundle-install-frozen-up-by-sassc-2-4-0

scherztc commented 3 years ago

Once I pinned sassc to version 2.1.0, I was able to complete the docker build and confirm the metadata profile imported successfully.