I can confirm that the websocket extension is working now in 6.2.1 
The only thing that does not seem to be working, is that it is not installing via the docker environment variables (I am able to load it via the admin or copying over the LEX files directly).
"Severity","ThreadID","Date","Time","Application","Message"
"INFO","main","04/11/2025","13:23:07","controller","No extension(s) found to add/install"
"INFO","main","04/11/2025","13:23:07","controller","Extensions to install defined in env variable or system property:3F9DFF32-B555-449D-B0EB5DB723044045;version=3.0.0.17-RC,D062D72F-F8A2-46F0-8CBC91325B2F067B;name=ORM;version=6.5.2,CED6227E-0F49-6367-A68D21AACA6B07E8"
"INFO","main","04/11/2025","13:23:10","extension","copy [D062D72F-F8A2-46F0-8CBC91325B2F067B:6.5.2] to [/opt/lucee/server/lucee-server/context/extensions/available/D062D72F-F8A2-46F0-8CBC91325B2F067B-6.5.2.lex]"
"DEBUG","main","04/11/2025","13:23:10","extension","Deploy fld [ormFunctions.fld]"
"DEBUG","main","04/11/2025","13:23:10","OSGi","add bundle:/opt/lucee/server/lucee-server/bundles/orm-extension-6.5.2.jar"
"DEBUG","main","04/11/2025","13:23:10","OSGi","Start bundle: [orm-extension:6.5.2]"
"INFO","main","04/11/2025","13:23:10","extension","Update orm engine [class:ortus.extension.orm.HibernateORMEngine;name:orm-extension;version:6.5.2;] from extension [Ortus ORM Extension:6.5.2]"
"INFO","main","04/11/2025","13:23:11","extension","copy [CED6227E-0F49-6367-A68D21AACA6B07E8:1.0.0.5] to [/opt/lucee/server/lucee-server/context/extensions/available/CED6227E-0F49-6367-A68D21AACA6B07E8-1.0.0.5.lex]"
"DEBUG","main","04/11/2025","13:23:11","extension","Update Mapping [/lucee/admin]"
"Severity","ThreadID","Date","Time","Application","Message"
"INFO","main","04/11/2025","13:23:11","application","Lucee warmup completed. Shutting down."
Any idea of where to look at for that issue? I do have the logs set to debug, but I’m not seeing any errors downloading the file. It also does not appear in the available extensions directory in the container.