Skip to content

Expose ProxySQL version in Docker image #19

Description

@msladek

The ProxySQL image Dockerfile receives the version through the build argument VERS and installs proxysql=${VERS}.

Because build arguments are not retained or inherited by derived images, could the image expose this value explicitly?

For example:

ARG VERS
ENV PROXYSQL_VERSION="${VERS}"

This would let derived images reliably discover the installed ProxySQL version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions