1.21.6.2. Container image format changes
The new WasmPlugin container image format is similar to the ServiceMeshExtensions, with the following differences:
-
The
ServiceMeshExtensioncontainer format required a metadata file namedmanifest.yamlin the root directory of the container filesystem. TheWasmPlugincontainer format does not require amanifest.yamlfile. -
The
.wasmfile (the actual plugin) that previously could have any filename now must be namedplugin.wasmand must be located in the root directory of the container filesystem.