A docker image that can be used to (git) push code from docker-in-docker
10K+
A docker image that can be used to (git) push code from docker-in-docker
Who to use ^^^^^^^^^^^^^^ You can use this image to push your code from a CI system to a ssh endpoint.
Here some example, assuming gitlab-ci::
deploy_stage: image: claudyus/dind-ci-push script: - /ssh/config.sh # run the config script provided by docker image - git push -f <some_git_remote> # smooth deploy
The configuration script will use the following env variables::
ssh-keyscan -t rsa -H <hostname_of_remote>Content type
Image
Digest
Size
11.7 MB
Last updated
about 8 years ago
docker pull claudyus/dind-ci-push