mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2026-04-23 00:27:05 +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)
|