From d5b08dc4a0ce886bf11348170de8e40e96587329 Mon Sep 17 00:00:00 2001 From: alexanderM91 Date: Thu, 17 Oct 2024 18:06:47 +0200 Subject: [PATCH] Notification + diff --- .github/compare-images.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/compare-images.sh b/.github/compare-images.sh index 64bbfe52..3e971f1d 100755 --- a/.github/compare-images.sh +++ b/.github/compare-images.sh @@ -11,6 +11,10 @@ IMAGE_TAG=$1 # Run the Docker image and output the required information docker run -i --rm "$IMAGE_TAG" sh -s <<'EOF' + echo "=== Alpine Version ===" + cat /etc/alpine-release + + echo "" echo "=== Installed PHP Extensions ===" docker-php-source extract for ext in `ls /usr/src/php/ext`; do