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

Add openssh-askpass package into Docker environment. #36

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

ChowRex
Copy link
Contributor

@ChowRex ChowRex commented Jan 10, 2025

When some system with GUI installed, here is a requirement package called openssh-askpass, this package will lead a failure when upgrade openssh by typing yum update openssh, so the simplest workround is just remove that package with command yum remove -y openssh-askpass. But if you want to fix it, you need to compile it and make package.

…thub.

- Add `Dockerfile.rockylinux` to build Rocky Linux images
- Modify `pullsrc.sh`, add an environment variable to using proxy for Github.
- Modify `version.env`, sync environment variable.
- Modify `README.md`, sync doc.
- Modify `.github/workflows/build-images.yml`, sync Rocky Linux image.
- Modify `Dockerfile.centos` / `Dockerfile.centos-stream` / `Dockerfile.rockylinux` to build `openssh-askpass` package.
- Modify `Dockerfile.centos` / `Dockerfile.centos-stream` to fix lack requirement `imake` package.
Try to fix:
```
No such command: config-manager. Please use /usr/bin/yum --help
It could be a YUM plugin command, try: "yum install dnf-command(config-manager)"
```

- Modify `Dockerfile.centos` / `Dockerfile.centos-stream` to fix error.
Try to fix:
```
Error: No matching repo to modify: powertools.
```

- Modify `Dockerfile.centos-stream` to fix error.

P.S: In CentOS 8 (with or without Stream), the package `imake` is included by `powertools` repository, and in CentOS Stream 9, the package is included by `crb` repository.
…error.

Try to fix:
```
Error: Unable to find a match: imake
```

- Modify `Dockerfile.centos-stream` to fix error.

P.S: In CentOS 8 (with or without Stream), the package `imake` is included by `powertools` repository, and in CentOS Stream 9, the package is included by  ~~`crb`~~ `epel` repository.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant