Skip to main content

28 posts tagged with "release"

View All Tags

PHP 8.4

· One min read
Skpr Platform Team
Platform Engineering

Overview

We have introduced initial support for PHP 8.4 in our latest PHP image channel, enabling development teams to test their applications with the newest version of PHP.

Below is a list of all the container images with PHP 8.4 support.

docker.io/skpr/php:8.4-v2-latest
docker.io/skpr/php-fpm:8.4-v2-latest
docker.io/skpr/php-fpm:8.4-dev-v2-latest
docker.io/skpr/php-cli:8.4-v2-latest
docker.io/skpr/php-cli:8.4-dev-v2-latest
docker.io/skpr/php-circleci:8.4-v2-latest
docker.io/skpr/php-circleci:8.4-node18-v2-latest
docker.io/skpr/php-circleci:8.4-node20-v2-latest
docker.io/skpr/php-circleci:8.4-node22-v2-latest

Enhanced CLI resilience for backup and restore operations

· One min read
Skpr Platform Team
Platform Engineering

Overview

The Skpr command line interface (CLI) is now more resilient during backup and restore operations, even in challenging conditions such as:

  • Connectivity interruptions
  • Cluster upgrades

To prevent transient errors from causing CI/CD pipeline failures, the CLI now features a retry and backoff mechanism that maintains stability throughout these processes.