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

ostree container fails to do rpm-ostree install https:// #4851

Open
unpinned opened this issue Mar 3, 2024 · 0 comments
Open

ostree container fails to do rpm-ostree install https:// #4851

unpinned opened this issue Mar 3, 2024 · 0 comments

Comments

@unpinned
Copy link

unpinned commented Mar 3, 2024

Describe the bug

I try to install a rpm in a Containerfile but it just fails. the error message is too ambiguous (https://github.com/unpinned/silverblue/actions/runs/8130759955/job/22219348617#step:3:191)

Reproduction steps

  1. use ostree containers
  2. try to install a rpm package

Expected behavior

should successfully install the rpm packge

Actual behavior

fails to install the rpm package

System details

rpm-ostree:
 Version: '2024.3'
 Git: 1f77b617746da5cc6e6d75d9d29a0e35025081a8
 Features:
  - rust
  - compose
  - container
  - fedora-integration

Additional information

doing it in a local system just works but not in ostree containers in github actions

here is my containerfile:

FROM quay.io/fedora-ostree-desktops/silverblue:40

RUN rpm-ostree install https://transfer.sh/get/0PoAVvGx9D/warp.rpm && \
    ostree container commit
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

1 participant