Init

3 jobs for master in 2 minutes and 21 seconds (queued for 41 seconds)
Status Job ID Name Coverage
  Build
passed #943
docker-build

00:01:27

 
  Delete
failed #944
allowed to fail
delete-old-container

00:00:24

 
  Deploy
failed #945
docker-deploy

00:00:28

 
Name Stage Failure
failed
docker-deploy Deploy
Login Succeeded
$ ssh root@willers.digital -p 2233 "/usr/local/bin/docker pull hub.willers.digital/dennis.willers/voting:latest"
latest: Pulling from dennis.willers/voting
Digest: sha256:75d2a6e71f916c2ccf7751422656b77f18ecb2ba7fb0e25fe9ae4442eda9c3c7
Status: Image is up to date for hub.willers.digital/dennis.willers/voting:latest
$ ssh root@willers.digital -p 2233 "/usr/local/bin/docker run -d -p 3150:8080 -p 3000:3000 --restart=always --mount type=bind,src=/volume1/docker/tmp6,dst=/tmp --name voting hub.willers.digital/dennis.willers/voting:latest"
6faca9cebfb53c32db384a42aa5da3caeae912520845a9e3773f4ad6201a8ea2
/usr/local/bin/docker: Error response from daemon: driver failed programming external connectivity on endpoint voting (99c2b06dee1ce84d88eec096dc4f5299c1696e78ed5ac9de0e4abb70d121fa14): Bind for 0.0.0.0:3150 failed: port is already allocated.
ERROR: Job failed: exit code 1
failed
delete-old-container Delete
$ eval $(ssh-agent -s)
Agent pid 15
$ [[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
$ ssh-add <(echo "$STAGING_PRIVATE_KEY")
Identity added: /dev/fd/63 (admin@willers.digital)
$ ssh root@willers.digital -p 2233 "/usr/local/bin/docker stop voting"
Warning: Permanently added '[willers.digital]:2233,[87.78.129.86]:2233' (ECDSA) to the list of known hosts.
Error response from daemon: No such container: voting
ERROR: Job failed: exit code 1