Open
Conversation
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 <dpsmith@apertussolutions.com>
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 <dpsmith@apertussolutions.com>
The repo tool was being downloaded from a http url and not an https url. Signed-off-by: Daniel P. Smith <dpsmith@apertussolutions.com>
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 <dpsmith@apertussolutions.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rework of the docker files.