-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat(install.sh): add buildah #759
Merged
Merged
Conversation
This file contains 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
alexey-igrychev
added
test website
Deploy website to the Test environment
stage website
Deploy website to the Stage environment
labels
Dec 6, 2024
ilya-lesikov
reviewed
Dec 9, 2024
Fral738
removed
test website
Deploy website to the Test environment
stage website
Deploy website to the Stage environment
labels
Dec 11, 2024
ilya-lesikov
requested changes
Dec 11, 2024
ilya-lesikov
approved these changes
Dec 12, 2024
Fral738
changed the title
feat(buildah): add package installation add kernel settings set up
feat(install.sh): update install.sh
Dec 12, 2024
Closed
17 tasks
Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> fix(install.sh): remove unused code and add docker command existence check (#753) Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> chore(refactor): add curl refactor conditions Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> chore(refactor): add cmd flags add install deps werf and buildah Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> feat(install.sh): add gpg Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> refactor(install.sh): refactor script Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> chore(install.sh): apply suggestions Co-authored-by: Ilya Lesikov <ilya@lesikov.com> chore(refactor): refactor code Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> chore(refactor): refactor code Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> chore(install.sh): refactor code Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> chore(install.sh): refactor code Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> chore(install.sh): remove unused func Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> chore(install.sh): remove git compilation add dynamic subgids/subuids Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> chore(install.sh): change to sysctl -w Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> chore(install.sh): add dynamic set up for subuid/subgid Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> chore(install.sh): revert git version Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> chore(install.sh): revert abort Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> chore(install.sh): increase end range Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> chore(install.sh): update text Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> chore(install.sh): update options functions text fix condition Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> chore(install.sh): update install dependencies Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> chore(install.sh): write to sysctl.conf Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> chore(install.sh): update subuid/subgid set up Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com> chore(install.sh): fix range compare Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com>
Fral738
force-pushed
the
feat/buildah/install-script
branch
from
December 12, 2024 11:08
efb8cc7
to
c313628
Compare
Fral738
changed the title
feat(install.sh): update install.sh
feat(install.sh): add buildah
Dec 12, 2024
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.
add function to install system dependencies for werf
add function for setup buildah
add function dynamically assigning ranges to /etc/subuid /etc/subgid
and more...