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

Dockerfile update #67

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 4, 2024

  1. dockerfiles: update bullseye docker file

    Add the python-is-python3 package to be able to run sourced python3 scripts
    that are written with the expectation that `python` command is symlink to
    python3.
    
    Signed-off-by: Daniel P. Smith <[email protected]>
    dpsmith committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    31c40a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. dockerfiles: rework quilt enablement

    There was no need to have the quilt files in the directory structure that they
    were in. This moves them into a generic files directory. A second issue is that
    the files were hardcoded to install into the home dir for user "build". This
    gets corrected to use the `$UNAME` build variable.
    
    Signed-off-by: Daniel P. Smith <[email protected]>
    dpsmith committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d7dfb84 View commit details
    Browse the repository at this point in the history
  2. dockerfiles: correct repo tool url

    The repo tool was being downloaded from a http url and not an https url.
    
    Signed-off-by: Daniel P. Smith <[email protected]>
    dpsmith committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8348e0f View commit details
    Browse the repository at this point in the history
  3. dockerfiles: add ability to include private ca chains

    This adds a two steps that will allow having private CA chains to be copied
    into the container and installed in the system CA store.
    
    Signed-off-by: Daniel P. Smith <[email protected]>
    dpsmith committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ff78107 View commit details
    Browse the repository at this point in the history