You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The container has a compressed version of matomo that it unzips on entrypoint. But docker images are always compressed so all this should be doing is making new pod startup slightly slower and introducing an extra stumbling block for running Jobs (such as the archive job) against it. If it was adjusted to just be built with the current matomo release, it'd be more standard and perform just the same.
The text was updated successfully, but these errors were encountered:
From a customer:
The container has a compressed version of matomo that it unzips on entrypoint. But docker images are always compressed so all this should be doing is making new pod startup slightly slower and introducing an extra stumbling block for running Jobs (such as the archive job) against it. If it was adjusted to just be built with the current matomo release, it'd be more standard and perform just the same.
The text was updated successfully, but these errors were encountered: