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

dnf/rpm install -y tini not working #219

Open
Claudiazhaoya opened this issue Nov 23, 2023 · 1 comment
Open

dnf/rpm install -y tini not working #219

Claudiazhaoya opened this issue Nov 23, 2023 · 1 comment

Comments

@Claudiazhaoya
Copy link

Claudiazhaoya commented Nov 23, 2023

Hi,

I'm trying to install tini with Redhat ubi9 base image but dnf/rpm install -y tini always failed during Docker image is built.
Any idea or workaround?

 => ERROR [linux/arm64  6/17] dnf install -y tini                                                                                                                                                                                                                       0.9s
ERR: failed to solve: process "/bin/sh -c set -ex dnf install -y tini" did not complete successfully: exit code: 1    

Thanks

@AlexBaranowski
Copy link

AlexBaranowski commented Feb 27, 2024

The Red Hat Enterprise Linux, and any other clone, does not provide tinit as the RPM package.

You add tinit in UBI-9 like this: https://github.com/jenkinsci/docker/blob/master/17/rhel/ubi9/hotspot/Dockerfile

This issue should be closed.

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

No branches or pull requests

2 participants