Skip to content

v20240622

Latest
Compare
Choose a tag to compare
@stamepicmorg stamepicmorg released this 24 Jun 09:47
· 7 commits to master since this release
17f37c0

Changelog

2024

  • jun
    • added support of kaniko build system:
      • defaut build scripts now builds with kaniko via make build and make deploy.
      • classic build via docker-compose was saved as make build-compose and make deploy-compose.
      • added new argument - dry or dry-run. kind of old make build. it only build image locally and cleanup.
    • impoverd nodejs 0-22 base images.
      • deprecated installation via package manager.
      • installation from archive.
      • added pnpm to nodejs 4-22 images
    • updated nextcloud to 29 version.
    • added astra-linux base images with jdk6-22, python3.10-13
    • reworked gitlab images.
    • reworked teamcity-agent images.
    • impoverd php base images, added nodejs lts support via special tag.
    • reworked all imajes contaned any jdk.
      • deprecated installation via package manager.
      • installation from archive.
      • added ALL jdk versions.
      • added support for ALL base images.
    • reworked downloading of some zips. kind of jdk, maven, etc.
    • jdk6 and jdk7 was replaced from deb to zip installation.
    • updated 7zz, lazygit, kotlin-compiller, maven, gradle versions.
    • added suport of kotlin native prebuild libs.
    • added suport of lazycli, lazynpm, lazydocker. Thanks to @jesseduffield.