Skip to content

Plugins are broken in the latest docker image #207

@stasadev

Description

@stasadev

Adminer version: 5.2.1 or latest

$ docker run --rm adminer echo 1
1

# fails without any details
$ docker run --rm -e ADMINER_PLUGINS="tables-filter" adminer echo 1

$ echo $?                                                                                             
255

$ docker run --rm -e ADMINER_PLUGINS="tables-filter" adminer:5.1.0-standalone echo 1
1

Related:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions