mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-09-26 21:01:15 +08:00
5 lines
123 B
Bash
5 lines
123 B
Bash
#!/usr/bin/env bash
|
|
|
|
PHP_VERSION=$(php -r 'echo phpversion();' | cut -d '-' -f 1)
|
|
IMAGE_FAMILY=$(docker-image-info family)
|