Run the entire installation of the compat layer in a container, without requiring root privileges#167
Merged
trz42 merged 20 commits intoEESSI:mainfrom Mar 30, 2023
Merged
Conversation
| @@ -0,0 +1,17 @@ | |||
| FROM debian:11-slim | |||
Check warning
Code scanning / Scorecard
Pinned-Dependencies
| RUN apt-get update | ||
| RUN apt-get install -y gcc g++ make diffutils libgmp-dev perl wget | ||
| RUN apt-get install -y git python3-pip python3-cryptography | ||
| RUN pip3 install --upgrade pip |
Check warning
Code scanning / Scorecard
Pinned-Dependencies
| RUN apt-get install -y gcc g++ make diffutils libgmp-dev perl wget | ||
| RUN apt-get install -y git python3-pip python3-cryptography | ||
| RUN pip3 install --upgrade pip | ||
| RUN pip3 install ansible |
Check warning
Code scanning / Scorecard
Pinned-Dependencies
Contributor
|
Noted that the Should we update this too? Maybe not in this PR? |
trz42
approved these changes
Mar 30, 2023
Contributor
trz42
left a comment
There was a problem hiding this comment.
Looks like solid work to me.
| echo " -a | --arch ARCH - architecture to build a compatibility layer for" | ||
| echo " [default/required: current host's architecture]" | ||
| echo " -c | --container IMG - image file or URL defining the container to use" | ||
| echo " [default: ${CONTAINER}" |
Contributor
There was a problem hiding this comment.
Default lacks closing ] bracket.
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.
No description provided.