Call me old fashioned, but I ship both my private projects and those at work as debian packages. Debian packages are trivial to put into a container, and we tried that, but honestly it's not half as nice to work with. With containers you have to do a ton of extra steps to get functionality and debugging on a level a default debian system provides you. Additionally the tools to automate the installation and configurat…
How do you handle multiple versions of the same project/software/deployment on the same machine?
A Brief Goodbye to CentOS
11–20 of 163 posts
Re: A Brief Goodbye to CentOS
#12I'm still relatively new to Linux. My question is why wouldn't Fedora Server be considered an alternative for the CentOS diaspora? It seems a better fit than Debian to me.
Debian, OTOH, has a much longer release cycle, and more of a reputation for moving like molasses, which for better or worse mirrors CentOS a bit more closely.
Re: A Brief Goodbye to CentOS
#13[1]: https://blog.centos.org/2020/12/future-is-centos-stream/
Re: A Brief Goodbye to CentOS
#14Call me old fashioned, but I ship both my private projects and those at work as debian packages. Debian packages are trivial to put into a container, and we tried that, but honestly it's not half as nice to work with. With containers you have to do a ton of extra steps to get functionality and debugging on a level a default debian system provides you. Additionally the tools to automate the installation and configurat…
How do you handle multiple versions of the same project/software/deployment on the same machine?
Re: A Brief Goodbye to CentOS
#15Earlier quoted context omitted.
How do you handle multiple versions of the same project/software/deployment on the same machine?
Isn't that a sign of technical debt? Not OP, but for development/testing: in a VM.
Re: A Brief Goodbye to CentOS
#16Earlier quoted context omitted.
How do you handle multiple versions of the same project/software/deployment on the same machine?
The simple answer is you can choose not to. In many ways, a VM is a better abstraction than a container due to the simplicity of virtualising the hardware interface, as opposed to creating another abstraction layer in the kernel dealing with process isolation, permissions and system controls.
Re: A Brief Goodbye to CentOS
#17I'm still relatively new to Linux. My question is why wouldn't Fedora Server be considered an alternative for the CentOS diaspora? It seems a better fit than Debian to me.
Fedora is a river, it never stops moving.
Re: A Brief Goodbye to CentOS
#18Re: A Brief Goodbye to CentOS
#19Call me old fashioned, but I ship both my private projects and those at work as debian packages. Debian packages are trivial to put into a container, and we tried that, but honestly it's not half as nice to work with. With containers you have to do a ton of extra steps to get functionality and debugging on a level a default debian system provides you. Additionally the tools to automate the installation and configurat…
How do you handle multiple versions of the same project/software/deployment on the same machine?