v1.0.24
Added
-
Fixtures Directory:
- Added
/fixturesexamples to provide configurations and resources for testing or development. - Introduced
docker-compose.ymlin fixtures for setting up example services (PHP 8.3-FPM and Nginx). - Added a minimal
Dockerfilefordockerfile-projectbased onphp:8.3-apache. - Included a simple example HTML file (
index.html) for basic testing.
- Added
-
Docker Metadata and Records:
- Added image descriptors for
php:8.3-apacheand related builds. - Provided detailed JSON metadata for Docker image pulls, builds, and configurations.
- Included Docker pull logs (
.jsonlfiles) for better reproducibility and debugging.
- Added image descriptors for
Changed
- Updated
.npmignoreto exclude/fixturesand related testing resources from published packages.
Purpose
These changes enhance development and testing workflows by offering standard examples and detailed Docker-related resources for efficient and reproducible setups.