We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to upgrade Zulip container image from 8.4-0 to 9.0-0:
zulip_1 | Prepared and linked the uploads directory. zulip_1 | Executing puppet configuration ... zulip_1 | Error: Operation not permitted @ rb_check_realpath_internal - /usr/lib/ruby/vendor_ruby/puppet/pops/loader/../../.. on node da2a22c12133.domain.local zulip_zulip_1 exited with code 2
Haven't had any problem upgrading since version 6...
The text was updated successfully, but these errors were encountered:
Agree, facing the same issue.
Sorry, something went wrong.
https://github.com/zulip/docker-zulip/blob/main/Dockerfile#L5
FROM ubuntu:22.04 as base
Should be changed to
FROM ubuntu:24.04 as base
and fresh image is required to be built to start using version 9+
Yes, this was fixed by updating the images for Zulip 9.x. Thanks for the reports.
No branches or pull requests
Trying to upgrade Zulip container image from 8.4-0 to 9.0-0:
Haven't had any problem upgrading since version 6...
The text was updated successfully, but these errors were encountered: