FILE / ScuroNeko/est

scripts/docker-smoke-test.sh

Исходный файл и его история в репозитории.
FILE main
Files
est/scripts/docker-smoke-test.sh
ScuroNeko bb2fa57bbe
Golang lint / docker-smoke (push) Successful in 17s
Golang lint / lint (push) Failing after 18s
v1.0.0
2026-08-06 12:22:44 +03:00

9 lines
132 B
Bash
Executable File

#!/bin/sh
set -eu
image_tag="${1:-est:smoke}"
docker build --tag "$image_tag" .
docker run --rm --entrypoint ssh "$image_tag" -V