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

Use 'host' network in deb container builds #1071

Merged
merged 1 commit into from
Nov 1, 2024

Commits on Oct 18, 2024

  1. Use 'host' network in deb container builds

    The --network argument was added to 'docker build' in Docker 1.13 in
    2017 and behaves like the --net argument to 'docker run'.
    
    We're already using --net=host during the actual deb build and during
    all of the RPM containers. The change here is to also use host
    networking during the build phase.
    
    The intent here is to support more self-contained building scenarios
    where a repository may be on localhost.
    cottsay committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    744361e View commit details
    Browse the repository at this point in the history