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

build: fix build environment for the liveness test (backport #10551) #10552

Merged
merged 2 commits into from Nov 15, 2021

Commits on Nov 15, 2021

  1. build: fix build environment for the liveness test (#10551)

    Extracted from #10210.
    
    Make the test more reproducible, so that it does not require coordination
    between the build container and the run container.
    
    - Use layers to more advantage.
    - Include bash in the run container.
    - Put writable output onto a volume.
    
    (cherry picked from commit 70a3a90)
    
    # Conflicts:
    #	Makefile
    creachadair authored and mergify-bot committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    4654ea1 View commit details
    Browse the repository at this point in the history
  2. fix conflict

    robert-zaremba committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    66bb7cb View commit details
    Browse the repository at this point in the history