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

Support s2i-core building and testing on Fedora 41 #314

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

Conversation

phracek
Copy link
Member

@phracek phracek commented Aug 16, 2024

This pull request supports building s2i-core based on Fedora-41.

Some packages, like perl-5.40 are available only on Fedora 41.

@phracek
Copy link
Member Author

phracek commented Aug 16, 2024

@frenzymadness PTAL thanks.

Copy link

github-actions bot commented Aug 16, 2024

Pull Request validation

Failed

🔴 Review - Missing review from a member

Success

🟢 CI - All checks have passed

@phracek

This comment was marked as outdated.

@phracek
Copy link
Member Author

phracek commented Aug 16, 2024

This pull request blocks sclorg/s2i-perl-container#315

@phracek
Copy link
Member Author

phracek commented Aug 16, 2024

I have to analyse logs :(

@phracek
Copy link
Member Author

phracek commented Aug 16, 2024

It looks like it failing on script cgroup-limits:

$ /usr/bin/cgroup-limits
bash: /usr/bin/cgroup-limits: cannot execute: required file not found
$ ls -la /usr/libexec/platform-python
lrwxrwxrwx. 1 root root 16 Aug 16 13:19 /usr/libexec/platform-python -> /usr/bin/python3
$ ls -la /usr/bin/python3
ls: cannot access '/usr/bin/python3': No such file or directory

@phracek
Copy link
Member Author

phracek commented Aug 16, 2024

[test]

@phracek
Copy link
Member Author

phracek commented Aug 19, 2024

It looks like it failing on script cgroup-limits:

$ /usr/bin/cgroup-limits
bash: /usr/bin/cgroup-limits: cannot execute: required file not found
$ ls -la /usr/libexec/platform-python
lrwxrwxrwx. 1 root root 16 Aug 16 13:19 /usr/libexec/platform-python -> /usr/bin/python3
$ ls -la /usr/bin/python3
ls: cannot access '/usr/bin/python3': No such file or directory

This is fixed by 8eb6194

@phracek
Copy link
Member Author

phracek commented Aug 19, 2024

[test]

@phracek phracek added enhancement P1 ready for review The pull request is ready to review easyfix labels Aug 19, 2024
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
Add base Dockerfile

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
There are these dependences:

```
dnf install python3 -y
Package                                                                        Arch              Version                                                                        Repository                                        Size
Installing:
 python3                                                                       aarch64           3.13.0~rc1-2.fc41                                                              fedora                                       211.8 KiB
Installing dependencies:
 expat                                                                         aarch64           2.6.2-2.fc41                                                                   fedora                                       536.9 KiB
 libb2                                                                         aarch64           0.98.1-12.fc41                                                                 fedora                                       202.2 KiB
 mpdecimal                                                                     aarch64           2.5.1-16.fc41                                                                  fedora                                       328.9 KiB
 python-pip-wheel                                                              noarch            24.2-1.fc41                                                                    fedora                                         1.2 MiB
 python3-libs                                                                  aarch64           3.13.0~rc1-2.fc41                                                              fedora                                        49.7 MiB
Installing weak dependencies:
 python-unversioned-command                                                    noarch            3.13.0~rc1-2.fc41                                                              fedora                                        23.0   B

```

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
@phracek
Copy link
Member Author

phracek commented Aug 20, 2024

[test]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant