v1.0.0
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
image_tag="${1:-est:smoke}"
|
||||
|
||||
docker build --tag "$image_tag" .
|
||||
docker run --rm --entrypoint ssh "$image_tag" -V
|
||||
Reference in New Issue
Block a user