The latest version of the docker image, tagged as "2022.1-u0, 2022.1, 7.14.0, 7.14, Latest" Is broken. The container starts but the portal fails due to the following errors:
... 2022-04-29T11:24:14,394+0000 | 42d8319bd939 | ERROR | [main|1] o.b.e.p.i.PageServiceImpl - java.util.zip.ZipException: invalid entry CRC (expected 0x22773949 but got 0xaf28e2f2) wrapped by org.bonitasoft.engine.page.SInvalidPageZipInconsistentException: Error while reading zip file wrapped by org.bonitasoft.engine.exception.BonitaException: Unable to import the page layout-bonita-7.14.0.zip exception was generated here: at java.base/java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:410) at java.base/java.util.zip.ZipInputStream.read(ZipInputStream.java:199) at java.base/java.io.FilterInputStream.read(FilterInputStream.java:107) at org.bonitasoft.engine.commons.io.IOUtil.unzip(IOUtil.java:446) at org.bonitasoft.engine.page.impl.SPageContentHelper.loadPageProperties(SPageContentHelper.java:33) 2022-04-29T11:24:14,395+0000 | 42d8319bd939 | INFO | [main|1] o.b.e.t.TenantServicesManager - Initializing service org.bonitasoft.engine.business.application.importer.ApplicationImporter of tenant 1 2022-04-29T11:24:14,923+0000 | 42d8319bd939 | ERROR | [main|1] o.b.e.b.a.i.ApplicationImporter - Cannot load provided applications at startup. Root cause: org.bonitasoft.engine.exception.ImportException: Unable to import application with token 'appDirectoryBonita' because the layout 'custompage_layoutWithoutMenuBonita' was not found. ...
In the previous version 7.13, this error did not occur.