Skip to content

v1.0.24

Choose a tag to compare

@kearisp kearisp released this 24 Jun 16:11
· 10 commits to master since this release
29e0c7e

Added

  • Fixtures Directory:

    • Added /fixtures examples to provide configurations and resources for testing or development.
    • Introduced docker-compose.yml in fixtures for setting up example services (PHP 8.3-FPM and Nginx).
    • Added a minimal Dockerfile for dockerfile-project based on php:8.3-apache.
    • Included a simple example HTML file (index.html) for basic testing.
  • Docker Metadata and Records:

    • Added image descriptors for php:8.3-apache and related builds.
    • Provided detailed JSON metadata for Docker image pulls, builds, and configurations.
    • Included Docker pull logs (.jsonl files) for better reproducibility and debugging.

Changed

  • Updated .npmignore to exclude /fixtures and 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.