mirror of
https://github.com/p8952/bocker.git
synced 2025-11-08 18:13:59 +01:00
5 lines
120 B
Bash
5 lines
120 B
Bash
#!/usr/bin/env bash
|
|
set -o errexit -o nounset -o pipefail
|
|
|
|
[[ "$(./bocker images | head -n 1)" == 'IMAGE_ID SOURCE' ]]
|