github soketi/soketi 1.5.0

latest releases: 1.6.1, 1.6.0
17 months ago

CI & Docker Improvements

Using multi-stage builds for Docker, we achieved lower image size, respectively:

  • Debian images: 376.6 MB -> 99.6 MB (73% reduction)
  • Alpine images: 82.9 MB -> 73 MB (12% reduction)
  • Distroless images: unchanged (72.9 MB)

The image layers are cached between builds and commit-based and PR tags are now a thing, even for ARMv7 and arm64.

Brought back package-lock.json

package-lock.json has been missing since the last incident with the colors package. Not it's back, making sure the tested packages are the same as the ones we release with our distributables (NPM, Docker). Bad idea, never remove package locks. 🤡

Don't miss a new soketi release

NewReleases is sending notifications on new releases.