feat: Add CentOS 8.0 binaries#2220
Merged
kyujin-cho merged 20 commits intomainfrom Jun 16, 2024
Merged
Conversation
Your org has enabled the Graphite merge queue for merging into mainAdd the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
Member
Author
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @jopemachine and the rest of your teammates on |
This was referenced May 30, 2024
This was referenced May 30, 2024
kyujin-cho
requested changes
Jun 3, 2024
lablup-octodog
pushed a commit
that referenced
this pull request
Jun 16, 2024
Co-authored-by: Kyujin Cho <kyujin.cho@lablup.com> Backported-from: main (24.09) Backported-to: 24.03 Backport-of: 2220
lablup-octodog
added a commit
that referenced
this pull request
Jun 16, 2024
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.

Partially fix https://github.com/lablup/giftbox/issues/677.
Due to the difference in the glibc version, we cannot run Backend.AI on the CentOS8 image.
So adding CentOS8 krunner binary is needed.
And this PR also adds build scripts for
backend.ai-jailandbackend.ai-hook.Notes
version issue
The version
centos8.0may not be correct because higher compatible versions likecentos8.1exist.However, when using the name
centos8, the currentfind_artifactsfunction finds this value invalid and skips.backend.ai/src/ai/backend/agent/agent.py
Lines 417 to 423 in be3a305
Therefore, I think maybe we should use names like
centos8.0orcentos8.x, or modify the implementation of thefind_artifact.zlib upgrade
It appears that ZLIB 1.2.11 is no longer distributed.
Therefore, the
build-sftpserver.shfor CentOS 8.0 was built with ZLIB version 1.3.1.But this PR does not include binary updates for other distributions.
Switching repository to the vault.centos.org
CentOS 8 support ended in late 2021, disabling its main repositories.
Switching to the
vault.centos.orgrepository enables continued access to packages and updates for unsupported versions.Checklist: (if applicable)