Skip to content

Releases: uselagoon/lagoon-images

lagoon-images 23.1.0

20 Jan 07:25
77b26c1

Choose a tag to compare

This release updates all available Alpine-based images to Alpine 3.17, with the exception of PHP8.0, Redis5 and Ruby3.0, which are only available in Alpine 3.16 variants.

New Images

This release introduces the Python 3.11 image to the existing 3.7, 3.8, 3.9 and 3.10 images. Python 3.7 will become EOL in June 2023.

Changes in this release

Package Updates

lagoon-images 22.12.1

14 Dec 05:57
0e58098

Choose a tag to compare

New Images

  • PHP 8.2 images now available. New Relic is not yet available on PHP8.2, but XDebug and Blackfire are
  • PostgreSQL 15 image now available

Deprecated Images

  • PHP 7.4 images are no longer being published or updated, as they are EOL. The :latest tag will always point at 22.12.0

Changes in this release

Package Updates

  • Update Node.js to v16.19 (main) @renovate (#646)
  • Update opensearchproject/opensearch Docker tag to v2.4.1 (main) @renovate (#645)
  • Update dependency newrelic/newrelic-php-agent to v10.4.0.316 (main) @renovate (#644)
  • Update dependency blackfireio/docker to v2.13.2 (main) @renovate (#625)
  • Update dependency xdebug/xdebug to v3.2.0 (main) @renovate (#634)
  • Update python Docker tag to v3.10.9 (main) @renovate (#630)
  • Update python Docker tag to v3.9.16 (main) @renovate (#633)
  • Update python Docker tag to v3.8.16 (main) @renovate (#632)
  • Update python Docker tag to v3.7.16 (main) @renovate (#631)

lagoon-images 22.12.0

05 Dec 02:41
c39a537

Choose a tag to compare

New Images

In this release we've added a node-cli image for the released versions of NodeJS - this follows the same logic as the php-based cli images, and contains OS-level packages for database interaction, backup etc.

Changes in this release

Package Updates

lagoon-images 22.11.0

11 Nov 01:36
95e19d9

Choose a tag to compare

Welcome to the November 2022 release of the Lagoon images - and hello/goodbye to a few images.

New Images

Deprecated Images

Deprecated images are still available under their monthly release tags, and the :latest tag (permanently pinned to 22.10.0) - however, they are no longer being maintained upstream, and Lagoon will no longer be publishing updates to them.

Changes in this release

Package Updates

lagoon-images 22.10.0

03 Oct 22:41
a418a2e

Choose a tag to compare

New Images

Changes in this release

Package Updates

lagoon-images 22.9.0

29 Sep 15:04
3828ad2

Choose a tag to compare

UPDATE: 29-Sep-2022 - we have identified an issue with the node-builder images, and have temporarily rolled these images back to the 22.8.0 versions - please use these until we remove this notice!

New Images

No new images in this release, but we will be adding (and deprecating) some in the 22.10.0 release next month that are no longer supported upstream.

Changes in this release

Package Updates

lagoon-images 22.8.0

19 Aug 01:38
b7cb369

Choose a tag to compare

New Images

  • Ruby images have now been added to lagoon-images - they are minimally configured, but suitable for a base image that could be extended bia bundler/gemfile.

Changes in this release

Package Updates

lagoon-images 22.7.0

07 Jul 23:13
6646e6c

Choose a tag to compare

This release addresses two issues with dependencies:

  • Composer 2.2 introduced a new plugin security setting. Starting July 1, 2022, composer stopped executing plugins that weren't allowed but only printed a warning. The end result was incomplete composer installations and broken websites even if a CI build completed successfully.
    Composer 2.3.9 will now throw an error if there are unallowed plugins. You will need to update allow-plugins in composer.json to resolve the error.
  • There is an OpenSSL CVE-2022-2068 that has been fixed in openresty

Package Updates

  • Update dependency openresty/openresty to v1.21.4.1-2-alpine (main) @renovate (#502)
  • Update dependency composer to v2.3.9 (main) @renovate (#503)

lagoon-images 22.6.0

27 Jun 08:30
9793072

Choose a tag to compare

New Images

The main feature of this release is the availability of updated Alpine images, at version 3.16. All alpine-based images (that aren't pinned to a previous version) have been updated to 3.16.

This release also updates the version on openresty used to v1.21.4.1

Additionally, the version of nodeJS installed with the php-cli images has been updated to the LTS version 18 (from v17). Going forwards, the php-cli images will only be installed with LTS node versions. With the release of each new Alpine release, the availability of node versions is updated to match the node release schedule. With version pinning to the most recent LTS version, we hope to give some stability to developers, and be able to match the versions alongside the other node-based images we provide.

Python2 is no longer supported by the Alpine 3.16 release. Please replicate the code in https://github.com/uselagoon/lagoon-images/blob/main/images/node-builder/14.Dockerfile#L34-L38 in your dockerfile if you are unable to upgrade to python3 😱 - the node:14 image has been provided with python2 for backwards compatibility, but the 16 and 18 images have always only had python3.

Changes in this release

Package Updates

Full Changelog: 22.5.0...22.6.0

lagoon-images 22.5.0

24 May 05:47
b81b32b

Choose a tag to compare

New Images

Deprecated Images

  • The images for Node.js v12 have been deprecated, as it exited support coverage on 2022-04-30 (as per https://nodejs.org/en/about/releases/). Previous versions of this image will continue to be available, and the :latest tag will always point to the 22.4.1 release

What's Changed

Full Changelog: 22.4.1...22.5.0