Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 726 Bytes

File metadata and controls

17 lines (12 loc) · 726 Bytes

docker-testspace-client

Docker image based on buildpack-deps with tools required to use Testspace client in automated builds.

Testspace client help


To update image on Docker hub use the following commands.

docker rmi <IMAGE ID> -f # if any existing images.
docker build . -t s2technologies/testspace-client:latest
docker tag s2technologies/testspace-client:latest s2technologies/testspace-client:<Testspace client version>

docker push s2technologies/testspace-client:<Testspace client version>
docker push s2technologies/testspace-client:latest