Skip to content

Tags: sitepilot/docker-php

Tags

v1.0.3

Toggle v1.0.3's commit message
Add php-ssh container

This commit introduces a new PHP-SSH container. As part of this addition, updates have been made to the docker-compose.yml, Dockerfile under src, and build.yml under GitHub workflows. The docker-compose.yml now includes the php-ssh service configuration while the Dockerfile has been edited to install the openssl-sftp-server for the SSH service.

v1.0.2

Toggle v1.0.2's commit message
Update Docker tag prefix

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5 from sitepilot/add-php8.3

Add PHP 8.3

v1.0.0

Toggle v1.0.0's commit message
Update prefix syntax in GitHub Action image tags

This commit fixes the syntax of the prefix in the image tag definitions within our GitHub Actions. It ensures a hyphen occurs between the prefix and the PHP version, increasing readability and overall consistency across tags. Additionally, unique prefix adjustments were made for pull request (PR) events.