#!/bin/bash set -euo pipefail IMAGE="$1" echo "PASS: Image built successfully" echo "1/1 tests passed"