Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Lagoon Docker image versions to 25.1.0 #13

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

ivangrynenko
Copy link

@ivangrynenko ivangrynenko commented Jan 29, 2025

  • Upgraded uselagoon Docker images for CLI, Nginx, and PHP
  • Updated image tags from 24.10.0 to 25.1.0

Checklist before requesting a review

  • I have formatted the subject to include ticket number as [YSCODE-123] Verb in past tense with dot at the end.
  • I have added a link to the issue tracker
  • I have provided information in Changed section about WHY something was done if this was not a normal implementation
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added tests that prove my fix is effective or that my feature works
  • I have run new and existing relevant tests locally with my changes, and they passed
  • I have provided screenshots, where applicable

Changed

  1. Updated Lagoon Docker Images to Latest Version (24.10.0 → 25.1.0):
    # CLI Image
    - FROM uselagoon/php-${PHP_VERSION}-cli:24.10.0
    + FROM uselagoon/php-${PHP_VERSION}-cli:25.1.0
    
    # Nginx Image
    - FROM uselagoon/nginx:24.10.0
    + FROM uselagoon/nginx:25.1.0
    
    # PHP-FPM Image
    - FROM uselagoon/php-${PHP_VERSION}-fpm:24.10.0
    + FROM uselagoon/php-${PHP_VERSION}-fpm:25.1.0

Testing Steps

  1. Rebuild containers with new images:

    docker compose down
    docker compose build --no-cache
    docker compose up -d
  2. Verify all services are running:

    docker compose ps
  3. Check WordPress is functioning correctly:

    • Frontend loads without errors
    • Admin interface is accessible
    • PHP processing works (try saving settings)

Related Documentation

Screenshots

- Upgraded uselagoon Docker images for CLI, Nginx, and PHP
- Updated image tags from 24.10.0 to 25.1.0
@ivangrynenko ivangrynenko merged commit c12de3d into master Jan 29, 2025
3 checks passed
@ivangrynenko ivangrynenko deleted the feature/docker-image-tag-update-25.1.0 branch January 29, 2025 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant