-
Notifications
You must be signed in to change notification settings - Fork 219
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
ubuntu-toolbox 24.04 build is broken and image is missing from quay.io repo #1566
Comments
/usr/local/sbin/unminimize has been remove and has been replaced with unminimize in apt docker-library/official-images#17708 (comment) https://discourse.ubuntu.com/t/oracular-oriole-release-notes/44878#unminimize-33
/usr/local/sbin/unminimize has been remove and has been replaced with unminimize in apt docker-library/official-images#17708 (comment) https://discourse.ubuntu.com/t/oracular-oriole-release-notes/44878#unminimize-33 Signed-off-by: Tom Reinders <t.reinders@recognize.nl>
/cc @Jmennius |
This is interesting... So you have your toolbox package installed from Ubuntu APT repo? I might need to look a bit more into this.. The thing is, it points you to I guess we better clean up those images at P.S. The build is broken and we'll fix it. |
So yeah, the Ubuntu distribution of toolbox contains a patch that refers to the old community repo. In the meantime, on Ubuntu, please specify the image name manually like so: |
I'm only now noticing that i'm running I installed my package by running Is this incorrect? |
Yes, this is correct, the package in Ubuntu repo is called |
`unminimize` has been moved to a dedicated package: https://discourse.ubuntu.com/t/oracular-oriole-release-notes/44878#unminimize-33 Fixes: containers#1566 Signed-off-by: Tom Reinders <t.reinders@recognize.nl>
`unminimize` has been moved to a dedicated package: https://discourse.ubuntu.com/t/oracular-oriole-release-notes/44878#unminimize-33 Fixes: containers#1566 Signed-off-by: Tom Reinders <t.reinders@recognize.nl>
`unminimize` has been moved to a dedicated package: https://discourse.ubuntu.com/t/oracular-oriole-release-notes/44878#unminimize-33 Fixes: #1566 Signed-off-by: Tom Reinders <t.reinders@recognize.nl>
@Jmennius Should I make a new issue about the Ubuntu package? |
Why not, it's better to have some context. (I forgot this will be automatically closed, but it is a separate issue indeed) |
Thanks for looking into this, @tom-reinders & @Jmennius ! |
This is the downstream Ubuntu bug about the old image URL in Ubuntu's Toolbx package: |
If the Toolbx version in Ubuntu supports the |
Describe the bug
ubuntu-toolbox 24.04 image is missing from the quay.io repo https://quay.io/repository/toolbx-images/ubuntu-toolbox?tab=tags&tag=latest.
This probably is because the GitHub action is broken https://github.com/containers/toolbox/actions/runs/11318982230/job/31474340261.
Because of this running
toolbox enter shell
breaks.Same result when running
toolbox enter ubuntu
.Steps how to reproduce the behaviour
toolbox enter shell
Expected behaviour
toolbox enter shell
to work.Actual behaviour
It does not.
Screenshots
If applicable, add screenshots to help explain your problem.
Output of
toolbox --version
(v0.0.90+)toolbox version 0.0.99.3
Toolbx package info (
rpm -q toolbox
)Output of
podman version
Podman package info (
rpm -q podman
)Info about your OS
Ubuntu 24.04.01 LTS
GNOME: 46
X11
Additional context
This is a clean install of both toolbox and podman on my machine.
First time running.
The text was updated successfully, but these errors were encountered: