Skip to content

Docker images confusion... #1730

Description

@PhilETaylor

What happened?

So, https://github.com/php/frankenphp/releases/tag/v1.8.0 was released yesterday... overnight the docker images build skipped

But we have:

~ docker run --rm -it dunglas/frankenphp:1.8.0-php8.4 frankenphp -v
FrankenPHP v1.8.0 PHP 8.4.8 Caddy v2.10.0 h1:fonubSaQKF1YANl8TXqGcn4IbIRUDdfAkpcsfI/vX5U=

~ docker run --rm -it dunglas/frankenphp:1.8.0 frankenphp -v
FrankenPHP v1.8.0 PHP 8.4.8 Caddy v2.10.0 h1:fonubSaQKF1YANl8TXqGcn4IbIRUDdfAkpcsfI/vX5U=

~ docker run --rm -it dunglas/frankenphp:latest frankenphp -v
FrankenPHP v1.7.0 PHP 8.4.10 Caddy v2.10.0 h1:fonubSaQKF1YANl8TXqGcn4IbIRUDdfAkpcsfI/vX5U=

The dunglas/frankenphp:1.8.0-php8.4 and dunglas/frankenphp:1.8.0 were apparently pushed Last pushed 5 days but 1.8.0 was only released yesterday?

So we still don't have FrankenPHP 1.8.0 with PHP 8.4.10 as a docker image... ???

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions