Skip to content

1.5.0

Compare
Choose a tag to compare
@rennokki rennokki released this 12 Nov 22:40
· 70 commits to 1.x since this release

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. 馃ぁ