Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dassie/koppie alignment and added bundle caching #6325

Merged
merged 3 commits into from
Sep 19, 2023
Merged

Commits on Sep 19, 2023

  1. dassie/koppie alignment and added bundle caching

    - Use the same images for dassie/koppie dependent services.
    - Don't build an image for db_migrate, reuse the app image.
    - Use `dev-entrypoint.sh` to copy gems from image build to `/app/bundle` volume to speed up runtime `bundle install`. Only set in compose to avoid affecting CircleCI build.
    - `/bin` is volume mounted to allow easier dev of entrypoints, etc.
    dlpierce committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1c1bf0e View commit details
    Browse the repository at this point in the history
  2. dassie/koppie alignment and added bundle caching

    - Use the same images for dassie/koppie dependent services.
    - Don't build an image for db_migrate, reuse the app image.
    - Use `dev-entrypoint.sh` to copy gems from image build to `/app/bundle` volume to speed up runtime `bundle install`. Only set in compose to avoid affecting CircleCI build.
    - `/bin` is volume mounted to allow easier dev of entrypoints, etc.
    dlpierce committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    76dec5f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dc-cached-bundle' of https://github.com/samvera/hyrax i…

    …nto dc-cached-bundle
    alishaevn committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c84a43c View commit details
    Browse the repository at this point in the history