jenkinsci / docker-ssh-agent

Docker image for Jenkins agents connected over SSH
https://hub.docker.com/repository/docker/jenkins/ssh-agent
MIT License
179 stars 175 forks source link

fix: implement `docker` calls as `make` targets #421

Closed lemeurherve closed 2 months ago

lemeurherve commented 3 months ago

This PR replaces docker calls by make ones so there isn't an unjustified mix of these commands calls anymore and so that everything can be done via make commands from CI or locally. (Doc added)

Fixes:

Extracted from:

Testing done

CI

Submitter checklist

lemeurherve commented 2 months ago

Self-merging as the pull request has been previously approved and the nits have been discussed and resolved.