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

updates to horizon docker builds #5466

Merged
merged 3 commits into from
Sep 26, 2024
Merged

Commits on Sep 19, 2024

  1. allow for the bundling of Core package from apt "testing" pool

    ### What
    a new Dockerfile to install Core from the "testing" pool
    an update to the Makefile specifically for this case
    
    ### Why
    adding support for the "testing" pool to the Dockerfile would make
    the file more confusing to read, so I decided to use a separate Dockerfile
    
    ### Testing
    I will test this manually shortly
    
    ### Issue addressed by this PR
    stellar/ops#3124
    mwtzzz committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4bb244b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. add support to build horizon docker images from apt stable

    ### What
    build horizon docker image from core "stable" and horizon "stable"
    
    ### Why
    this is needed in order to support the new workflow described in the
    ticket
    
    ### Testing
    this has been tested and works with apt "testing"
    
    ### Issue addressed by this PR
    stellar/ops#3124
    mwtzzz committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    844f847 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26e9b5d View commit details
    Browse the repository at this point in the history