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

[COST-5214] Remove directive to make the build work with docker #5196

Merged

Commits on Jun 28, 2024

  1. Remove directive to make the build work with docker

    There is a podman bug that needs to be resolved which required adding
    this out of stage directive. Unfortunately that broke the image build
    for docker, which we use heavily.
    
    This is a terrible hack until the bug in podman is resolved.
    
    containers/podman#23046
    samdoran committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3b0824e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Apply suggestion.

    myersCody committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f1adbea View commit details
    Browse the repository at this point in the history
  2. Add sed

    myersCody committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    966985c View commit details
    Browse the repository at this point in the history
  3. Use tab for both

    myersCody committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1953fae View commit details
    Browse the repository at this point in the history