|
|
@@ -13,7 +13,7 @@
|
|
|
# - We ignore cosmwasm_artifacts AS artifacts because it's a local reference only, is built in tilt
|
|
|
# - We ignore base AS (ignite-go-build|ignite-vue-build) because the base image is already pinned in wormchain/Dockerfile.proto
|
|
|
#
|
|
|
-git ls-files | grep "Dockerfile*" | xargs grep -s "FROM" | egrep -v 'sha256|scratch|solana|aptos|sui|base|cosmwasm_artifacts AS (application|base|builder|ci_tests|tests|artifacts|ignite-go-build|ignite-vue-build)'
|
|
|
+git ls-files -z | grep -z "Dockerfile*" | xargs -r -0 grep -s "FROM" | egrep -v 'sha256|scratch|solana|aptos|sui|base|cosmwasm_artifacts AS (application|base|builder|ci_tests|tests|artifacts|ignite-go-build|ignite-vue-build)'
|
|
|
if [ $? -eq 0 ]; then
|
|
|
echo "[!] Unpinned docker files" >&2
|
|
|
exit 1
|